tangcent / easy-yapi

Generate API document to yapi
https://easyyapi.com
GNU Affero General Public License v3.0
438 stars 144 forks source link

idea导出接口卡死 #614

Closed yizhishang closed 2 years ago

yizhishang commented 3 years ago

运行环境如下

  1. 操作系统 win7
  2. idea:2021.1.2
  3. easyapi:2.2.8.183.0

以下是控制台的输出日志 run easy-yapi [INFO] Start find apis... [TRACE] find config file:E:\CodeRepository\inc-mtisp-core.easy.api.config [INFO] use recommend config [INFO] search api from:com.sf.mtisp.controller.SettlementInvoiceController [TRACE] find config file:E:\CodeRepository\inc-mtisp-core.easy.api.config [INFO] use recommend config [INFO] search api from:com.sf.mtisp.controller.SettlementInvoiceController

然后整个idea就卡死不懂了

tangcent commented 3 years ago

没办法确认原因。看看idea日志?

yizhishang commented 3 years ago
2021-10-12 10:41:25,165 [ 792539]   INFO -                         STDERR - 10月 12, 2021 10:41:25 上午 net.sourceforge.pmd.lang.rule.AbstractRuleChainVisitor visitAll 
2021-10-12 10:41:25,165 [ 792539]   INFO -                         STDERR - 警告: Exception applying rule PackageNamingRule on file E:/CodeRepository/inc-mtisp-core/mtisp-settlement/settlement-srv/src/main/java/com/sf/mtisp/controller/SettlementInvoiceController.java, continuing with next rule 
2021-10-12 10:41:25,166 [ 792540]   INFO -                         STDERR - java.lang.RuntimeException: org.jaxen.UnresolvableException: No Such Function matches 
2021-10-12 10:41:25,166 [ 792540]   INFO -                         STDERR -     at net.sourceforge.pmd.lang.rule.xpath.JaxenXPathRuleQuery.evaluate(JaxenXPathRuleQuery.java:73) 
2021-10-12 10:41:25,166 [ 792540]   INFO -                         STDERR -     at net.sourceforge.pmd.lang.rule.XPathRule.evaluate(XPathRule.java:114) 
2021-10-12 10:41:25,166 [ 792540]   INFO -                         STDERR -     at net.sourceforge.pmd.lang.java.rule.JavaRuleChainVisitor.visit(JavaRuleChainVisitor.java:42) 
2021-10-12 10:41:25,166 [ 792540]   INFO -                         STDERR -     at net.sourceforge.pmd.lang.rule.AbstractRuleChainVisitor.visitAll(AbstractRuleChainVisitor.java:96) 
2021-10-12 10:41:25,166 [ 792540]   INFO -                         STDERR -     at net.sourceforge.pmd.RuleChain.apply(RuleChain.java:67) 
2021-10-12 10:41:25,166 [ 792540]   INFO -                         STDERR -     at net.sourceforge.pmd.RuleSets.apply(RuleSets.java:140) 
2021-10-12 10:41:25,166 [ 792540]   INFO -                         STDERR -     at com.alibaba.p3c.idea.pmd.SourceCodeProcessor.processSource(SourceCodeProcessor.kt:220) 
2021-10-12 10:41:25,166 [ 792540]   INFO -                         STDERR -     at com.alibaba.p3c.idea.pmd.SourceCodeProcessor.processSourceCode(SourceCodeProcessor.kt:65) 
2021-10-12 10:41:25,166 [ 792540]   INFO -                         STDERR -     at com.alibaba.p3c.idea.pmd.AliPmdProcessor.processFile(AliPmdProcessor.kt:75) 
2021-10-12 10:41:25,166 [ 792540]   INFO -                         STDERR -     at com.alibaba.p3c.idea.inspection.AliPmdInspectionInvoker.doInvoke(AliPmdInspectionInvoker.kt:62) 
2021-10-12 10:41:25,166 [ 792540]   INFO -                         STDERR -     at com.alibaba.p3c.idea.inspection.AliPmdInspectionInvoker$Companion.invokeInspection(AliPmdInspectionInvoker.kt:125) 
2021-10-12 10:41:25,166 [ 792540]   INFO -                         STDERR -     at com.alibaba.p3c.idea.inspection.AliPmdInspection.checkFile(AliPmdInspection.kt:71) 
2021-10-12 10:41:25,166 [ 792540]   INFO -                         STDERR -     at PackageNamingRuleInspection.checkFile(DelegatePmdInspection.kt:47) 
2021-10-12 10:41:25,166 [ 792540]   INFO -                         STDERR -     at com.intellij.codeInspection.LocalInspectionTool$1.visitFile(LocalInspectionTool.java:145) 
2021-10-12 10:41:25,167 [ 792541]   INFO -                         STDERR -     at com.intellij.psi.impl.source.PsiJavaFileBaseImpl.accept(PsiJavaFileBaseImpl.java:473) 
2021-10-12 10:41:25,167 [ 792541]   INFO -                         STDERR -     at com.intellij.codeInspection.InspectionEngine.acceptElements(InspectionEngine.java:65) 
2021-10-12 10:41:25,167 [ 792541]   INFO -                         STDERR -     at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.lambda$visitRestElementsAndCleanup$7(LocalInspectionsPass.java:346) 
2021-10-12 10:41:25,167 [ 792541]   INFO -                         STDERR -     at com.intellij.util.AstLoadingFilter.lambda$toComputable$2(AstLoadingFilter.java:174) 
2021-10-12 10:41:25,167 [ 792541]   INFO -                         STDERR -     at com.intellij.util.AstLoadingFilter.disallowTreeLoading(AstLoadingFilter.java:132) 
2021-10-12 10:41:25,167 [ 792541]   INFO -                         STDERR -     at com.intellij.util.AstLoadingFilter.disallowTreeLoading(AstLoadingFilter.java:121) 
2021-10-12 10:41:25,167 [ 792541]   INFO -                         STDERR -     at com.intellij.util.AstLoadingFilter.disallowTreeLoading(AstLoadingFilter.java:111) 
2021-10-12 10:41:25,167 [ 792541]   INFO -                         STDERR -     at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.lambda$visitRestElementsAndCleanup$10(LocalInspectionsPass.java:346) 
2021-10-12 10:41:25,167 [ 792541]   INFO -                         STDERR -     at com.intellij.concurrency.ApplierCompleter.execAndForkSubTasks(ApplierCompleter.java:136) 
2021-10-12 10:41:25,167 [ 792541]   INFO -                         STDERR -     at com.intellij.concurrency.ApplierCompleter.execAndForkSubTasks(ApplierCompleter.java:149) 
2021-10-12 10:41:25,167 [ 792541]   INFO -                         STDERR -     at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1091) 
2021-10-12 10:41:25,167 [ 792541]   INFO -                         STDERR -     at com.intellij.concurrency.ApplierCompleter.lambda$wrapInReadActionAndIndicator$1(ApplierCompleter.java:92) 
2021-10-12 10:41:25,167 [ 792541]   INFO -                         STDERR -     at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:688) 
2021-10-12 10:41:25,167 [ 792541]   INFO -                         STDERR -     at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:634) 
2021-10-12 10:41:25,167 [ 792541]   INFO -                         STDERR -     at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:64) 
2021-10-12 10:41:25,167 [ 792541]   INFO -                         STDERR -     at com.intellij.concurrency.ApplierCompleter.wrapInReadActionAndIndicator(ApplierCompleter.java:104) 
2021-10-12 10:41:25,168 [ 792542]   INFO -                         STDERR -     at com.intellij.concurrency.ApplierCompleter.lambda$compute$0(ApplierCompleter.java:83) 
2021-10-12 10:41:25,168 [ 792542]   INFO -                         STDERR -     at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) 
2021-10-12 10:41:25,168 [ 792542]   INFO -                         STDERR -     at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:178) 
2021-10-12 10:41:25,168 [ 792542]   INFO -                         STDERR -     at com.intellij.concurrency.ApplierCompleter.compute(ApplierCompleter.java:83) 
2021-10-12 10:41:25,168 [ 792542]   INFO -                         STDERR -     at com.intellij.concurrency.JobLauncherImpl.invokeConcurrentlyUnderProgress(JobLauncherImpl.java:61) 
2021-10-12 10:41:25,168 [ 792542]   INFO -                         STDERR -     at com.intellij.concurrency.JobLauncher.invokeConcurrentlyUnderProgress(JobLauncher.java:49) 
2021-10-12 10:41:25,168 [ 792542]   INFO -                         STDERR -     at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.visitRestElementsAndCleanup(LocalInspectionsPass.java:366) 
2021-10-12 10:41:25,168 [ 792542]   INFO -                         STDERR -     at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.inspect(LocalInspectionsPass.java:208) 
2021-10-12 10:41:25,168 [ 792542]   INFO -                         STDERR -     at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.collectInformationWithProgress(LocalInspectionsPass.java:119) 
2021-10-12 10:41:25,168 [ 792542]   INFO -                         STDERR -     at com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:84) 
2021-10-12 10:41:25,168 [ 792542]   INFO -                         STDERR -     at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:56) 
2021-10-12 10:41:25,168 [ 792542]   INFO -                         STDERR -     at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$1(PassExecutorService.java:400) 
2021-10-12 10:41:25,168 [ 792542]   INFO -                         STDERR -     at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1096) 
2021-10-12 10:41:25,168 [ 792542]   INFO -                         STDERR -     at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:393) 
2021-10-12 10:41:25,168 [ 792542]   INFO -                         STDERR -     at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:688) 
2021-10-12 10:41:25,169 [ 792543]   INFO -                         STDERR -     at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:634) 
2021-10-12 10:41:25,169 [ 792543]   INFO -                         STDERR -     at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:64) 
2021-10-12 10:41:25,169 [ 792543]   INFO -                         STDERR -     at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:392) 
2021-10-12 10:41:25,169 [ 792543]   INFO -                         STDERR -     at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:368) 
2021-10-12 10:41:25,169 [ 792543]   INFO -                         STDERR -     at com.intellij.openapi.application.impl.ReadMostlyRWLock.executeByImpatientReader(ReadMostlyRWLock.java:167) 
2021-10-12 10:41:25,169 [ 792543]   INFO -                         STDERR -     at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:178) 
2021-10-12 10:41:25,169 [ 792543]   INFO -                         STDERR -     at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:366) 
2021-10-12 10:41:25,169 [ 792543]   INFO -                         STDERR -     at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:188) 
2021-10-12 10:41:25,169 [ 792543]   INFO -                         STDERR -     at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) 
2021-10-12 10:41:25,169 [ 792543]   INFO -                         STDERR -     at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) 
2021-10-12 10:41:25,169 [ 792543]   INFO -                         STDERR -     at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) 
2021-10-12 10:41:25,169 [ 792543]   INFO -                         STDERR -     at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) 
2021-10-12 10:41:25,169 [ 792543]   INFO -                         STDERR -     at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) 
2021-10-12 10:41:25,169 [ 792543]   INFO -                         STDERR - Caused by: org.jaxen.UnresolvableException: No Such Function matches 
2021-10-12 10:41:25,169 [ 792543]   INFO -                         STDERR -     at org.jaxen.SimpleFunctionContext.getFunction(SimpleFunctionContext.java:127) 
2021-10-12 10:41:25,169 [ 792543]   INFO -                         STDERR -     at org.jaxen.ContextSupport.getFunction(ContextSupport.java:242) 
2021-10-12 10:41:25,170 [ 792544]   INFO -                         STDERR -     at org.jaxen.Context.getFunction(Context.java:216) 
2021-10-12 10:41:25,170 [ 792544]   INFO -                         STDERR -     at org.jaxen.expr.DefaultFunctionCallExpr.evaluate(DefaultFunctionCallExpr.java:176) 
2021-10-12 10:41:25,170 [ 792544]   INFO -                         STDERR -     at org.jaxen.expr.DefaultFunctionCallExpr.evaluateParams(DefaultFunctionCallExpr.java:195) 
2021-10-12 10:41:25,170 [ 792544]   INFO -                         STDERR -     at org.jaxen.expr.DefaultFunctionCallExpr.evaluate(DefaultFunctionCallExpr.java:179) 
2021-10-12 10:41:25,170 [ 792544]   INFO -                         STDERR -     at org.jaxen.expr.DefaultPredicate.evaluate(DefaultPredicate.java:95) 
2021-10-12 10:41:25,170 [ 792544]   INFO -                         STDERR -     at org.jaxen.expr.PredicateSet.applyPredicate(PredicateSet.java:269) 
2021-10-12 10:41:25,170 [ 792544]   INFO -                         STDERR -     at org.jaxen.expr.PredicateSet.evaluatePredicates(PredicateSet.java:244) 
2021-10-12 10:41:25,170 [ 792544]   INFO -                         STDERR -     at org.jaxen.expr.DefaultNameStep.evaluate(DefaultNameStep.java:215) 
2021-10-12 10:41:25,170 [ 792544]   INFO -                         STDERR -     at org.jaxen.expr.DefaultLocationPath.evaluate(DefaultLocationPath.java:140) 
2021-10-12 10:41:25,170 [ 792544]   INFO -                         STDERR -     at org.jaxen.expr.DefaultXPathExpr.asList(DefaultXPathExpr.java:102) 
2021-10-12 10:41:25,170 [ 792544]   INFO -                         STDERR -     at org.jaxen.BaseXPath.selectNodesForContext(BaseXPath.java:677) 
2021-10-12 10:41:25,170 [ 792544]   INFO -                         STDERR -     at org.jaxen.BaseXPath.selectNodes(BaseXPath.java:216) 
2021-10-12 10:41:25,170 [ 792544]   INFO -                         STDERR -     at net.sourceforge.pmd.lang.rule.xpath.JaxenXPathRuleQuery.evaluate(JaxenXPathRuleQuery.java:69) 
2021-10-12 10:41:25,170 [ 792544]   INFO -                         STDERR -     ... 57 more 
2021-10-12 10:41:25,170 [ 792544]   INFO -                         STDERR -  
yizhishang commented 3 years ago
2021-10-12 12:40:37,810 [   9474]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]setup:com.itangcent.intellij.tip.OnlyOnceInContextTipSetup@4543fce7 success 
2021-10-12 12:40:37,811 [   9475]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup:com.itangcent.intellij.jvm.kotlin.KotlinAutoInject@51363d3f 
2021-10-12 12:40:37,811 [   9475]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup key:com.itangcent.intellij.jvm.kotlin.KotlinAutoInject 
2021-10-12 12:40:37,811 [   9475]   INFO - t.intellij.logger.SystemLogger - [[DEBUG 200]]try load kotlin injects 
2021-10-12 12:40:37,812 [   9476]   INFO - t.intellij.logger.SystemLogger - [[ERROR 500]]error load:org.jetbrains.kotlin.psi.KtClass  
2021-10-12 12:40:37,815 [   9479]   INFO - t.intellij.logger.SystemLogger - [[TRACE 100]]java.lang.ClassNotFoundException: org.jetbrains.kotlin.psi.KtClass PluginClassLoader(plugin=PluginDescriptor(name=EasyYapi, id=com.itangcent.idea.plugin.easy-yapi, descriptorPath=plugin.xml, path=d:\user\01398723\Application Data\JetBrains\IntelliJIdea2021.1\plugins\EasyYapi, version=2.2.8.183.0, package=null), packagePrefix=null, instanceId=85, state=active)
    at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:215)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
    at com.itangcent.intellij.jvm.spi.AutoInjectKit.tryLoad(AutoInjectKit.kt:23)
    at com.itangcent.intellij.jvm.kotlin.KotlinAutoInject.init(KotlinAutoInject.kt:20)
    at com.itangcent.common.spi.Setup$setup$4.invoke(Setup.kt:77)
    at com.itangcent.common.spi.Setup$setup$4.invoke(Setup.kt:11)
    at com.itangcent.common.spi.Setup.setup(Setup.kt:36)
    at com.itangcent.common.spi.Setup.setup(Setup.kt:76)
    at com.itangcent.common.spi.Setup.load(Setup.kt:67)
    at com.itangcent.intellij.actions.KotlinAnAction.<clinit>(KotlinAnAction.kt:84)
    at java.base/java.lang.Class.forName0(Native Method)
    at java.base/java.lang.Class.forName(Class.java:398)
    at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.instantiate(ActionManagerImpl.java:233)
    at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertStub(ActionManagerImpl.java:220)
    at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getActionImpl(ActionManagerImpl.java:551)
    at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.preloadActions(ActionManagerImpl.java:1601)
    at com.intellij.openapi.actionSystem.impl.ActionPreloader.preload(ActionPreloader.java:14)
    at com.intellij.openapi.application.Preloader.lambda$preload$0(Preloader.java:84)
    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.application.Preloader.lambda$preload$1(Preloader.java:74)
    at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:216)
    at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:27)
    at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:195)
    at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:213)
    at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:184)
    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:829)

2021-10-12 12:40:37,816 [   9480]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]setup:com.itangcent.intellij.jvm.kotlin.KotlinAutoInject@51363d3f success 
2021-10-12 12:40:37,817 [   9481]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup:com.itangcent.intellij.spi.IdeaAutoInject@3b642d3c 
2021-10-12 12:40:37,817 [   9481]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup key:com.itangcent.intellij.spi.IdeaAutoInject 
2021-10-12 12:40:37,817 [   9481]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]key:com.itangcent.intellij.spi.IdeaAutoInject has already setup 
2021-10-12 12:40:37,817 [   9481]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]setup:com.itangcent.intellij.spi.IdeaAutoInject@3b642d3c success 
2021-10-12 12:40:37,817 [   9481]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup:com.itangcent.intellij.tip.OnlyOnceInContextTipSetup@27d677ae 
2021-10-12 12:40:37,818 [   9482]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup key:com.itangcent.intellij.tip.OnlyOnceInContextTipSetup 
2021-10-12 12:40:37,818 [   9482]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]key:com.itangcent.intellij.tip.OnlyOnceInContextTipSetup has already setup 
2021-10-12 12:40:37,818 [   9482]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]setup:com.itangcent.intellij.tip.OnlyOnceInContextTipSetup@27d677ae success 
2021-10-12 12:40:37,818 [   9482]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup:com.itangcent.intellij.jvm.kotlin.KotlinAutoInject@486de677 
2021-10-12 12:40:37,818 [   9482]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup key:com.itangcent.intellij.jvm.kotlin.KotlinAutoInject 
2021-10-12 12:40:37,818 [   9482]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]key:com.itangcent.intellij.jvm.kotlin.KotlinAutoInject has already setup 
2021-10-12 12:40:37,818 [   9482]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]setup:com.itangcent.intellij.jvm.kotlin.KotlinAutoInject@486de677 success 
2021-10-12 12:40:38,072 [   9736]   INFO - leBasedIndexDataInitialization - Index data initialization done: 3242 ms. Initialized indexes: [FilenameIndex, filetypes, IdIndex, TodoIndex, FrameworkDetectionIndex, Trigram.Index, DomFileIndex, fileIncludes, RelaxSymbolIndex, XmlTagNames, XmlNamespaces, html5.custom.attributes.index, SchemaTypeInheritance, json.file.root.values, HtmlTagIdIndex, XsltSymbolIndex, HashFragmentIndex, CompassFunctionsIndex, xmlProperties, CssIndex, css.template.selectors, editorconfig.index.name, yaml.keys.name, java.auto.module.name, bytecodeAnalysis, java.source.module.name, java.null.method.argument, java.fun.expression, ant-imports, java.binary.plus.expression, LombokConfigIndex, groovy.trait.fields, VtlFileIndex, groovy.trait.methods, IdeaPluginRegistrationIndex, PluginIdDependenciesIndex, PluginIdModuleIndex, devkit.ExtensionPointIndex, devkit.ExtensionPointClassIndex, aj.declarations, JavaFxControllerClassIndex, Stubs, javafx.id.name, javafx.custom.component, javafx.stylesheets.name, groovy.cucumber.step, java.cucumber.java8.step, js.test.names, js.package.index, js.custom.single.entry.index, js.implicit.elements.index, js.string.literal.words.index, sql.types.count.index, TypeScriptExternalPathCandidates, sql.routine.index, taglibUris, drools.declareStatementFileIndex, FileBasedWSIndex, spring.spiFileIndex, SpringXmlBeansIndex, FtlFileIndex, http.request.completion.host, http.request.execution.environment, http.request.headers.values.index, spring.autoConfigureMetadataIndex, OpenapiSpecificationContentIndexer]. 
2021-10-12 12:40:38,766 [  10430]   INFO - exImpl$StubIndexInitialization - Index data initialization done: 694 ms. Initialized stub indexes: {gr.method.name, js.exported.index, aj.itd.method, Scss.function, js.lazy.packages, JS.class.implements, java.class.fqn, JS.class.super, gr.annot.method.name, gr.field.name, js.gcl.modules, js.nonglobal.symbol.index, aj.itd.class, java.method.name, java.class.extlist, java.field.name, aj.itd.field, java.annotations, es6.exported.index, ts.embedded.content.index, js.doc.modules, aj.class.short.name, JS.base.types.index, js.global.symbol.index, ts.external.module.index, JS.global.qualified.elements, JS.custom.stub.index, js.imported.bindings.index, amd.requirePaths.index, js.generics.index, js.symbol.qualified.names.index, JS.subclass.stub.index, js.class.index2, js.local.namespace.members.index, js.namespace.index, gr.script.class, amd.baseUrl.index, js.typedef.index2, js.qualified.shortName, dom.elementClass, js.symbol.index2, java.anonymous.baseref, js.element.qualifiedName, ts.local.classes, es6.assignment.index, properties.index, Stylus.mixins, gr.class.fqn, gr.annot.members, js.amd.modules, jvm.static.member.type, markdown.header, jvm.static.member.name, sql.names, sql.table.shortName, sql.column.name, gr.class.super, gr.anonymous.class, gr.script.fqn, Scss.variable, java.class.shortname, java.method.parameter.types, java.module.name, Scss.mixin, Stylus.variables, Css.custom.property, Less.variables, Scss.placeholder.selector, dom.namespaceKey, Css.ampersand.selector, Css.id, Css.attr, Css.class, Less.mixins, Css.custom.mixin}. 
2021-10-12 12:40:41,683 [  13347]   INFO - BridgeProjectLifecycleListener - Using workspace model to open project 
2021-10-12 12:40:41,834 [  13498]   INFO - tests.impl.DistributedTestHost - Host address=localhost/127.0.0.1 
2021-10-12 12:40:41,904 [  13568]   INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: D:\Program Files\JetBrains\IntelliJ IDEA 2021.1.2\bin\fsnotifier64.exe 
2021-10-12 12:40:41,911 [  13575]   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-10-12 12:40:41,915 [  13579]   INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [E:/CodeRepository/inc-mtisp-core] 
2021-10-12 12:40:41,982 [  13646]   INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational. 
2021-10-12 12:40:42,075 [  13739]   INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings. 
2021-10-12 12:40:42,517 [  14181]   INFO -                         STDERR - 10月 12, 2021 12:40:42 下午 net.sourceforge.pmd.RuleSetFactory parseRuleSetNode 
2021-10-12 12:40:42,517 [  14181]   INFO -                         STDERR - 警告: RuleSet description is missing. Future versions of PMD will require it. 
2021-10-12 12:40:42,936 [  14600]   INFO - inspection.RuleInspectionUtils - start to find rule sets from jar jar:file:/d:/user/01398723/Application%20Data/JetBrains/IntelliJIdea2021.1/plugins/Alibaba%20Java%20Coding%20Guidelines/lib/p3c-pmd-2.1.0.jar!/rulesets 
2021-10-12 12:40:42,939 [  14603]   INFO - inspection.RuleInspectionUtils - create jarFile for path /d:/user/01398723/Application Data/JetBrains/IntelliJIdea2021.1/plugins/Alibaba Java Coding Guidelines/lib/p3c-pmd-2.1.0.jar 
2021-10-12 12:40:42,941 [  14605]   INFO - inspection.RuleInspectionUtils - get result rule set java/ali-exception 
2021-10-12 12:40:42,941 [  14605]   INFO - inspection.RuleInspectionUtils - get result rule set java/ali-comment 
2021-10-12 12:40:42,941 [  14605]   INFO - inspection.RuleInspectionUtils - get result rule set java/ali-other 
2021-10-12 12:40:42,941 [  14605]   INFO - inspection.RuleInspectionUtils - get result rule set java/ali-naming 
2021-10-12 12:40:42,941 [  14605]   INFO - inspection.RuleInspectionUtils - get result rule set java/ali-flowcontrol 
2021-10-12 12:40:42,941 [  14605]   INFO - inspection.RuleInspectionUtils - get result rule set java/ali-orm 
2021-10-12 12:40:42,942 [  14606]   INFO - inspection.RuleInspectionUtils - get result rule set java/ali-constant 
2021-10-12 12:40:42,942 [  14606]   INFO - inspection.RuleInspectionUtils - get result rule set java/ali-set 
2021-10-12 12:40:42,942 [  14606]   INFO - inspection.RuleInspectionUtils - get result rule set java/ali-oop 
2021-10-12 12:40:42,942 [  14606]   INFO - inspection.RuleInspectionUtils - get result rule set java/ali-concurrent 
2021-10-12 12:40:42,942 [  14606]   INFO - inspection.RuleInspectionUtils - get result rule set vm/ali-other 
2021-10-12 12:40:42,944 [  14608]   INFO - inspection.RuleInspectionUtils - find rule sets from jar jar:file:/d:/user/01398723/Application%20Data/JetBrains/IntelliJIdea2021.1/plugins/Alibaba%20Java%20Coding%20Guidelines/lib/p3c-pmd-2.1.0.jar!/rulesets finished 
2021-10-12 12:40:42,944 [  14608]   INFO - inspection.RuleInspectionUtils - start to find rule sets from jar jar:file:/d:/user/01398723/Application%20Data/JetBrains/IntelliJIdea2021.1/plugins/Alibaba%20Java%20Coding%20Guidelines/lib/pmd-vm-6.15.0.jar!/rulesets 
2021-10-12 12:40:42,946 [  14610]   INFO - inspection.RuleInspectionUtils - create jarFile for path /d:/user/01398723/Application Data/JetBrains/IntelliJIdea2021.1/plugins/Alibaba Java Coding Guidelines/lib/pmd-vm-6.15.0.jar 
2021-10-12 12:40:42,948 [  14612]   INFO - inspection.RuleInspectionUtils - find rule sets from jar jar:file:/d:/user/01398723/Application%20Data/JetBrains/IntelliJIdea2021.1/plugins/Alibaba%20Java%20Coding%20Guidelines/lib/pmd-vm-6.15.0.jar!/rulesets finished 
2021-10-12 12:40:42,948 [  14612]   INFO - inspection.RuleInspectionUtils - start to find rule sets from jar jar:file:/d:/user/01398723/Application%20Data/JetBrains/IntelliJIdea2021.1/plugins/Alibaba%20Java%20Coding%20Guidelines/lib/pmd-core-6.15.0.jar!/rulesets 
2021-10-12 12:40:42,950 [  14614]   INFO - inspection.RuleInspectionUtils - create jarFile for path /d:/user/01398723/Application Data/JetBrains/IntelliJIdea2021.1/plugins/Alibaba Java Coding Guidelines/lib/pmd-core-6.15.0.jar 
2021-10-12 12:40:42,961 [  14625]   INFO - inspection.RuleInspectionUtils - find rule sets from jar jar:file:/d:/user/01398723/Application%20Data/JetBrains/IntelliJIdea2021.1/plugins/Alibaba%20Java%20Coding%20Guidelines/lib/pmd-core-6.15.0.jar!/rulesets finished 
2021-10-12 12:40:42,961 [  14625]   INFO - inspection.RuleInspectionUtils - start to find rule sets from jar jar:file:/d:/user/01398723/Application%20Data/JetBrains/IntelliJIdea2021.1/plugins/Alibaba%20Java%20Coding%20Guidelines/lib/pmd-java-6.15.0.jar!/rulesets 
2021-10-12 12:40:42,963 [  14627]   INFO - inspection.RuleInspectionUtils - create jarFile for path /d:/user/01398723/Application Data/JetBrains/IntelliJIdea2021.1/plugins/Alibaba Java Coding Guidelines/lib/pmd-java-6.15.0.jar 
2021-10-12 12:40:42,968 [  14632]   INFO - inspection.RuleInspectionUtils - find rule sets from jar jar:file:/d:/user/01398723/Application%20Data/JetBrains/IntelliJIdea2021.1/plugins/Alibaba%20Java%20Coding%20Guidelines/lib/pmd-java-6.15.0.jar!/rulesets finished 
2021-10-12 12:40:42,968 [  14632]   INFO - inspection.RuleInspectionUtils - start to find rule sets from jar jar:file:/d:/user/01398723/Application%20Data/JetBrains/IntelliJIdea2021.1/plugins/Alibaba%20Java%20Coding%20Guidelines/lib/p3c-common-2.0.1.jar!/rulesets 
2021-10-12 12:40:42,970 [  14634]   INFO - inspection.RuleInspectionUtils - create jarFile for path /d:/user/01398723/Application Data/JetBrains/IntelliJIdea2021.1/plugins/Alibaba Java Coding Guidelines/lib/p3c-common-2.0.1.jar 
2021-10-12 12:40:42,971 [  14635]   INFO - inspection.RuleInspectionUtils - get result rule set java/ali-pmd 
2021-10-12 12:40:42,971 [  14635]   INFO - inspection.RuleInspectionUtils - find rule sets from jar jar:file:/d:/user/01398723/Application%20Data/JetBrains/IntelliJIdea2021.1/plugins/Alibaba%20Java%20Coding%20Guidelines/lib/p3c-common-2.0.1.jar!/rulesets finished 
2021-10-12 12:40:43,058 [  14722]   INFO -                         STDERR - 10月 12, 2021 12:40:43 下午 net.sourceforge.pmd.RuleSetFactory parseRuleSetNode 
2021-10-12 12:40:43,058 [  14722]   INFO -                         STDERR - 警告: RuleSet description is missing. Future versions of PMD will require it. 
2021-10-12 12:40:43,955 [  15619]   INFO - el.ide.impl.WorkspaceModelImpl - Load workspace model from cache in 1765 ms 
2021-10-12 12:40:43,990 [  15654]   WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=com.alibaba.p3c.idea.component.AliProjectComponent) 
2021-10-12 12:40:44,169 [  15833]   INFO -                         STDERR - log4j:WARN No such property [maxFileSize] in org.apache.log4j.FileAppender. 
2021-10-12 12:40:44,169 [  15833]   INFO -                         STDERR - log4j:WARN No such property [maxBackupIndex] in org.apache.log4j.FileAppender. 
2021-10-12 12:40:44,194 [  15858]   INFO -                         STDOUT - 12:40:44,193 WARN  [DefaultSoapUICore] Missing folder [C:\Users\01398723\ext] for external libraries 
2021-10-12 12:40:44,438 [  16102]   INFO -                         STDOUT - 12:40:44,438 INFO  [DefaultSoapUICore] initialized soapui-settings from [C:\Users\01398723\soapui-settings.xml] 
2021-10-12 12:40:44,859 [  16523]   INFO -                         STDOUT - 12:40:44,859 INFO  [WorkspaceImpl] Loading workspace from [C:\Users\01398723\intellij-soapui-workspace.xml] 
2021-10-12 12:40:44,964 [  16628]   INFO - ins.rd.platform.codeWithMe.a.v - sessionStatus: null 
2021-10-12 12:40:45,138 [  16802]   INFO - ins.rd.platform.codeWithMe.a.v - freeSessionRemainingTimeMs: null null 
2021-10-12 12:40:46,308 [  17972]   INFO - al.NewToolbarRootPaneExtension - ToolbarSettingsService is ExperimentalToolbarSettings 
2021-10-12 12:40:46,309 [  17973]   INFO - al.NewToolbarRootPaneExtension - Show new toolbar: false, presentation mode: false 
2021-10-12 12:40:46,309 [  17973]   INFO - al.NewToolbarRootPaneExtension - Show old main toolbar: false, old navbar visible: true 
2021-10-12 12:40:46,610 [  18274]   INFO - al.NewToolbarRootPaneExtension - ToolbarSettingsService is ExperimentalToolbarSettings 
2021-10-12 12:40:46,610 [  18274]   INFO - al.NewToolbarRootPaneExtension - Show new toolbar: false, presentation mode: false 
2021-10-12 12:40:46,610 [  18274]   INFO - al.NewToolbarRootPaneExtension - Show old main toolbar: false, old navbar visible: true 
2021-10-12 12:40:47,166 [  18830]   INFO - rnal.statistic.DeviceIdManager - Generating new Device ID for 'FUS' 
2021-10-12 12:40:48,115 [  19779]  DEBUG - BackendServerFileEditorManager - Opening host editor for E:/CodeRepository/inc-mtisp-core/mtisp-settlement/settlement-srv/src/main/java/com/sf/mtisp/controller/SettlementInvoiceController.java 
2021-10-12 12:40:50,074 [  21738]   INFO -              PerformancePlugin - Performance Plugin is in silent mode 
2021-10-12 12:40:50,617 [  22281]   WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID:  leetcode) or icon UrlResolver{ownerClass=icons.LeetCodeEditorIcons, classLoader=PluginClassLoader(plugin=PluginDescriptor(name=leetcode editor, id=leetcode-editor, descriptorPath=plugin.xml, path=d:\user\01398723\Application Data\JetBrains\IntelliJIdea2021.1\plugins\leetcode-editor, version=6.9, package=null), packagePrefix=null, instanceId=32, state=active), overriddenPath='/icons/LeetCode.png', url=file:/unresolved, useCacheOnLoad=true} 
2021-10-12 12:40:51,270 [  22934]   INFO - erver.followMe.FollowMeManager - Register new user 0:'yizhishang' with ClientId=ClientId(value=Host) 
2021-10-12 12:40:51,672 [  23336]   INFO - indexing.UnindexedFilesUpdater - Started 
2021-10-12 12:40:51,760 [  23424]   INFO - indexing.UnindexedFilesUpdater - Scanning: use 11 scanning threads 
2021-10-12 12:40:51,896 [  23560]   INFO - ion.DelayedProjectSynchronizer - Workspace model loaded from cache. Syncing real project state into workspace model in 1737 ms. Thread[ApplicationImpl pooled thread 11,4,Idea Thread Group] 
2021-10-12 12:40:52,319 [  23983]   INFO -  #git4idea.commands.GitHandler - [.] git version 
2021-10-12 12:40:52,368 [  24032]   INFO - al.NewToolbarRootPaneExtension - ToolbarSettingsService is ExperimentalToolbarSettings 
2021-10-12 12:40:52,368 [  24032]   INFO - al.NewToolbarRootPaneExtension - Show new toolbar: false, presentation mode: false 
2021-10-12 12:40:52,368 [  24032]   INFO - al.NewToolbarRootPaneExtension - Show old main toolbar: false, old navbar visible: true 
2021-10-12 12:40:52,411 [  24075]   INFO - ge.ExternalProjectsDataStorage - Load external projects data in 17 millis (read time: 3) 
2021-10-12 12:40:52,455 [  24119]   INFO - oudConfig.StatusBarInfoManager - === StatusBar ignored === 
2021-10-12 12:40:52,907 [  24571]   INFO -  #git4idea.commands.GitHandler - git version 2.27.0.windows.1 
2021-10-12 12:40:52,974 [  24638]   INFO - ea.config.GitExecutableManager - Git version for D:\Program Files\Git\cmd\git.exe: 2.27.0.0 (MSYS) 
2021-10-12 12:40:52,990 [  24654]   INFO - CompilerWorkspaceConfiguration - Available processors: 12 
2021-10-12 12:40:54,495 [  26159]   INFO - rketplacePluginDownloadService - Unable to download plugin via blockmap 
java.lang.NullPointerException: entry must not be null
    at com.intellij.ide.plugins.marketplace.MarketplacePluginDownloadService.getBlockMapFromZip(MarketplacePluginDownloadService.kt:120)
    at com.intellij.ide.plugins.marketplace.MarketplacePluginDownloadService.access$getBlockMapFromZip(MarketplacePluginDownloadService.kt:23)
    at com.intellij.ide.plugins.marketplace.MarketplacePluginDownloadService$downloadPluginViaBlockMap$newBlockMap$1.process(MarketplacePluginDownloadService.kt:70)
    at com.intellij.ide.plugins.marketplace.MarketplacePluginDownloadService$downloadPluginViaBlockMap$newBlockMap$1.process(MarketplacePluginDownloadService.kt:23)
    at com.intellij.util.io.HttpRequests.doProcess(HttpRequests.java:531)
    at com.intellij.util.io.HttpRequests.process(HttpRequests.java:513)
    at com.intellij.util.io.HttpRequests$RequestBuilderImpl.connect(HttpRequests.java:332)
    at com.intellij.ide.plugins.marketplace.MarketplacePluginDownloadService.downloadPluginViaBlockMap(MarketplacePluginDownloadService.kt:68)
    at com.intellij.ide.plugins.marketplace.MarketplaceRequests.downloadPluginViaBlockMap(MarketplaceRequests.kt:384)
    at com.intellij.openapi.updateSettings.impl.PluginDownloader.downloadPlugin(PluginDownloader.java:311)
    at com.intellij.openapi.updateSettings.impl.PluginDownloader.prepareToInstallAndLoadDescriptor(PluginDownloader.java:176)
    at com.intellij.openapi.updateSettings.impl.PluginDownloader.prepareToInstallAndLoadDescriptor(PluginDownloader.java:144)
    at com.intellij.openapi.updateSettings.impl.PluginDownloader.prepareToInstall(PluginDownloader.java:140)
    at com.intellij.openapi.updateSettings.impl.UpdateChecker.checkAndPrepareToInstall(UpdateChecker.kt:542)
    at com.intellij.openapi.updateSettings.impl.UpdateChecker.buildDownloaderAndPrepareToInstall(UpdateChecker.kt:426)
    at com.intellij.openapi.updateSettings.impl.UpdateChecker.checkPluginsUpdate(UpdateChecker.kt:311)
    at com.intellij.openapi.updateSettings.impl.UpdateChecker.checkPluginsUpdate$default(UpdateChecker.kt:282)
    at com.intellij.openapi.updateSettings.impl.UpdateChecker.checkPluginsUpdate(UpdateChecker.kt)
    at com.intellij.ide.plugins.newui.PluginUpdatesService.lambda$calculateUpdates$3(PluginUpdatesService.java:202)
    at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:216)
    at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:27)
    at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:195)
    at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:187)
    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:829)
2021-10-12 12:40:55,633 [  27297]   INFO - llij.database.util.SqlDialects - SQL dialects initialized in 1 ms 
2021-10-12 12:40:56,370 [  28034]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: D:/Program Files/JetBrains/IntelliJ IDEA 2021.1.2/plugins/java/lib/jps-launcher.jar;C:/Program Files/Java/jdk1.8.0_25/lib/tools.jar 
2021-10-12 12:40:59,773 [  31437]   INFO - redIndexChunkConfigurationImpl - Chunk bundled-js-predefined-ffdd448c697d-b21cf67d8133-JavaScript-IU-211.7442.40 is registered for project 'inc-mtisp-core: matching: (fb=30, stub=51), incompatible: (fb=0, stub=0), unknown: (fb=9, stub=9),  
2021-10-12 12:41:01,007 [  32671]   INFO - ramework.util.RdCoroutineScope - RdCoroutineHost overridden 
2021-10-12 12:41:01,246 [  32910]   INFO - SharedIndexPostStartupActivity - Attached 1 pre-built shared indexes: bundled-js-predefined-ffdd448c697d-b21cf67d8133-JavaScript-IU-211.7442.40 
2021-10-12 12:41:01,384 [  33048]   INFO - ProjectRootPostStartUpActivity - E:/CodeRepository/inc-mtisp-core/.idea case-sensitivity: expected=false actual=false 
2021-10-12 12:41:01,389 [  33053]   INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found 
2021-10-12 12:41:01,514 [  33178]   INFO - tor.impl.FileEditorManagerImpl - Project opening took 19869 ms 
2021-10-12 12:41:01,535 [  33199]   INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 11391ms; general responsiveness: ok; EDT responsiveness: 0/11 sluggish, 1/11 very slow 
2021-10-12 12:41:02,512 [  34176]   INFO -      #org.jetbrains.idea.maven - Creating new maven connector for Project(name=inc-mtisp-core, containerState=COMPONENT_CREATED, componentStore=E:\CodeRepository\inc-mtisp-core) in E:/CodeRepository/inc-mtisp-core 
2021-10-12 12:41:02,516 [  34180]   INFO -      #org.jetbrains.idea.maven - Connecting maven connector in E:/CodeRepository/inc-mtisp-core 
2021-10-12 12:41:02,651 [  34315]   INFO -      #org.jetbrains.idea.maven - Sent token to maven server 
2021-10-12 12:41:04,494 [  36158]   INFO -      #org.jetbrains.idea.maven - Connector in E:/CodeRepository/inc-mtisp-core has been connected 
2021-10-12 12:41:04,636 [  36300]   WARN - ution.rmi.RemoteProcessSupport - SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 
2021-10-12 12:41:04,637 [  36301]   WARN - ution.rmi.RemoteProcessSupport - SLF4J: Defaulting to no-operation (NOP) logger implementation 
yizhishang commented 3 years ago
2021-10-12 12:40:37,810 [   9474]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]setup:com.itangcent.intellij.tip.OnlyOnceInContextTipSetup@4543fce7 success 
2021-10-12 12:40:37,811 [   9475]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup:com.itangcent.intellij.jvm.kotlin.KotlinAutoInject@51363d3f 
2021-10-12 12:40:37,811 [   9475]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup key:com.itangcent.intellij.jvm.kotlin.KotlinAutoInject 
2021-10-12 12:40:37,811 [   9475]   INFO - t.intellij.logger.SystemLogger - [[DEBUG 200]]try load kotlin injects 
2021-10-12 12:40:37,812 [   9476]   INFO - t.intellij.logger.SystemLogger - [[ERROR 500]]error load:org.jetbrains.kotlin.psi.KtClass 

是这几行吗

tangcent commented 3 years ago

idea没有安装kotlin插件?

yizhishang commented 3 years ago

idea 2021.1默认安装了kotlin插件的

yizhishang commented 3 years ago

@tangcent 你知道安装的拿个kotlin插件吗,相关的插件还挺多了,我重新安装试试

tangcent commented 3 years ago

就是那个默认的kotlin插件. 这种问题比较难排查,我自己以前碰到这种情况是这样查的:


确认是不是访问某个url一直不响应.

确认是不是插件解析有问题

yizhishang commented 3 years ago

刚重装了idea都没有用。。。

yizhishang commented 3 years ago

http.call.before=groovy:logger.info("call:"+request.url()) http.call.after=groovy:logger.info("response:"+response.string())

请问下这个是在哪里配置

tangcent commented 3 years ago

可以丢在Preferences(Settings) > Other Settings > EasyApi > BuildinConfig

yizhishang commented 3 years ago

配置后,日志如下

2021-10-13 11:24:22,329 [      0]   INFO -        #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------ 
2021-10-13 11:24:22,344 [     15]   INFO - llij.ide.gdpr.EndUserAgreement - eua: d:\user\01398723\Application Data\JetBrains\PrivacyPolicy\eua.cached 
2021-10-13 11:24:22,407 [     78]   INFO -        #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IU-211.7442.40, 01 Jun 2021 11:17) 
2021-10-13 11:24:22,407 [     78]   INFO -        #com.intellij.idea.Main - OS: Windows 7 (6.1, amd64) 
2021-10-13 11:24:22,422 [     93]   INFO -        #com.intellij.idea.Main - JRE: 11.0.11+9-b1341.57 (JetBrains s.r.o.) 
2021-10-13 11:24:22,422 [     93]   INFO -        #com.intellij.idea.Main - JVM: 11.0.11+9-b1341.57 (Dynamic Code Evolution 64-Bit Server VM) 
2021-10-13 11:24:22,422 [     93]   INFO -        #com.intellij.idea.Main - JVM Args: exit -Xms128m -Xmx2047m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -XX:CICompilerCount=2 -Dsun.io.useCanonPrefixCache=false -Djdk.http.auth.tunneling.disabledSchemes="" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djdk.attach.allowAttachSelf=true -Dkotlinx.coroutines.debug=off -Djdk.module.illegalAccess.silent=true -javaagent:C:\Users\Public\.jetbrains\jetbrains-agent-v3.2.0.de72.619 -Djb.vmOptionsFile=d:\user\01398723\Application Data\JetBrains\IntelliJIdea2021.1\idea64.exe.vmoptions -Djava.library.path=D:\Program Files\JetBrains\IntelliJ IDEA 2021.1.2\jbr\\bin;D:\Program Files\JetBrains\IntelliJ IDEA 2021.1.2\jbr\\bin\server -Didea.jre.check=true -Dide.native.launcher=true -Didea.vendor.name=JetBrains -Didea.paths.selector=IntelliJIdea2021.1 -XX:ErrorFile=C:\Users\01398723\java_error_in_idea64_%p.log -XX:HeapDumpPath=C:\Users\01398723\java_error_in_idea64.hprof 
2021-10-13 11:24:22,422 [     93]   INFO -        #com.intellij.idea.Main - library path: D:\Program Files\JetBrains\IntelliJ IDEA 2021.1.2\jbr\\bin;D:\Program Files\JetBrains\IntelliJ IDEA 2021.1.2\jbr\\bin\server 
2021-10-13 11:24:22,422 [     93]   INFO -        #com.intellij.idea.Main - boot library path: D:\Program Files\JetBrains\IntelliJ IDEA 2021.1.2\jbr\bin 
2021-10-13 11:24:22,454 [    125]   INFO -        #com.intellij.idea.Main - locale=zh_CN JNU=GBK file.encoding=GBK
  idea.config.path=d:\user\01398723\Application Data\JetBrains\IntelliJIdea2021.1
  idea.system.path=C:\Users\01398723\AppData\Local\JetBrains\IntelliJIdea2021.1
  idea.plugins.path=d:\user\01398723\Application Data\JetBrains\IntelliJIdea2021.1\plugins
  idea.log.path=C:\Users\01398723\AppData\Local\JetBrains\IntelliJIdea2021.1\log 
2021-10-13 11:24:23,290 [    961]   INFO -        #com.intellij.idea.Main - JNA library (64-bit) loaded in 821 ms 
2021-10-13 11:24:23,305 [    976]   INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational 
2021-10-13 11:24:24,304 [   1975]   INFO - om.intellij.ui.scale.JBUIScale - System scale factor: 1.0 (IDE-managed HiDPI) 
2021-10-13 11:24:25,417 [   3088]   INFO - ntellij.idea.ApplicationLoader - CPU cores: 12; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@65822c86[Running, parallelism = 11, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@3bbb88a8 
2021-10-13 11:24:25,597 [   3268]   INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: IDEA CORE (211.7442.40), Dependency Management Api for External Build Tools (211.7442.40), com.intellij.platform.images (211.7442.40), JetBrains maven model api classes (211.7442.40), JetBrains Repository Search (211.7442.40), HTML Tools (211.7442.40), Perforce Helix Core (211.7442.40), Refactor-X (211.7442.40), Subversion (211.7442.40), XPathView + XSLT (211.7442.40), XSLT Debugger (211.7442.40), Smali Support (211.7442.40), IDE Settings Sync (211.7442.40), Machine Learning Code Completion (211.7442.40), Configuration Script (211.7442.40), Copyright (211.7442.40), CSS (211.7442.40), W3C Validators (211.7442.40), Less (211.7442.40), Sass (211.7442.40), Stylus (211.7442.40), Windows 10 Light Theme (211.7442.40), Properties (211.7442.40), Gradle (211.7442.40), Resource Bundle Editor (211.7442.40), FTP/SFTP Connectivity (ex. Remote Hosts Access) (211.7442.40), Mercurial (211.7442.40), WebP Support (211.7442.40), EditorConfig (211.7442.40), Haml (211.7442.40), Terminal (211.7442.40), Git (211.7442.40), ChangeReminder (211.7442.40), SSH Remote Run (211.7442.40), WSL Support Framework (211.7442.40), Shell Script (211.7442.40), TextMate Bundles (211.7442.40), YAML (211.7442.40), Settings Repository (211.7442.40), IDE Features Trainer (211.7442.40), Java (211.7442.40), Ant (211.7442.40), Bytecode Viewer (211.7442.40), Docker (211.7442.40), JUnit (211.7442.40), Lombok (211.7442.40), ZKM-Unscramble (211.7442.40), Spring AOP/@AspectJ (211.7442.40), Diagrams (211.7442.40), Dependency Structure Matrix (211.7442.40), Guice (211.7442.40), Java Internationalization (211.7442.40), Java IDE Customization (211.7442.40), Microservices Application Configuration (211.7442.40), Microservices UAST (211.7442.40), Velocity (211.7442.40), Java Stream Debugger (211.7442.40), Eclipse Interoperability (211.7442.40), Java Bytecode Decompiler (211.7442.40), Task Management (211.7442.40), GitHub (211.7442.40), Time Tracking (211.7442.40), Code With Me (211.7442.40), Performance Testing (211.7442.40), Shared Indexes (211.7442.40), Project Shared Indexes (211.7442.40), Next File Prediction (211.7442.40), Recommenders for Java and Python (211.7442.40), IntelliLang (211.7442.40), TestNG (211.7442.40), Code Coverage for Java (211.7442.40), Emma (211.7442.40), Groovy (211.7442.40), Maven (211.7442.40), AspectJ (211.7442.40), Gradle-Java (211.7442.40), Plugin DevKit (211.7442.40), Frameworks Starters (211.7442.40), Performance Testing (Gradle) (211.7442.40), Gradle Extension (211.7442.40), Gradle-Maven (211.7442.40), Reactive Streams (211.7442.40), Performance Testing (Maven) (211.7442.40), JavaFX (211.7442.40), Gherkin (211.7442.40), Cucumber for Java (211.7442.40), Cucumber for Groovy (211.7442.40), Markdown (211.7442.40), Grazie (211.7442.40), JavaScript and TypeScript (211.7442.40), JavaScript Intention Power Pack (211.7442.40), TSLint (211.7442.40), Angular and AngularJS (211.7442.40), Database Tools and SQL (211.7442.40), Java SQL Libraries (211.7442.40), Persistence Frameworks (211.7442.40), Java EE Platform (211.7442.40), JavaScript Debugger (211.7442.40), Node.js (211.7442.40), Spy-js (211.7442.40), CoffeeScript (211.7442.40), Kotlin (211-1.4.32-release-IJ7442.2), Gradle DSL API (211.7442.40), Gradle Dependency Updater Implementation (211.7442.40), Java EE: Bean Validation (211.7442.40), Java EE: Contexts and Dependency Injection (CDI) (211.7442.40), Helidon (211.7442.40), Java EE: Batch Applications (211.7442.40), Java EE: Persistence (JPA) (211.7442.40), Java EE: Enterprise Java Beans (EJB) (211.7442.40), Hibernate (211.7442.40), Java EE: Application Servers (211.7442.40), Jetty (211.7442.40), Tomcat and TomEE (211.7442.40), WebSphere (211.7442.40), Java EE: Web/Servlets (211.7442.40), Java Server Pages (JSP) (211.7442.40), Java EE: Server Faces (JSF) (211.7442.40), Java EE: Message Service (JMS) (211.7442.40), Java EE: WebSockets (211.7442.40), JBoss Frameworks Base (211.7442.40), Drools (211.7442.40), Arquillian (211.7442.40), Java EE: Gradle Integration (211.7442.40), Spring (211.7442.40), Spring Security (211.7442.40), Thymeleaf (211.7442.40), Spring Data (211.7442.40), Java EE: Web Services (JAX-WS) (211.7442.40), Spring Web Services (211.7442.40), Grails (211.7442.40), FreeMarker (211.7442.40), Spring Batch (211.7442.40), Spring Messaging (211.7442.40), Spring Integration Patterns (211.7442.40), Spring WebSocket (211.7442.40), Spring OSGi (211.7442.40), Maven Extension (211.7442.40), HTTP Client (211.7442.40), Spring MVC (211.7442.40), Spring Web Flow (211.7442.40), Spring Boot (211.7442.40), Java EE: RESTful Web Services (JAX-RS) (211.7442.40), Quarkus (211.7442.40), Micronaut (211.7442.40), Java HTTP Clients (211.7442.40), OpenAPI Specifications (211.7442.40) 
2021-10-13 11:24:25,598 [   3269]   INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: mybatis-log (1.5.0), IDE Eval Reset (2.1.6), Maven Helper (4.13.203.000.0), EasyApi (2.1.5.183.0), MyBatisX (1.5.0) 
2021-10-13 11:24:25,598 [   3269]   INFO - llij.ide.plugins.PluginManager - Disabled plugins: WildFly (211.7442.40), Space (211.7442.40), WebLogic (211.7442.40), Android (10.4.1.1.211.7442.40), UI Designer (211.7442.40), GlassFish (211.7442.40), Debugger Support for JSP (JSR45) (211.7442.40) 
2021-10-13 11:24:25,771 [   3442]   INFO - cloudConfig.CloudConfigManager - === Exit: JBA_NOT_FOUND === 
2021-10-13 11:24:26,606 [   4277]   INFO - m.intellij.util.io.StorageLock - lower=100; upper=500; buffer=10; max=1959 
2021-10-13 11:24:26,638 [   4309]   INFO - tellij.util.io.FileChannelUtil - uninterruptible FileChannels will be used for indexes 
2021-10-13 11:24:26,732 [   4403]   INFO - tellij.util.io.storage.Storage - Space waste in C:\Users\01398723\AppData\Local\JetBrains\IntelliJIdea2021.1\caches\attrib.dat is 10604944 bytes. Compacting now. 
2021-10-13 11:24:26,732 [   4403]   INFO - tellij.util.io.storage.Storage - Compact failed: C:\Users\01398723\AppData\Local\JetBrains\IntelliJIdea2021.1\caches\attrib.dat.storageData.backup 
2021-10-13 11:24:26,732 [   4403]   INFO - tellij.util.io.storage.Storage - Done compacting in 0msec. 
2021-10-13 11:24:27,060 [   4731]   INFO - ication.options.PathMacrosImpl - Loaded path macros: {MAVEN_REPOSITORY=E:\MavenRepository, KOTLIN_BUNDLED=D:\Program Files\JetBrains\IntelliJ IDEA 2021.1.2\plugins\Kotlin\kotlinc} 
2021-10-13 11:24:27,132 [   4803]   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-10-13 11:24:27,148 [   4819]   INFO - intellij.diagnostic.JitWatcher - JIT compilation state checking enabled 
2021-10-13 11:24:27,211 [   4882]   INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342 
2021-10-13 11:24:27,320 [   4991]   INFO - til.net.ssl.CertificateManager - Default SSL context initialized 
2021-10-13 11:24:27,574 [   5245]   INFO - BridgeProjectLifecycleListener - Using workspace model to open project 
2021-10-13 11:24:27,812 [   5483]   INFO - tests.impl.DistributedTestHost - Host address=localhost/127.0.0.1 
2021-10-13 11:24:27,890 [   5561]   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-10-13 11:24:27,939 [   5610]   INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [E:/CodeRepository/inc-mtisp-core] 
2021-10-13 11:24:27,955 [   5626]   INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: D:\Program Files\JetBrains\IntelliJ IDEA 2021.1.2\bin\fsnotifier64.exe 
2021-10-13 11:24:28,019 [   5690]   INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational. 
2021-10-13 11:24:28,418 [   6089]   INFO - impl.SharedIndexMainZipStorage - Shared Indexes Storage is opened: <empty>, chunks: [] 
2021-10-13 11:24:28,480 [   6151]   INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings. 
2021-10-13 11:24:28,529 [   6200]   INFO - penapi.application.Experiments - Experimental features enabled for user: wsl.p9.support, wsl.prefer.p9.support, wsl.p9.show.roots.in.file.chooser, wsl.execute.with.wsl.exe, inline.browse.button, linux.native.menu, recent.and.edited.files.together, show.create.new.element.in.popup, search.everywhere.mixed.results, i18n.match.actions, editor.reader.mode, run.targets, edit.run.configurations.while.dumb, new.large.text.file.viewer, terminal.shell.command.handling, reuse.target.paths.for.rsync, property.value.inplace.editing 
2021-10-13 11:24:29,255 [   6926]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup:com.itangcent.intellij.spi.IdeaAutoInject@4e539613 
2021-10-13 11:24:29,351 [   7022]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup key:com.itangcent.intellij.spi.IdeaAutoInject 
2021-10-13 11:24:29,693 [   7364]   INFO - .itangcent.common.spi.SpiUtils - [[INFO 300]]load service com.itangcent.common.logger.ILogger:com.itangcent.intellij.logger.SystemLogger@2ac11ecc 
2021-10-13 11:24:29,693 [   7364]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.config.RuleExtendProvider success 
2021-10-13 11:24:29,724 [   7395]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.config.RuleExtendProvider and wrap 
2021-10-13 11:24:29,724 [   7395]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]setup:com.itangcent.intellij.spi.IdeaAutoInject@4e539613 success 
2021-10-13 11:24:29,724 [   7395]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup:com.itangcent.intellij.tip.OnlyOnceInContextTipSetup@5c99facd 
2021-10-13 11:24:29,724 [   7395]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup key:com.itangcent.intellij.tip.OnlyOnceInContextTipSetup 
2021-10-13 11:24:29,724 [   7395]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]setup:com.itangcent.intellij.tip.OnlyOnceInContextTipSetup@5c99facd success 
2021-10-13 11:24:29,724 [   7395]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup:com.itangcent.intellij.jvm.kotlin.KotlinAutoInject@6089f731 
2021-10-13 11:24:29,724 [   7395]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup key:com.itangcent.intellij.jvm.kotlin.KotlinAutoInject 
2021-10-13 11:24:29,724 [   7395]   INFO - t.intellij.logger.SystemLogger - [[DEBUG 200]]try load kotlin injects 
2021-10-13 11:24:29,724 [   7395]   INFO - t.intellij.logger.SystemLogger - load:org.jetbrains.kotlin.psi.KtClass success 
2021-10-13 11:24:29,740 [   7411]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.jvm.kotlin.KotlinDocHelper success 
2021-10-13 11:24:29,771 [   7442]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.jvm.kotlin.KotlinDocHelper and wrap 
2021-10-13 11:24:29,771 [   7442]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.jvm.kotlin.KotlinAnnotationHelper success 
2021-10-13 11:24:29,771 [   7442]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.jvm.kotlin.KotlinAnnotationHelper and wrap 
2021-10-13 11:24:29,771 [   7442]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.jvm.kotlin.KotlinJvmClassHelper success 
2021-10-13 11:24:29,787 [   7458]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.jvm.kotlin.KotlinJvmClassHelper and wrap 
2021-10-13 11:24:29,787 [   7458]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.jvm.kotlin.KotlinLinkExtractor success 
2021-10-13 11:24:29,802 [   7473]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.jvm.kotlin.KotlinLinkExtractor and wrap 
2021-10-13 11:24:29,802 [   7473]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.jvm.kotlin.KotlinPsiResolver success 
2021-10-13 11:24:29,802 [   7473]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.jvm.kotlin.KotlinPsiResolver and wrap 
2021-10-13 11:24:29,802 [   7473]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.jvm.kotlin.KotlinPsiExpressionResolver success 
2021-10-13 11:24:29,818 [   7489]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.jvm.kotlin.KotlinPsiExpressionResolver and wrap 
2021-10-13 11:24:29,818 [   7489]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]setup:com.itangcent.intellij.jvm.kotlin.KotlinAutoInject@6089f731 success 
2021-10-13 11:24:29,818 [   7489]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup:com.itangcent.intellij.spi.IdeaAutoInject@26e1b32d 
2021-10-13 11:24:29,818 [   7489]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup key:com.itangcent.intellij.spi.IdeaAutoInject 
2021-10-13 11:24:29,818 [   7489]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]key:com.itangcent.intellij.spi.IdeaAutoInject has already setup 
2021-10-13 11:24:29,818 [   7489]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]setup:com.itangcent.intellij.spi.IdeaAutoInject@26e1b32d success 
2021-10-13 11:24:29,818 [   7489]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup:com.itangcent.intellij.tip.OnlyOnceInContextTipSetup@6698f16c 
2021-10-13 11:24:29,818 [   7489]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup key:com.itangcent.intellij.tip.OnlyOnceInContextTipSetup 
2021-10-13 11:24:29,818 [   7489]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]key:com.itangcent.intellij.tip.OnlyOnceInContextTipSetup has already setup 
2021-10-13 11:24:29,818 [   7489]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]setup:com.itangcent.intellij.tip.OnlyOnceInContextTipSetup@6698f16c success 
2021-10-13 11:24:29,818 [   7489]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup:com.itangcent.intellij.jvm.kotlin.KotlinAutoInject@31989cf8 
2021-10-13 11:24:29,818 [   7489]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup key:com.itangcent.intellij.jvm.kotlin.KotlinAutoInject 
2021-10-13 11:24:29,818 [   7489]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]key:com.itangcent.intellij.jvm.kotlin.KotlinAutoInject has already setup 
2021-10-13 11:24:29,818 [   7489]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]setup:com.itangcent.intellij.jvm.kotlin.KotlinAutoInject@31989cf8 success 
2021-10-13 11:24:30,312 [   7983]   INFO - el.ide.impl.WorkspaceModelImpl - Load workspace model from cache in 1910 ms 
2021-10-13 11:24:30,375 [   8046]   INFO - ins.rd.platform.codeWithMe.a.v - sessionStatus: null 
2021-10-13 11:24:30,518 [   8189]   INFO - ins.rd.platform.codeWithMe.a.v - freeSessionRemainingTimeMs: null null 
2021-10-13 11:24:30,881 [   8552]   INFO - leBasedIndexDataInitialization - Index data initialization done: 3639 ms. Initialized indexes: [FilenameIndex, filetypes, IdIndex, TodoIndex, FrameworkDetectionIndex, Trigram.Index, DomFileIndex, RelaxSymbolIndex, XmlTagNames, fileIncludes, html5.custom.attributes.index, XmlNamespaces, SchemaTypeInheritance, json.file.root.values, HtmlTagIdIndex, HashFragmentIndex, XsltSymbolIndex, css.template.selectors, CompassFunctionsIndex, CssIndex, xmlProperties, editorconfig.index.name, yaml.keys.name, java.auto.module.name, java.source.module.name, bytecodeAnalysis, java.null.method.argument, java.fun.expression, java.binary.plus.expression, ant-imports, docker.compose.services, LombokConfigIndex, VtlFileIndex, groovy.trait.fields, groovy.trait.methods, aj.declarations, IdeaPluginRegistrationIndex, PluginIdModuleIndex, PluginIdDependenciesIndex, Stubs, devkit.ExtensionPointIndex, devkit.ExtensionPointClassIndex, JavaFxControllerClassIndex, javafx.id.name, javafx.custom.component, javafx.stylesheets.name, java.cucumber.java8.step, groovy.cucumber.step, js.test.names, js.package.index, js.implicit.elements.index, js.custom.single.entry.index, js.string.literal.words.index, TypeScriptExternalPathCandidates, angularjs.template.cache, angularjs.ui.router.views.index, angularjs.app.index, sql.types.count.index, sql.routine.index, org.jetbrains.kotlin.idea.versions.KotlinJvmMetadataVersionIndex, org.jetbrains.kotlin.idea.versions.KotlinJsMetadataVersionIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinClassFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinJavaScriptMetaFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFilePackageIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinModuleMappingIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinPackageSourcesMemberNamesIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinJvmModuleAnnotationsIndex, org.jetbrains.kotlin.idea.vfilefinder.KlibMetaFileIndex, taglibUris, drools.declareStatementFileIndex, SpringXmlBeansIndex, spring.spiFileIndex, FileBasedWSIndex, GspIncludeIndex, FtlFileIndex, http.request.execution.environment, http.request.completion.host, http.request.headers.values.index, spring.autoConfigureMetadataIndex, OpenapiSpecificationContentIndexer]. 
2021-10-13 11:24:31,777 [   9448]   INFO - al.NewToolbarRootPaneExtension - ToolbarSettingsService is ExperimentalToolbarSettings 
2021-10-13 11:24:31,777 [   9448]   INFO - al.NewToolbarRootPaneExtension - Show new toolbar: false, presentation mode: false 
2021-10-13 11:24:31,777 [   9448]   INFO - al.NewToolbarRootPaneExtension - Show old main toolbar: false, old navbar visible: true 
2021-10-13 11:24:31,840 [   9511]   INFO - exImpl$StubIndexInitialization - Index data initialization done: 958 ms. Initialized stub indexes: {Css.attr, JS.class.implements, angularjs.symbol.index, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeClassByPackageIndex, gr.annot.method.name, angular2.metadata.directive.index, angular2.metadata.className.index, gr.method.name, Css.custom.property, Css.id, js.imported.bindings.index, js.exported.index, es6.exported.index, java.module.name, java.class.fqn, js.global.symbol.index, org.jetbrains.kotlin.idea.stubindex.KotlinSuperClassIndex, js.symbol.index2, org.jetbrains.kotlin.idea.stubindex.KotlinPropertyShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinScriptFqnIndex, ts.external.module.index, org.jetbrains.kotlin.idea.stubindex.KotlinMultifileClassPartIndex, gr.annot.members, gr.field.name, gr.script.fqn, gr.script.class, org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasShortNameIndex, JS.custom.stub.index, js.typedef.index2, JS.global.qualified.elements, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeShortNameIndex, JS.class.super, org.jetbrains.kotlin.idea.stubindex.KotlinFilePartClassIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeFqNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyContractedFunctionShortNameIndex, angularjs.generic.modules.index, angularjs.controller.index, gr.anonymous.class, org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasByExpansionShortNameIndex, ts.embedded.content.index, gr.class.fqn, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasByPackageIndex, angular2.ivy.directive.index, JS.base.types.index, dom.namespaceKey, java.anonymous.baseref, Less.mixins, Css.ampersand.selector, java.class.shortname, JS.subclass.stub.index, org.jetbrains.kotlin.idea.stubindex.KotlinFullClassNameIndex, es6.assignment.index, Stylus.mixins, angular2.metadata.module.index, sql.column.name, amd.baseUrl.index, Scss.variable, angularjs.ui.router.generic.states.index, angular2.templateUrl.index, angular2.source.module.index, angularjs.module.index, angular2.metadata.node.index, js.lazy.packages, angularjs.directives.index, org.jetbrains.kotlin.idea.stubindex.KotlinExtensionsInObjectsByReceiverTypeIndex, Scss.function, angular2.source.pipe.index, java.field.name, java.method.name, js.gcl.modules, js.doc.modules, Scss.mixin, js.class.index2, js.namespace.index, jvm.static.member.name, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionByPackageIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelClassByPackageIndex, org.jetbrains.kotlin.idea.stubindex.KotlinExactPackagesIndex, sql.names, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyByPackageIndex, Stylus.variables, js.local.namespace.members.index, aj.itd.method, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasFqNameIndex, jvm.static.member.type, java.class.extlist, java.annotations, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyFqnNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinAnnotationsIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelExtensionsByReceiverTypeIndex, aj.itd.field, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingPropertyShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingFunctionShortNameIndex, markdown.header, aj.itd.class, aj.class.short.name, js.qualified.shortName, Less.variables, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionFqnNameIndex, js.element.qualifiedName, java.method.parameter.types, properties.index, org.jetbrains.kotlin.idea.stubindex.KotlinClassShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinOverridableInternalMembersShortNameIndex, gr.class.super, dom.elementClass, js.generics.index, angular2.ivy.module.index, ts.local.classes, angular2.metadata.function.index, sql.table.shortName, js.symbol.qualified.names.index, Scss.placeholder.selector, amd.requirePaths.index, Css.custom.mixin, Css.class, js.nonglobal.symbol.index, angular2.metadata.pipe.index, js.amd.modules, angular2.ivy.pipe.index, angularjs.directives.doc.index, angularjs.templateUrl.index, angularjs.ui.router.states.index, angularjs.filter.index, angularjs.delimiter.index, angular2.source.directive.index, org.jetbrains.kotlin.idea.stubindex.KotlinFunctionShortNameIndex}. 
2021-10-13 11:24:32,126 [   9797]   INFO - al.NewToolbarRootPaneExtension - ToolbarSettingsService is ExperimentalToolbarSettings 
2021-10-13 11:24:32,126 [   9797]   INFO - al.NewToolbarRootPaneExtension - Show new toolbar: false, presentation mode: false 
2021-10-13 11:24:32,126 [   9797]   INFO - al.NewToolbarRootPaneExtension - Show old main toolbar: false, old navbar visible: true 
2021-10-13 11:24:32,655 [  10326]   INFO - rnal.statistic.DeviceIdManager - Generating new Device ID for 'FUS' 
2021-10-13 11:24:34,164 [  11835]   INFO -              PerformancePlugin - Performance Plugin is in silent mode 
2021-10-13 11:24:34,433 [  12104]   INFO - gs.impl.UpdateCheckerComponent - channel: release 
2021-10-13 11:24:35,261 [  12932]   INFO - erver.followMe.FollowMeManager - Register new user 0:'01398723' with ClientId=ClientId(value=Host) 
2021-10-13 11:24:35,625 [  13296]   INFO - indexing.UnindexedFilesUpdater - Started 
2021-10-13 11:24:35,704 [  13375]   INFO - indexing.UnindexedFilesUpdater - Scanning: use 11 scanning threads 
2021-10-13 11:24:36,618 [  14289]   INFO - ion.DelayedProjectSynchronizer - Workspace model loaded from cache. Syncing real project state into workspace model in 1659 ms. Thread[ApplicationImpl pooled thread 11,4,Idea Thread Group] 
2021-10-13 11:24:36,805 [  14476]   INFO - al.NewToolbarRootPaneExtension - ToolbarSettingsService is ExperimentalToolbarSettings 
2021-10-13 11:24:36,805 [  14476]   INFO - al.NewToolbarRootPaneExtension - Show new toolbar: false, presentation mode: false 
2021-10-13 11:24:36,805 [  14476]   INFO - al.NewToolbarRootPaneExtension - Show old main toolbar: false, old navbar visible: true 
2021-10-13 11:24:36,813 [  14484]   INFO -  #git4idea.commands.GitHandler - [.] git version 
2021-10-13 11:24:36,971 [  14642]   INFO - ge.ExternalProjectsDataStorage - Load external projects data in 47 millis (read time: 0) 
2021-10-13 11:24:37,069 [  14740]   INFO - oudConfig.StatusBarInfoManager - === StatusBar ignored === 
2021-10-13 11:24:37,320 [  14991]   INFO -  #git4idea.commands.GitHandler - git version 2.27.0.windows.1 
2021-10-13 11:24:37,383 [  15054]   INFO - ea.config.GitExecutableManager - Git version for D:\Program Files\Git\cmd\git.exe: 2.27.0.0 (MSYS) 
2021-10-13 11:24:37,399 [  15070]   WARN - com.intellij.util.xmlb.Binding - no accessors for org.jetbrains.idea.perforce.perforce.ConnectionId 
2021-10-13 11:24:37,879 [  15550]   INFO - ramework.util.RdCoroutineScope - RdCoroutineHost overridden 
2021-10-13 11:24:38,213 [  15884]   INFO - redIndexChunkConfigurationImpl - Chunk bundled-js-predefined-ffdd448c697d-b21cf67d8133-JavaScript-IU-211.7442.40 is registered for project 'inc-mtisp-core: matching: (fb=34, stub=75), incompatible: (fb=0, stub=0), unknown: (fb=9, stub=9),  
2021-10-13 11:24:38,563 [  16234]   INFO - SharedIndexPostStartupActivity - Attached 1 pre-built shared indexes: bundled-js-predefined-ffdd448c697d-b21cf67d8133-JavaScript-IU-211.7442.40 
2021-10-13 11:24:38,731 [  16402]   INFO - ProjectRootPostStartUpActivity - E:/CodeRepository/inc-mtisp-core/.idea case-sensitivity: expected=false actual=false 
2021-10-13 11:24:38,762 [  16433]   INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found 
2021-10-13 11:24:38,888 [  16559]   INFO - tor.impl.FileEditorManagerImpl - Project opening took 11381 ms 
2021-10-13 11:24:39,144 [  16815]   INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 4695ms; general responsiveness: ok; EDT responsiveness: 2/5 sluggish, 1/5 very slow 

2021-10-13 11:24:40,086 [  17757]   INFO -      #org.jetbrains.idea.maven - Connecting maven connector in E:/CodeRepository/inc-mtisp-core 
2021-10-13 11:24:40,229 [  17900]   INFO -      #org.jetbrains.idea.maven - Sent token to maven server 
2021-10-13 11:24:41,983 [  19654]   INFO -      #org.jetbrains.idea.maven - Connector in E:/CodeRepository/inc-mtisp-core has been connected 
2021-10-13 11:24:42,102 [  19773]   WARN - ution.rmi.RemoteProcessSupport - SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 
2021-10-13 11:24:42,102 [  19773]   WARN - ution.rmi.RemoteProcessSupport - SLF4J: Defaulting to no-operation (NOP) logger implementation 
2021-10-13 11:24:42,102 [  19773]   WARN - ution.rmi.RemoteProcessSupport - SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 
2021-10-13 11:24:44,038 [  21709]   WARN - ConfigurableExtensionPointUtil - ignore deprecated groupId: language for id: preferences.language.Kotlin.scripting 
2021-10-13 11:24:44,084 [  21755]   WARN - ConfigurableExtensionPointUtil - use other group instead of unexpected one: null 
2021-10-13 11:24:45,157 [  22828]   INFO - gnostic.WindowsDefenderChecker - Windows Defender status: not used 
2021-10-13 11:24:46,027 [  23698]   INFO - llij.database.util.SqlDialects - SQL dialects initialized in 0 ms 
2021-10-13 11:24:46,121 [  23792]   INFO - nfigurable.EasyApiConfigurable - create instance of com.itangcent.idea.plugin.configurable.EasyApiConfigurable 
2021-10-13 11:24:46,326 [  23997]   INFO - nfigurable.EasyApiConfigurable - create instance of com.itangcent.idea.plugin.configurable.EasyApiRecommendConfigurable 
2021-10-13 11:24:46,341 [  24012]   INFO - nfigurable.EasyApiConfigurable - create instance of com.itangcent.idea.plugin.configurable.EasyApiSettingBuiltInConfigConfigurable 
2021-10-13 11:24:46,341 [  24012]   INFO - nfigurable.EasyApiConfigurable - create instance of com.itangcent.idea.plugin.configurable.EasyApiOtherConfigurable 
2021-10-13 11:24:46,341 [  24012]   INFO - nfigurable.EasyApiConfigurable - create component of com.itangcent.idea.plugin.configurable.EasyApiSettingBuiltInConfigConfigurable 
2021-10-13 11:24:47,013 [  24684]   INFO - intellij.context.ActionContext - register event [onStart] 
2021-10-13 11:24:47,013 [  24684]   INFO - intellij.context.ActionContext - call event [onStart] 
2021-10-13 11:24:47,454 [  25125]   INFO - m.codeWithMe.CodeWithMeCleanup - running activity to cleanup old thin clients... Root path is 'C:\Users\01398723\AppData\Local\JetBrains' 
2021-10-13 11:24:47,470 [  25141]   INFO - m.codeWithMe.CodeWithMeCleanup - found 0 Code With Me client system folders to check 
2021-10-13 11:24:47,470 [  25141]   INFO - m.codeWithMe.CodeWithMeCleanup - found 0 Code With Me client config folders to check 
2021-10-13 11:24:47,470 [  25141]   INFO - m.codeWithMe.CodeWithMeCleanup - keep only [] major versions 
2021-10-13 11:24:48,303 [  25974]   INFO - rketplacePluginDownloadService - Unable to download plugin via blockmap 
java.lang.NullPointerException: entry must not be null
    at com.intellij.ide.plugins.marketplace.MarketplacePluginDownloadService.getBlockMapFromZip(MarketplacePluginDownloadService.kt:120)
    at com.intellij.ide.plugins.marketplace.MarketplacePluginDownloadService.access$getBlockMapFromZip(MarketplacePluginDownloadService.kt:23)
    at com.intellij.ide.plugins.marketplace.MarketplacePluginDownloadService$downloadPluginViaBlockMap$newBlockMap$1.process(MarketplacePluginDownloadService.kt:70)
    at com.intellij.ide.plugins.marketplace.MarketplacePluginDownloadService$downloadPluginViaBlockMap$newBlockMap$1.process(MarketplacePluginDownloadService.kt:23)
    at com.intellij.util.io.HttpRequests.doProcess(HttpRequests.java:531)
    at com.intellij.util.io.HttpRequests.process(HttpRequests.java:513)
    at com.intellij.util.io.HttpRequests$RequestBuilderImpl.connect(HttpRequests.java:332)
    at com.intellij.ide.plugins.marketplace.MarketplacePluginDownloadService.downloadPluginViaBlockMap(MarketplacePluginDownloadService.kt:68)
    at com.intellij.ide.plugins.marketplace.MarketplaceRequests.downloadPluginViaBlockMap(MarketplaceRequests.kt:384)
    at com.intellij.openapi.updateSettings.impl.PluginDownloader.downloadPlugin(PluginDownloader.java:311)
    at com.intellij.openapi.updateSettings.impl.PluginDownloader.prepareToInstallAndLoadDescriptor(PluginDownloader.java:176)
    at com.intellij.openapi.updateSettings.impl.PluginDownloader.prepareToInstallAndLoadDescriptor(PluginDownloader.java:144)
    at com.intellij.openapi.updateSettings.impl.PluginDownloader.prepareToInstall(PluginDownloader.java:140)
    at com.intellij.openapi.updateSettings.impl.UpdateChecker.checkAndPrepareToInstall(UpdateChecker.kt:542)
    at com.intellij.openapi.updateSettings.impl.UpdateChecker.buildDownloaderAndPrepareToInstall(UpdateChecker.kt:426)
    at com.intellij.openapi.updateSettings.impl.UpdateChecker.checkPluginsUpdate(UpdateChecker.kt:311)
    at com.intellij.openapi.updateSettings.impl.UpdateChecker.checkPluginsUpdate$default(UpdateChecker.kt:282)
    at com.intellij.openapi.updateSettings.impl.UpdateChecker.checkPluginsUpdate(UpdateChecker.kt)
    at com.intellij.ide.plugins.newui.PluginUpdatesService.lambda$calculateUpdates$3(PluginUpdatesService.java:202)
    at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:216)
    at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:27)
    at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:195)
    at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:187)
    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:829)
2021-10-13 11:24:50,131 [  27802]   WARN - com.intellij.util.xmlb.Binding - no accessors for com.intellij.openapi.updateSettings.impl.pluginsAdvertisement.PluginAdvertiserExtensionsStateService$State 
2021-10-13 11:24:50,147 [  27818]   INFO - rationStore.ComponentStoreImpl - Saving appCodeInsightSettings took 15 ms, FileTypeManager took 16 ms, InspectionProfileManager took 17 ms, MavenRunHelper took 16 ms, RemoteServers took 16 ms 
2021-10-13 11:24:50,434 [  28105]   INFO - rationStore.ComponentStoreImpl - Saving Project(name=inc-mtisp-core, containerState=COMPONENT_CREATED, componentStore=E:\CodeRepository\inc-mtisp-core)DatabaseLocalColorSettings took 16 ms, MavenImportPreferences took 15 ms, TaskManager took 16 ms, XDebuggerManager took 35 ms 
2021-10-13 11:24:57,399 [  35070]   INFO - indexing.UnindexedFilesUpdater - Scanning completed. Number of scanned files: 189331; Number of files for indexing: 2784 took 21774ms; general responsiveness: ok; EDT responsiveness: 2/21 sluggish, 7/21 very slow 
2021-10-13 11:24:57,480 [  35151]   INFO - indexing.UnindexedFilesUpdater - Pushing properties took 81ms; general responsiveness: ok; EDT responsiveness: ok 
2021-10-13 11:24:57,654 [  35325]  DEBUG - BackendServerFileEditorManager - Opening host editor for E:/CodeRepository/inc-mtisp-core/mtisp-open/open-srv/src/main/java/com/sf/mtisp/zt/controller/RailwayRequirementController.java 
2021-10-13 11:24:58,015 [  35686]   INFO - indexing.UnindexedFilesUpdater - Use 4 indexing threads 
2021-10-13 11:25:00,141 [  37812]   INFO - nSession$CountedThreadExecutor - DbSrcWriter stopped 
2021-10-13 11:25:00,188 [  37859]   INFO - indexing.UnindexedFilesUpdater - Finished. Unindexed files update took 2173ms; general responsiveness: ok; EDT responsiveness: 1/2 sluggish 
2021-10-13 11:25:00,255 [  37926]   INFO - is.window.MybatisLogToolWindow - mybatis-log is loading. 
2021-10-13 11:25:00,365 [  38036]   INFO - is.window.MybatisLogToolWindow - mybatis-log loaded. 
2021-10-13 11:25:04,012 [  41683]   INFO - CompilerWorkspaceConfiguration - Available processors: 12 
2021-10-13 11:25:04,373 [  42044]  DEBUG - BackendServerFileEditorManager - Opening host editor for E:/CodeRepository/inc-mtisp-core/mtisp-settlement/settlement-srv/src/main/java/com/sf/mtisp/service/impl/SettlementInvoiceServiceImpl.java 
2021-10-13 11:25:32,258 [  69929]  DEBUG - BackendServerFileEditorManager - Opening host editor for E:/CodeRepository/inc-mtisp-core/mtisp-settlement/settlement-srv/src/main/java/com/sf/mtisp/controller/SettlementInvoiceController.java 
2021-10-13 11:25:32,343 [  70014]  DEBUG - BackendServerFileEditorManager - Opening host editor for E:/CodeRepository/inc-mtisp-core/mtisp-settlement/settlement-srv/src/main/java/com/sf/mtisp/controller/SettlementInvoiceController.java 
2021-10-13 11:25:33,255 [  70926]   INFO - .diagnostic.PerformanceWatcher - Spring Config Check [54 modules] took 32369ms; general responsiveness: 1/32 sluggish; EDT responsiveness: 2/32 sluggish 
2021-10-13 11:25:35,884 [  73555]   INFO - intellij.context.ActionContext - register event [onStart] 
2021-10-13 11:25:35,884 [  73555]   INFO - intellij.context.ActionContext - cache [DATA_EVENT_COLLECTOR] 
2021-10-13 11:25:35,884 [  73555]   INFO - intellij.context.ActionContext - cache [DATA_EVENT_COLLECTOR] success 
2021-10-13 11:25:35,884 [  73555]   INFO - intellij.context.ActionContext - cache [LOGGER_BUF] 
2021-10-13 11:25:35,884 [  73555]   INFO - intellij.context.ActionContext - cache [LOGGER_BUF] success 
2021-10-13 11:25:35,884 [  73555]   INFO - intellij.context.ActionContext - cache [GROOVY_ACTION_EXT_LOADER] 
2021-10-13 11:25:35,884 [  73555]   INFO - intellij.context.ActionContext - cache [GROOVY_ACTION_EXT_LOADER] success 
2021-10-13 11:25:35,884 [  73555]   INFO - intellij.context.ActionContext - call event [onStart] 
2021-10-13 11:25:35,884 [  73555]   INFO - plugin.actions.SuvExportAction - start action:com.itangcent.idea.plugin.actions.SuvExportAction 
2021-10-13 11:25:35,884 [  73555]   INFO - intellij.context.ActionContext - register event [onCompleted] 
2021-10-13 11:25:35,946 [  73617]   INFO - intellij.context.ActionContext - cache [logprocess] 
2021-10-13 11:25:35,946 [  73617]   INFO - intellij.context.ActionContext - cache [logprocess] success 
2021-10-13 11:25:35,946 [  73617]   INFO - intellij.context.ActionContext - register event [onCompleted] 
2021-10-13 11:25:35,946 [  73617]   INFO - lij.logger.ConsoleRunnerLogger - [INFO]  Start find apis...

2021-10-13 11:25:35,962 [  73633]   INFO - intellij.context.ActionContext - compute cache [psi.File] 
2021-10-13 11:25:35,962 [  73633]  ERROR - intellij.context.ActionContext - NoSuchMethod: com.intellij.openapi.module.Module.getModuleFilePath 
2021-10-13 11:25:35,962 [  73633]   INFO - lij.logger.ConsoleRunnerLogger - [TRACE] find config file:E:\CodeRepository\inc-mtisp-core\.easy.api.config

2021-10-13 11:25:35,962 [  73633]   INFO - ij.config.AbstractConfigReader - load config:file:/E:/CodeRepository/inc-mtisp-core/.easy.api.config 
2021-10-13 11:25:35,977 [  73648]   INFO - .itangcent.common.spi.SpiUtils - [[INFO 300]]load service com.itangcent.intellij.CustomInfo:com.itangcent.idea.plugin.CustomInfoImpl@2eb722c3 
2021-10-13 11:25:35,993 [  73664]   INFO - lij.logger.ConsoleRunnerLogger - [INFO]  use recommend config

2021-10-13 11:25:35,993 [  73664]   INFO - lij.logger.ConsoleRunnerLogger - [INFO]  use built-in config

2021-10-13 11:25:36,042 [  73713]   INFO - stener.MybatisDocumentListener - mybatis-log listener is created. 
2021-10-13 11:25:36,042 [  73713]   INFO - atis.MybatisLogStartupActivity - mybatis-log register listener success. 
2021-10-13 11:25:36,168 [  73839]   INFO - lij.logger.ConsoleRunnerLogger - [INFO]  search api from:com.sf.mtisp.controller.SettlementInvoiceController

2021-10-13 11:25:36,293 [  73964]   INFO - intellij.context.ActionContext - register event [onCompleted] 
2021-10-13 11:25:40,853 [  78524]   INFO - intellij.context.ActionContext - register event [onStart] 
2021-10-13 11:25:40,853 [  78524]   INFO - intellij.context.ActionContext - cache [LOGGER_BUF] 
2021-10-13 11:25:40,853 [  78524]   INFO - intellij.context.ActionContext - cache [LOGGER_BUF] success 
2021-10-13 11:25:40,853 [  78524]   INFO - intellij.context.ActionContext - cache [GROOVY_ACTION_EXT_LOADER] 
2021-10-13 11:25:40,853 [  78524]   INFO - intellij.context.ActionContext - cache [GROOVY_ACTION_EXT_LOADER] success 
2021-10-13 11:25:40,853 [  78524]   INFO - intellij.context.ActionContext - call event [onStart] 
2021-10-13 11:25:40,853 [  78524]   INFO - intellij.context.ActionContext - register event [onCompleted] 
2021-10-13 11:25:40,853 [  78524]   INFO - intellij.context.ActionContext - register event [onCompleted] 
2021-10-13 11:25:40,916 [  78587]  ERROR - intellij.context.ActionContext - NoSuchMethod: com.intellij.openapi.module.Module.getModuleFilePath 
2021-10-13 11:25:40,916 [  78587]   INFO - lij.logger.ConsoleRunnerLogger - [TRACE] find config file:E:\CodeRepository\inc-mtisp-core\.easy.api.config

2021-10-13 11:25:40,932 [  78603]   INFO - ij.config.AbstractConfigReader - load config:file:/E:/CodeRepository/inc-mtisp-core/.easy.api.config 
2021-10-13 11:25:40,932 [  78603]   INFO - lij.logger.ConsoleRunnerLogger - [INFO]  use recommend config

2021-10-13 11:25:40,932 [  78603]   INFO - lij.logger.ConsoleRunnerLogger - [INFO]  use built-in config

2021-10-13 11:25:40,932 [  78603]   INFO - lij.logger.ConsoleRunnerLogger - [INFO]  search api from:com.sf.mtisp.controller.SettlementInvoiceController

2021-10-13 11:25:40,963 [  78634]   INFO - intellij.context.ActionContext - register event [onCompleted] 
2021-10-13 11:25:40,963 [  78634]   INFO - intellij.context.ActionContext - register event [onCompleted] 
2021-10-13 11:25:41,246 [  78917]   INFO - intellij.context.ActionContext - register event [onCompleted] 
2021-10-13 11:25:42,162 [  79833]   WARN - reporter.KotlinReportSubmitter - connect timed out 
java.net.SocketTimeoutException: connect timed out
    at java.base/java.net.PlainSocketImpl.waitForConnect(Native Method)
    at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:107)
    at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
    at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
    at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
    at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
    at java.base/java.net.Socket.connect(Socket.java:609)
    at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:289)
    at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:177)
    at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:474)
    at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:569)
    at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:265)
    at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:372)
    at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:203)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1232)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1081)
    at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:189)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1592)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)
    at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)
    at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:334)
    at com.intellij.util.io.HttpRequests.openConnection(HttpRequests.java:620)
    at com.intellij.util.io.HttpRequests$RequestImpl.getConnection(HttpRequests.java:356)
    at com.intellij.util.io.HttpRequests$RequestImpl.getInputStream(HttpRequests.java:364)
    at org.jetbrains.kotlin.idea.KotlinPluginUpdater$Companion$fetchPluginReleaseDate$pluginDTOs$1.process(KotlinPluginUpdater.kt:360)
    at org.jetbrains.kotlin.idea.KotlinPluginUpdater$Companion$fetchPluginReleaseDate$pluginDTOs$1.process(KotlinPluginUpdater.kt:330)
    at com.intellij.util.io.HttpRequests.doProcess(HttpRequests.java:531)
    at com.intellij.util.io.HttpRequests.process(HttpRequests.java:513)
    at com.intellij.util.io.HttpRequests$RequestBuilderImpl.connect(HttpRequests.java:332)
    at org.jetbrains.kotlin.idea.KotlinPluginUpdater$Companion.fetchPluginReleaseDate(KotlinPluginUpdater.kt:359)
    at org.jetbrains.kotlin.idea.reporter.KotlinReportSubmitter$Companion$setupReportingFromRelease$1.run(KotlinReportSubmitter.kt:94)
    at com.intellij.util.RunnableCallable.call(RunnableCallable.java:20)
    at com.intellij.util.RunnableCallable.call(RunnableCallable.java:11)
    at com.intellij.openapi.application.impl.ApplicationImpl$1.call(ApplicationImpl.java:265)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    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:829)
2021-10-13 11:25:43,980 [  81651]   INFO - rationStore.ComponentStoreImpl - Saving appMavenRunHelper took 15 ms 
2021-10-13 11:25:43,996 [  81667]   INFO - rationStore.ComponentStoreImpl - Saving default projectExternalProjectModuleManager took 16 ms 
2021-10-13 11:25:44,051 [  81722]   INFO - rationStore.ComponentStoreImpl - Saving Project(name=inc-mtisp-core, containerState=COMPONENT_CREATED, componentStore=E:\CodeRepository\inc-mtisp-core)KotlinCompilerSettings took 36 ms, SqlDialectMappings took 16 ms 
2021-10-13 11:25:57,694 [  95365]   INFO - .openapi.util.LowMemoryWatcher - Low memory signal received: afterGc=false 
2021-10-13 11:25:57,742 [  95413]   INFO - .openapi.util.LowMemoryWatcher - Low memory signal received: afterGc=true 
2021-10-13 11:26:07,172 [ 104843]   INFO - .openapi.util.LowMemoryWatcher - Low memory signal received: afterGc=true 
2021-10-13 11:26:17,656 [ 115327]   INFO - .openapi.util.LowMemoryWatcher - Low memory signal received: afterGc=true 
2021-10-13 11:26:26,167 [ 123838]   INFO - .openapi.util.LowMemoryWatcher - Low memory signal received: afterGc=true 
2021-10-13 11:26:34,077 [ 131748]   INFO - .openapi.util.LowMemoryWatcher - Low memory signal received: afterGc=true 
2021-10-13 11:26:41,718 [ 139389]   INFO - .openapi.util.LowMemoryWatcher - Low memory signal received: afterGc=true 
2021-10-13 11:26:49,716 [ 147387]   WARN - ctionSystem.impl.ActionUpdater - 7938ms to expand group child VcsToolbarLabelAction 
2021-10-13 11:26:49,719 [ 147390]   WARN - ctionSystem.impl.ActionUpdater - 7953ms to expand group child VcsNavBarToolbarActions 
2021-10-13 11:26:49,719 [ 147390]   WARN - ctionSystem.impl.ActionUpdater - 7953ms to expand group child NavBarVcsGroup 
2021-10-13 11:27:57,682 [      0]   INFO -        #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------ 
2021-10-13 11:27:57,721 [     39]   INFO -        #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IU-211.7442.40, 01 Jun 2021 11:17) 
2021-10-13 11:27:57,721 [     39]   INFO -        #com.intellij.idea.Main - OS: Windows 7 (6.1, amd64) 
2021-10-13 11:27:57,721 [     39]   INFO -        #com.intellij.idea.Main - JRE: 11.0.11+9-b1341.57 (JetBrains s.r.o.) 
2021-10-13 11:27:57,721 [     39]   INFO -        #com.intellij.idea.Main - JVM: 11.0.11+9-b1341.57 (Dynamic Code Evolution 64-Bit Server VM) 
2021-10-13 11:27:57,721 [     39]   INFO -        #com.intellij.idea.Main - JVM Args: exit -Xms128m -Xmx2047m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -XX:CICompilerCount=2 -Dsun.io.useCanonPrefixCache=false -Djdk.http.auth.tunneling.disabledSchemes="" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djdk.attach.allowAttachSelf=true -Dkotlinx.coroutines.debug=off -Djdk.module.illegalAccess.silent=true -javaagent:C:\Users\Public\.jetbrains\jetbrains-agent-v3.2.0.de72.619 -Djb.vmOptionsFile=d:\user\01398723\Application Data\JetBrains\IntelliJIdea2021.1\idea64.exe.vmoptions -Djava.library.path=D:\Program Files\JetBrains\IntelliJ IDEA 2021.1.2\jbr\\bin;D:\Program Files\JetBrains\IntelliJ IDEA 2021.1.2\jbr\\bin\server -Didea.jre.check=true -Dide.native.launcher=true -Didea.vendor.name=JetBrains -Didea.paths.selector=IntelliJIdea2021.1 -XX:ErrorFile=C:\Users\01398723\java_error_in_idea64_%p.log -XX:HeapDumpPath=C:\Users\01398723\java_error_in_idea64.hprof 
2021-10-13 11:27:57,721 [     39]   INFO -        #com.intellij.idea.Main - library path: D:\Program Files\JetBrains\IntelliJ IDEA 2021.1.2\jbr\\bin;D:\Program Files\JetBrains\IntelliJ IDEA 2021.1.2\jbr\\bin\server 
2021-10-13 11:27:57,721 [     39]   INFO -        #com.intellij.idea.Main - boot library path: D:\Program Files\JetBrains\IntelliJ IDEA 2021.1.2\jbr\bin 
2021-10-13 11:27:57,753 [     71]   INFO -        #com.intellij.idea.Main - locale=zh_CN JNU=GBK file.encoding=GBK
  idea.config.path=d:\user\01398723\Application Data\JetBrains\IntelliJIdea2021.1
  idea.system.path=C:\Users\01398723\AppData\Local\JetBrains\IntelliJIdea2021.1
  idea.plugins.path=d:\user\01398723\Application Data\JetBrains\IntelliJIdea2021.1\plugins
  idea.log.path=C:\Users\01398723\AppData\Local\JetBrains\IntelliJIdea2021.1\log 
2021-10-13 11:27:57,988 [    306]   INFO - om.intellij.ui.scale.JBUIScale - System scale factor: 1.0 (IDE-managed HiDPI) 
2021-10-13 11:27:58,161 [    479]   INFO -        #com.intellij.idea.Main - JNA library (64-bit) loaded in 408 ms 
2021-10-13 11:27:58,176 [    494]   INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational 
2021-10-13 11:28:00,354 [   2672]   INFO - ntellij.idea.ApplicationLoader - CPU cores: 12; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@6b22d335[Running, parallelism = 11, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@699798f8 
2021-10-13 11:28:00,599 [   2917]   INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: IDEA CORE (211.7442.40), Dependency Management Api for External Build Tools (211.7442.40), com.intellij.platform.images (211.7442.40), JetBrains maven model api classes (211.7442.40), JetBrains Repository Search (211.7442.40), HTML Tools (211.7442.40), Perforce Helix Core (211.7442.40), Refactor-X (211.7442.40), Subversion (211.7442.40), XPathView + XSLT (211.7442.40), XSLT Debugger (211.7442.40), Smali Support (211.7442.40), IDE Settings Sync (211.7442.40), Machine Learning Code Completion (211.7442.40), Configuration Script (211.7442.40), Copyright (211.7442.40), CSS (211.7442.40), W3C Validators (211.7442.40), Less (211.7442.40), Sass (211.7442.40), Stylus (211.7442.40), Windows 10 Light Theme (211.7442.40), Properties (211.7442.40), Gradle (211.7442.40), Resource Bundle Editor (211.7442.40), FTP/SFTP Connectivity (ex. Remote Hosts Access) (211.7442.40), Mercurial (211.7442.40), WebP Support (211.7442.40), EditorConfig (211.7442.40), Haml (211.7442.40), Terminal (211.7442.40), Git (211.7442.40), ChangeReminder (211.7442.40), SSH Remote Run (211.7442.40), WSL Support Framework (211.7442.40), Shell Script (211.7442.40), TextMate Bundles (211.7442.40), YAML (211.7442.40), Settings Repository (211.7442.40), IDE Features Trainer (211.7442.40), Java (211.7442.40), Ant (211.7442.40), Bytecode Viewer (211.7442.40), Docker (211.7442.40), JUnit (211.7442.40), Lombok (211.7442.40), ZKM-Unscramble (211.7442.40), Spring AOP/@AspectJ (211.7442.40), Diagrams (211.7442.40), Dependency Structure Matrix (211.7442.40), Guice (211.7442.40), Java Internationalization (211.7442.40), Java IDE Customization (211.7442.40), Microservices Application Configuration (211.7442.40), Microservices UAST (211.7442.40), Velocity (211.7442.40), Java Stream Debugger (211.7442.40), Eclipse Interoperability (211.7442.40), Java Bytecode Decompiler (211.7442.40), Task Management (211.7442.40), GitHub (211.7442.40), Time Tracking (211.7442.40), Code With Me (211.7442.40), Performance Testing (211.7442.40), Shared Indexes (211.7442.40), Project Shared Indexes (211.7442.40), Next File Prediction (211.7442.40), Recommenders for Java and Python (211.7442.40), IntelliLang (211.7442.40), TestNG (211.7442.40), Code Coverage for Java (211.7442.40), Emma (211.7442.40), Groovy (211.7442.40), Maven (211.7442.40), AspectJ (211.7442.40), Gradle-Java (211.7442.40), Plugin DevKit (211.7442.40), Frameworks Starters (211.7442.40), Performance Testing (Gradle) (211.7442.40), Gradle Extension (211.7442.40), Gradle-Maven (211.7442.40), Reactive Streams (211.7442.40), Performance Testing (Maven) (211.7442.40), JavaFX (211.7442.40), Gherkin (211.7442.40), Cucumber for Java (211.7442.40), Cucumber for Groovy (211.7442.40), Markdown (211.7442.40), Grazie (211.7442.40), JavaScript and TypeScript (211.7442.40), JavaScript Intention Power Pack (211.7442.40), TSLint (211.7442.40), Angular and AngularJS (211.7442.40), Database Tools and SQL (211.7442.40), Java SQL Libraries (211.7442.40), Persistence Frameworks (211.7442.40), Java EE Platform (211.7442.40), JavaScript Debugger (211.7442.40), Node.js (211.7442.40), Spy-js (211.7442.40), CoffeeScript (211.7442.40), Kotlin (211-1.4.32-release-IJ7442.2), Gradle DSL API (211.7442.40), Gradle Dependency Updater Implementation (211.7442.40), Java EE: Bean Validation (211.7442.40), Java EE: Contexts and Dependency Injection (CDI) (211.7442.40), Helidon (211.7442.40), Java EE: Batch Applications (211.7442.40), Java EE: Persistence (JPA) (211.7442.40), Java EE: Enterprise Java Beans (EJB) (211.7442.40), Hibernate (211.7442.40), Java EE: Application Servers (211.7442.40), Jetty (211.7442.40), Tomcat and TomEE (211.7442.40), WebSphere (211.7442.40), Java EE: Web/Servlets (211.7442.40), Java Server Pages (JSP) (211.7442.40), Java EE: Server Faces (JSF) (211.7442.40), Java EE: Message Service (JMS) (211.7442.40), Java EE: WebSockets (211.7442.40), JBoss Frameworks Base (211.7442.40), Drools (211.7442.40), Arquillian (211.7442.40), Java EE: Gradle Integration (211.7442.40), Spring (211.7442.40), Spring Security (211.7442.40), Thymeleaf (211.7442.40), Spring Data (211.7442.40), Java EE: Web Services (JAX-WS) (211.7442.40), Spring Web Services (211.7442.40), Grails (211.7442.40), FreeMarker (211.7442.40), Spring Batch (211.7442.40), Spring Messaging (211.7442.40), Spring Integration Patterns (211.7442.40), Spring WebSocket (211.7442.40), Spring OSGi (211.7442.40), Maven Extension (211.7442.40), HTTP Client (211.7442.40), Spring MVC (211.7442.40), Spring Web Flow (211.7442.40), Spring Boot (211.7442.40), Java EE: RESTful Web Services (JAX-RS) (211.7442.40), Quarkus (211.7442.40), Micronaut (211.7442.40), Java HTTP Clients (211.7442.40), OpenAPI Specifications (211.7442.40) 
2021-10-13 11:28:00,599 [   2917]   INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: mybatis-log (1.5.0), IDE Eval Reset (2.1.6), Maven Helper (4.13.203.000.0), EasyApi (2.1.5.183.0), MyBatisX (1.5.0) 
2021-10-13 11:28:00,599 [   2917]   INFO - llij.ide.plugins.PluginManager - Disabled plugins: GlassFish (211.7442.40), WildFly (211.7442.40), UI Designer (211.7442.40), Debugger Support for JSP (JSR45) (211.7442.40), Android (10.4.1.1.211.7442.40), WebLogic (211.7442.40), Space (211.7442.40) 
2021-10-13 11:28:00,788 [   3106]   INFO - cloudConfig.CloudConfigManager - === Exit: JBA_NOT_FOUND === 
2021-10-13 11:28:01,684 [   4002]   INFO - m.intellij.util.io.StorageLock - lower=100; upper=500; buffer=10; max=1959 
2021-10-13 11:28:01,700 [   4018]   INFO - tellij.util.io.FileChannelUtil - uninterruptible FileChannels will be used for indexes 
2021-10-13 11:28:01,804 [   4122]   INFO - tellij.util.io.storage.Storage - Space waste in C:\Users\01398723\AppData\Local\JetBrains\IntelliJIdea2021.1\caches\attrib.dat is 10604944 bytes. Compacting now. 
2021-10-13 11:28:01,822 [   4140]   INFO - tellij.util.io.storage.Storage - Compact failed: C:\Users\01398723\AppData\Local\JetBrains\IntelliJIdea2021.1\caches\attrib.dat.storageData.backup 
2021-10-13 11:28:01,822 [   4140]   INFO - tellij.util.io.storage.Storage - Done compacting in 18msec. 
2021-10-13 11:28:02,143 [   4461]   INFO - ication.options.PathMacrosImpl - Loaded path macros: {MAVEN_REPOSITORY=E:\MavenRepository, KOTLIN_BUNDLED=D:\Program Files\JetBrains\IntelliJ IDEA 2021.1.2\plugins\Kotlin\kotlinc} 
2021-10-13 11:28:02,221 [   4539]   INFO - til.net.ssl.CertificateManager - Default SSL context initialized 
2021-10-13 11:28:02,221 [   4539]   INFO - intellij.diagnostic.JitWatcher - JIT compilation state checking enabled 
2021-10-13 11:28:02,237 [   4555]   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-10-13 11:28:02,268 [   4586]   INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342 
2021-10-13 11:28:02,622 [   4940]   INFO - lij.impl.ConversionServiceImpl - conversion will be performed because at least E:\CodeRepository\inc-mtisp-core\.idea\workspace.xml is changed (oldLastModified=1634095450, newLastModified=1634095490) 
2021-10-13 11:28:02,961 [   5279]   INFO - BridgeProjectLifecycleListener - Using workspace model to open project 
2021-10-13 11:28:03,294 [   5612]   INFO - tests.impl.DistributedTestHost - Host address=localhost/127.0.0.1 
2021-10-13 11:28:03,356 [   5674]   INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: D:\Program Files\JetBrains\IntelliJ IDEA 2021.1.2\bin\fsnotifier64.exe 
2021-10-13 11:28:03,372 [   5690]   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-10-13 11:28:03,387 [   5705]   INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [E:/CodeRepository/inc-mtisp-core] 
2021-10-13 11:28:03,500 [   5818]   INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational. 
2021-10-13 11:28:03,515 [   5833]   INFO - impl.SharedIndexMainZipStorage - Shared Indexes Storage is opened: <empty>, chunks: [] 
2021-10-13 11:28:03,690 [   6008]   INFO - penapi.application.Experiments - Experimental features enabled for user: wsl.p9.support, wsl.prefer.p9.support, wsl.p9.show.roots.in.file.chooser, wsl.execute.with.wsl.exe, inline.browse.button, linux.native.menu, recent.and.edited.files.together, show.create.new.element.in.popup, search.everywhere.mixed.results, i18n.match.actions, editor.reader.mode, run.targets, edit.run.configurations.while.dumb, new.large.text.file.viewer, terminal.shell.command.handling, reuse.target.paths.for.rsync, property.value.inplace.editing 
2021-10-13 11:28:03,707 [   6025]   INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings. 
2021-10-13 11:28:04,452 [   6770]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup:com.itangcent.intellij.spi.IdeaAutoInject@a48769b 
2021-10-13 11:28:04,532 [   6850]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup key:com.itangcent.intellij.spi.IdeaAutoInject 
2021-10-13 11:28:04,832 [   7150]   INFO - .itangcent.common.spi.SpiUtils - [[INFO 300]]load service com.itangcent.common.logger.ILogger:com.itangcent.intellij.logger.SystemLogger@13906ae9 
2021-10-13 11:28:04,847 [   7165]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.config.RuleExtendProvider success 
2021-10-13 11:28:04,863 [   7181]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.config.RuleExtendProvider and wrap 
2021-10-13 11:28:04,863 [   7181]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]setup:com.itangcent.intellij.spi.IdeaAutoInject@a48769b success 
2021-10-13 11:28:04,863 [   7181]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup:com.itangcent.intellij.tip.OnlyOnceInContextTipSetup@2d60d7d0 
2021-10-13 11:28:04,863 [   7181]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup key:com.itangcent.intellij.tip.OnlyOnceInContextTipSetup 
2021-10-13 11:28:04,863 [   7181]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]setup:com.itangcent.intellij.tip.OnlyOnceInContextTipSetup@2d60d7d0 success 
2021-10-13 11:28:04,863 [   7181]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup:com.itangcent.intellij.jvm.kotlin.KotlinAutoInject@3e8f8712 
2021-10-13 11:28:04,863 [   7181]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup key:com.itangcent.intellij.jvm.kotlin.KotlinAutoInject 
2021-10-13 11:28:04,863 [   7181]   INFO - t.intellij.logger.SystemLogger - [[DEBUG 200]]try load kotlin injects 
2021-10-13 11:28:04,878 [   7196]   INFO - t.intellij.logger.SystemLogger - load:org.jetbrains.kotlin.psi.KtClass success 
2021-10-13 11:28:04,878 [   7196]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.jvm.kotlin.KotlinDocHelper success 
2021-10-13 11:28:04,943 [   7261]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.jvm.kotlin.KotlinDocHelper and wrap 
2021-10-13 11:28:04,943 [   7261]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.jvm.kotlin.KotlinAnnotationHelper success 
2021-10-13 11:28:04,943 [   7261]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.jvm.kotlin.KotlinAnnotationHelper and wrap 
2021-10-13 11:28:04,943 [   7261]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.jvm.kotlin.KotlinJvmClassHelper success 
2021-10-13 11:28:04,959 [   7277]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.jvm.kotlin.KotlinJvmClassHelper and wrap 
2021-10-13 11:28:04,959 [   7277]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.jvm.kotlin.KotlinLinkExtractor success 
2021-10-13 11:28:04,959 [   7277]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.jvm.kotlin.KotlinLinkExtractor and wrap 
2021-10-13 11:28:04,974 [   7292]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.jvm.kotlin.KotlinPsiResolver success 
2021-10-13 11:28:04,974 [   7292]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.jvm.kotlin.KotlinPsiResolver and wrap 
2021-10-13 11:28:04,974 [   7292]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.jvm.kotlin.KotlinPsiExpressionResolver success 
2021-10-13 11:28:04,974 [   7292]   INFO - t.intellij.logger.SystemLogger - load:com.itangcent.intellij.jvm.kotlin.KotlinPsiExpressionResolver and wrap 
2021-10-13 11:28:04,974 [   7292]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]setup:com.itangcent.intellij.jvm.kotlin.KotlinAutoInject@3e8f8712 success 
2021-10-13 11:28:04,974 [   7292]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup:com.itangcent.intellij.spi.IdeaAutoInject@244a1007 
2021-10-13 11:28:04,974 [   7292]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup key:com.itangcent.intellij.spi.IdeaAutoInject 
2021-10-13 11:28:04,974 [   7292]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]key:com.itangcent.intellij.spi.IdeaAutoInject has already setup 
2021-10-13 11:28:04,974 [   7292]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]setup:com.itangcent.intellij.spi.IdeaAutoInject@244a1007 success 
2021-10-13 11:28:04,974 [   7292]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup:com.itangcent.intellij.tip.OnlyOnceInContextTipSetup@5557fdd 
2021-10-13 11:28:04,974 [   7292]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup key:com.itangcent.intellij.tip.OnlyOnceInContextTipSetup 
2021-10-13 11:28:04,974 [   7292]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]key:com.itangcent.intellij.tip.OnlyOnceInContextTipSetup has already setup 
2021-10-13 11:28:04,974 [   7292]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]setup:com.itangcent.intellij.tip.OnlyOnceInContextTipSetup@5557fdd success 
2021-10-13 11:28:04,974 [   7292]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup:com.itangcent.intellij.jvm.kotlin.KotlinAutoInject@120ad360 
2021-10-13 11:28:04,974 [   7292]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]try setup key:com.itangcent.intellij.jvm.kotlin.KotlinAutoInject 
2021-10-13 11:28:04,974 [   7292]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]key:com.itangcent.intellij.jvm.kotlin.KotlinAutoInject has already setup 
2021-10-13 11:28:04,974 [   7292]   INFO - com.itangcent.common.spi.Setup - [[DEBUG 200]]setup:com.itangcent.intellij.jvm.kotlin.KotlinAutoInject@120ad360 success 
2021-10-13 11:28:05,581 [   7899]   INFO - el.ide.impl.WorkspaceModelImpl - Load workspace model from cache in 1922 ms 
2021-10-13 11:28:05,645 [   7963]   INFO - ins.rd.platform.codeWithMe.a.v - sessionStatus: null 
2021-10-13 11:28:05,802 [   8120]   INFO - ins.rd.platform.codeWithMe.a.v - freeSessionRemainingTimeMs: null null 
2021-10-13 11:28:06,039 [   8357]   INFO - leBasedIndexDataInitialization - Index data initialization done: 3754 ms. Initialized indexes: [FilenameIndex, filetypes, IdIndex, FrameworkDetectionIndex, TodoIndex, DomFileIndex, Trigram.Index, RelaxSymbolIndex, XmlTagNames, XmlNamespaces, html5.custom.attributes.index, fileIncludes, SchemaTypeInheritance, json.file.root.values, XsltSymbolIndex, HtmlTagIdIndex, HashFragmentIndex, css.template.selectors, CompassFunctionsIndex, CssIndex, xmlProperties, editorconfig.index.name, yaml.keys.name, java.auto.module.name, java.source.module.name, bytecodeAnalysis, java.null.method.argument, java.fun.expression, java.binary.plus.expression, ant-imports, docker.compose.services, LombokConfigIndex, VtlFileIndex, groovy.trait.fields, groovy.trait.methods, aj.declarations, IdeaPluginRegistrationIndex, PluginIdModuleIndex, PluginIdDependenciesIndex, devkit.ExtensionPointIndex, devkit.ExtensionPointClassIndex, Stubs, JavaFxControllerClassIndex, javafx.id.name, javafx.custom.component, javafx.stylesheets.name, java.cucumber.java8.step, groovy.cucumber.step, js.test.names, js.package.index, js.custom.single.entry.index, js.implicit.elements.index, js.string.literal.words.index, TypeScriptExternalPathCandidates, angularjs.ui.router.views.index, angularjs.template.cache, angularjs.app.index, sql.types.count.index, sql.routine.index, org.jetbrains.kotlin.idea.versions.KotlinJvmMetadataVersionIndex, org.jetbrains.kotlin.idea.versions.KotlinJsMetadataVersionIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinClassFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinJavaScriptMetaFileIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFilePackageIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinModuleMappingIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinJvmModuleAnnotationsIndex, org.jetbrains.kotlin.idea.vfilefinder.KotlinPackageSourcesMemberNamesIndex, org.jetbrains.kotlin.idea.vfilefinder.KlibMetaFileIndex, taglibUris, SpringXmlBeansIndex, drools.declareStatementFileIndex, spring.spiFileIndex, FileBasedWSIndex, GspIncludeIndex, FtlFileIndex, http.request.execution.environment, http.request.completion.host, spring.autoConfigureMetadataIndex, http.request.headers.values.index, OpenapiSpecificationContentIndexer]. 
2021-10-13 11:28:06,955 [   9273]   INFO - exImpl$StubIndexInitialization - Index data initialization done: 916 ms. Initialized stub indexes: {Css.attr, JS.class.implements, angularjs.symbol.index, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeClassByPackageIndex, gr.annot.method.name, angular2.metadata.directive.index, angular2.metadata.className.index, gr.method.name, Css.custom.property, Css.id, js.imported.bindings.index, js.exported.index, es6.exported.index, java.module.name, java.class.fqn, js.global.symbol.index, org.jetbrains.kotlin.idea.stubindex.KotlinSuperClassIndex, js.symbol.index2, org.jetbrains.kotlin.idea.stubindex.KotlinPropertyShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinScriptFqnIndex, ts.external.module.index, org.jetbrains.kotlin.idea.stubindex.KotlinMultifileClassPartIndex, gr.annot.members, gr.field.name, gr.script.fqn, gr.script.class, org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasShortNameIndex, JS.custom.stub.index, js.typedef.index2, JS.global.qualified.elements, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeShortNameIndex, JS.class.super, org.jetbrains.kotlin.idea.stubindex.KotlinFilePartClassIndex, org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeFqNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyContractedFunctionShortNameIndex, angularjs.generic.modules.index, angularjs.controller.index, gr.anonymous.class, org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasByExpansionShortNameIndex, ts.embedded.content.index, gr.class.fqn, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasByPackageIndex, angular2.ivy.directive.index, JS.base.types.index, dom.namespaceKey, java.anonymous.baseref, Less.mixins, Css.ampersand.selector, java.class.shortname, JS.subclass.stub.index, org.jetbrains.kotlin.idea.stubindex.KotlinFullClassNameIndex, es6.assignment.index, Stylus.mixins, angular2.metadata.module.index, sql.column.name, amd.baseUrl.index, Scss.variable, angularjs.ui.router.generic.states.index, angular2.templateUrl.index, angular2.source.module.index, angularjs.module.index, angular2.metadata.node.index, js.lazy.packages, angularjs.directives.index, org.jetbrains.kotlin.idea.stubindex.KotlinExtensionsInObjectsByReceiverTypeIndex, Scss.function, angular2.source.pipe.index, java.field.name, java.method.name, js.gcl.modules, js.doc.modules, Scss.mixin, js.class.index2, js.namespace.index, jvm.static.member.name, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionByPackageIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelClassByPackageIndex, org.jetbrains.kotlin.idea.stubindex.KotlinExactPackagesIndex, sql.names, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyByPackageIndex, Stylus.variables, js.local.namespace.members.index, aj.itd.method, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasFqNameIndex, jvm.static.member.type, java.class.extlist, java.annotations, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyFqnNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinAnnotationsIndex, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelExtensionsByReceiverTypeIndex, aj.itd.field, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingPropertyShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingFunctionShortNameIndex, markdown.header, aj.itd.class, aj.class.short.name, js.qualified.shortName, Less.variables, org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionFqnNameIndex, js.element.qualifiedName, java.method.parameter.types, properties.index, org.jetbrains.kotlin.idea.stubindex.KotlinClassShortNameIndex, org.jetbrains.kotlin.idea.stubindex.KotlinOverridableInternalMembersShortNameIndex, gr.class.super, dom.elementClass, js.generics.index, angular2.ivy.module.index, ts.local.classes, angular2.metadata.function.index, js.symbol.qualified.names.index, sql.table.shortName, Scss.placeholder.selector, amd.requirePaths.index, Css.custom.mixin, Css.class, js.nonglobal.symbol.index, angular2.metadata.pipe.index, js.amd.modules, angular2.ivy.pipe.index, angularjs.directives.doc.index, angularjs.templateUrl.index, angularjs.ui.router.states.index, angularjs.filter.index, angularjs.delimiter.index, angular2.source.directive.index, org.jetbrains.kotlin.idea.stubindex.KotlinFunctionShortNameIndex}. 
2021-10-13 11:28:07,034 [   9352]   INFO - al.NewToolbarRootPaneExtension - ToolbarSettingsService is ExperimentalToolbarSettings 
2021-10-13 11:28:07,034 [   9352]   INFO - al.NewToolbarRootPaneExtension - Show new toolbar: false, presentation mode: false 
2021-10-13 11:28:07,034 [   9352]   INFO - al.NewToolbarRootPaneExtension - Show old main toolbar: false, old navbar visible: true 
2021-10-13 11:28:07,413 [   9731]   INFO - al.NewToolbarRootPaneExtension - ToolbarSettingsService is ExperimentalToolbarSettings 
2021-10-13 11:28:07,413 [   9731]   INFO - al.NewToolbarRootPaneExtension - Show new toolbar: false, presentation mode: false 
2021-10-13 11:28:07,413 [   9731]   INFO - al.NewToolbarRootPaneExtension - Show old main toolbar: false, old navbar visible: true 
2021-10-13 11:28:09,476 [  11794]   INFO -              PerformancePlugin - Performance Plugin is in silent mode 
2021-10-13 11:28:09,759 [  12077]   INFO - gs.impl.UpdateCheckerComponent - channel: release 
2021-10-13 11:28:10,548 [  12866]   INFO - erver.followMe.FollowMeManager - Register new user 0:'01398723' with ClientId=ClientId(value=Host) 
2021-10-13 11:28:10,929 [  13247]   INFO - indexing.UnindexedFilesUpdater - Started 
2021-10-13 11:28:11,008 [  13326]   INFO - indexing.UnindexedFilesUpdater - Scanning: use 11 scanning threads 
2021-10-13 11:28:11,969 [  14287]   INFO - ion.DelayedProjectSynchronizer - Workspace model loaded from cache. Syncing real project state into workspace model in 1641 ms. Thread[ApplicationImpl pooled thread 2,4,Idea Thread Group] 
2021-10-13 11:28:12,298 [  14616]   INFO - al.NewToolbarRootPaneExtension - ToolbarSettingsService is ExperimentalToolbarSettings 
2021-10-13 11:28:12,298 [  14616]   INFO - al.NewToolbarRootPaneExtension - Show new toolbar: false, presentation mode: false 
2021-10-13 11:28:12,298 [  14616]   INFO - al.NewToolbarRootPaneExtension - Show old main toolbar: false, old navbar visible: true 
2021-10-13 11:28:12,330 [  14648]   INFO -  #git4idea.commands.GitHandler - [.] git version 
2021-10-13 11:28:12,547 [  14865]   INFO - ge.ExternalProjectsDataStorage - Load external projects data in 42 millis (read time: 2) 
2021-10-13 11:28:12,672 [  14990]   INFO - oudConfig.StatusBarInfoManager - === StatusBar ignored === 
2021-10-13 11:28:12,840 [  15158]   INFO -  #git4idea.commands.GitHandler - git version 2.27.0.windows.1 
2021-10-13 11:28:12,872 [  15190]   WARN - com.intellij.util.xmlb.Binding - no accessors for org.jetbrains.idea.perforce.perforce.ConnectionId 
2021-10-13 11:28:12,887 [  15205]   INFO - ea.config.GitExecutableManager - Git version for D:\Program Files\Git\cmd\git.exe: 2.27.0.0 (MSYS) 
2021-10-13 11:28:13,505 [  15823]   INFO - ramework.util.RdCoroutineScope - RdCoroutineHost overridden 
2021-10-13 11:28:13,758 [  16076]   INFO - redIndexChunkConfigurationImpl - Chunk bundled-js-predefined-ffdd448c697d-b21cf67d8133-JavaScript-IU-211.7442.40 is registered for project 'inc-mtisp-core: matching: (fb=34, stub=75), incompatible: (fb=0, stub=0), unknown: (fb=9, stub=9),  
2021-10-13 11:28:14,129 [  16447]   INFO - SharedIndexPostStartupActivity - Attached 1 pre-built shared indexes: bundled-js-predefined-ffdd448c697d-b21cf67d8133-JavaScript-IU-211.7442.40 
2021-10-13 11:28:14,318 [  16636]   INFO - ProjectRootPostStartUpActivity - E:/CodeRepository/inc-mtisp-core/.idea case-sensitivity: expected=false actual=false 
2021-10-13 11:28:14,335 [  16653]   INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found 
2021-10-13 11:28:14,460 [  16778]   INFO - tor.impl.FileEditorManagerImpl - Project opening took 11569 ms 
2021-10-13 11:28:14,633 [  16951]   INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 4842ms; general responsiveness: ok; EDT responsiveness: 0/6 sluggish, 2/6 very slow 
2021-10-13 11:28:15,655 [  17973]   INFO -      #org.jetbrains.idea.maven - Creating new maven connector for Project(name=inc-mtisp-core, containerState=COMPONENT_CREATED, componentStore=E:\CodeRepository\inc-mtisp-core) in E:/CodeRepository/inc-mtisp-core 
2021-10-13 11:28:15,670 [  17988]   INFO -      #org.jetbrains.idea.maven - Connecting maven connector in E:/CodeRepository/inc-mtisp-core 
2021-10-13 11:28:15,796 [  18114]   INFO -      #org.jetbrains.idea.maven - Sent token to maven server 
2021-10-13 11:28:17,668 [  19986]   INFO -      #org.jetbrains.idea.maven - Connector in E:/CodeRepository/inc-mtisp-core has been connected 
2021-10-13 11:28:17,793 [  20111]   WARN - ution.rmi.RemoteProcessSupport - SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 
2021-10-13 11:28:17,793 [  20111]   WARN - ution.rmi.RemoteProcessSupport - SLF4J: Defaulting to no-operation (NOP) logger implementation 
2021-10-13 11:28:17,793 [  20111]   WARN - ution.rmi.RemoteProcessSupport -  
2021-10-13 11:28:17,793 [  20111]   WARN - ution.rmi.RemoteProcessSupport - SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 
2021-10-13 11:28:19,875 [  22193]   INFO - llij.database.util.SqlDialects - SQL dialects initialized in 0 ms 

2021-10-13 11:28:20,396 [  22714]   INFO - gnostic.WindowsDefenderChecker - Windows Defender status: not used 
2021-10-13 11:28:22,521 [  24839]   INFO - m.codeWithMe.CodeWithMeCleanup - running activity to cleanup old thin clients... Root path is 'C:\Users\01398723\AppData\Local\JetBrains' 
2021-10-13 11:28:22,521 [  24839]   INFO - m.codeWithMe.CodeWithMeCleanup - found 0 Code With Me client system folders to check 
2021-10-13 11:28:22,537 [  24855]   INFO - m.codeWithMe.CodeWithMeCleanup - found 0 Code With Me client config folders to check 
2021-10-13 11:28:22,537 [  24855]   INFO - m.codeWithMe.CodeWithMeCleanup - keep only [] major versions 
2021-10-13 11:28:28,977 [  31295]   INFO - indexing.UnindexedFilesUpdater - Scanning completed. Number of scanned files: 189331; Number of files for indexing: 2784 took 18048ms; general responsiveness: ok; EDT responsiveness: 1/18 sluggish, 4/18 very slow 
2021-10-13 11:28:29,072 [  31390]   INFO - indexing.UnindexedFilesUpdater - Pushing properties took 95ms; general responsiveness: ok; EDT responsiveness: ok 
2021-10-13 11:28:29,497 [  31815]   INFO - indexing.UnindexedFilesUpdater - Use 4 indexing threads 
2021-10-13 11:28:30,280 [  32598]   INFO - nSession$CountedThreadExecutor - DbSrcWriter stopped 
2021-10-13 11:28:30,439 [  32757]   INFO - indexing.UnindexedFilesUpdater - Finished. Unindexed files update took 958ms; general responsiveness: ok; EDT responsiveness: ok 
2021-10-13 11:28:30,501 [  32819]   INFO - is.window.MybatisLogToolWindow - mybatis-log is loading. 
2021-10-13 11:28:30,945 [  33263]   INFO - is.window.MybatisLogToolWindow - mybatis-log loaded. 
2021-10-13 11:28:31,086 [  33404]   INFO - CompilerWorkspaceConfiguration - Available processors: 12 
2021-10-13 11:28:41,152 [  43470]   WARN - reporter.KotlinReportSubmitter - connect timed out 
java.net.SocketTimeoutException: connect timed out
    at java.base/java.net.PlainSocketImpl.waitForConnect(Native Method)
    at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:107)
    at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
    at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
    at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
    at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
    at java.base/java.net.Socket.connect(Socket.java:609)
    at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:289)
    at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:177)
    at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:474)
    at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:569)
    at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:265)
    at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:372)
    at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:203)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1232)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1081)
    at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:189)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1592)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)
    at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)
    at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:334)
    at com.intellij.util.io.HttpRequests.openConnection(HttpRequests.java:620)
    at com.intellij.util.io.HttpRequests$RequestImpl.getConnection(HttpRequests.java:356)
    at com.intellij.util.io.HttpRequests$RequestImpl.getInputStream(HttpRequests.java:364)
    at org.jetbrains.kotlin.idea.KotlinPluginUpdater$Companion$fetchPluginReleaseDate$pluginDTOs$1.process(KotlinPluginUpdater.kt:360)
    at org.jetbrains.kotlin.idea.KotlinPluginUpdater$Companion$fetchPluginReleaseDate$pluginDTOs$1.process(KotlinPluginUpdater.kt:330)
    at com.intellij.util.io.HttpRequests.doProcess(HttpRequests.java:531)
    at com.intellij.util.io.HttpRequests.process(HttpRequests.java:513)
    at com.intellij.util.io.HttpRequests$RequestBuilderImpl.connect(HttpRequests.java:332)
    at org.jetbrains.kotlin.idea.KotlinPluginUpdater$Companion.fetchPluginReleaseDate(KotlinPluginUpdater.kt:359)
    at org.jetbrains.kotlin.idea.reporter.KotlinReportSubmitter$Companion$setupReportingFromRelease$1.run(KotlinReportSubmitter.kt:94)
    at com.intellij.util.RunnableCallable.call(RunnableCallable.java:20)
    at com.intellij.util.RunnableCallable.call(RunnableCallable.java:11)
    at com.intellij.openapi.application.impl.ApplicationImpl$1.call(ApplicationImpl.java:265)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    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:829)
2021-10-13 11:28:51,020 [  53338]   INFO - .diagnostic.PerformanceWatcher - Spring Config Check [54 modules] took 19635ms; general responsiveness: ok; EDT responsiveness: ok 
tangcent commented 3 years ago

这日志里没有插件的异常信息,不过

2021-10-13 11:25:57,694 [  95365]   INFO - .openapi.util.LowMemoryWatcher - Low memory signal received: afterGc=false 
2021-10-13 11:25:57,742 [  95413]   INFO - .openapi.util.LowMemoryWatcher - Low memory signal received: afterGc=true 
2021-10-13 11:26:07,172 [ 104843]   INFO - .openapi.util.LowMemoryWatcher - Low memory signal received: afterGc=true 
2021-10-13 11:26:17,656 [ 115327]   INFO - .openapi.util.LowMemoryWatcher - Low memory signal received: afterGc=true 
2021-10-13 11:26:26,167 [ 123838]   INFO - .openapi.util.LowMemoryWatcher - Low memory signal received: afterGc=true 
2021-10-13 11:26:34,077 [ 131748]   INFO - .openapi.util.LowMemoryWatcher - Low memory signal received: afterGc=true 
2021-10-13 11:26:41,718 [ 139389]   INFO - .openapi.util.LowMemoryWatcher - Low memory signal received: afterGc=true 

似乎给idea分配的内存过少?

yizhishang commented 3 years ago

默认的配置,我没改过,应用都可以跑的起来,想必是够的

tangcent commented 3 years ago

抱歉,这段日志确实看不出问题在哪。 我自己解决这种问题也是这样做的: https://github.com/tangcent/easy-yapi/issues/614#issuecomment-941838361


你可以试试clone https://github.com/Earth-1610/spring-demo 然后导出试试。来判断是你的idea的问题还是code的问题

yizhishang commented 3 years ago

抱歉,demo给不了哦,内网不方便。

我在家里个人电脑上操作却是好的。太奇怪了。

tangcent commented 3 years ago

个人电脑上操作却是好的

如果是这样的话,那尝试看看是不是http访问哪个url有问题吧

yizhishang commented 3 years ago

按照之前导出的情况来看, easyapi控制台并没有输出call:xxx信息

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.