JPA Persistence window error - NoClassDefFoundError: com/intellij/jpa/facet/JpaFacet

Answered

I'm setting up spring-data-jpa in my project and I've added the JPA and Spring facets.

I've also add a database to my databases window.

I'm on spring-data-jpa v1.10.3 and

However when I try to get the JPA console working, IDEA doesn't like it - I can't achieve anything in that window and just see this in the log:

2016-11-09 14:39:43,450 [5359464]  ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2016.2.5  Build #IU-162.2228.15 
2016-11-09 14:39:43,450 [5359464]  ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_112-release
2016-11-09 14:39:43,450 [5359464]  ERROR - aemon.impl.PassExecutorService - VM: OpenJDK Server VM
2016-11-09 14:39:43,450 [5359464]  ERROR - aemon.impl.PassExecutorService - Vendor: JetBrains s.r.o
2016-11-09 14:39:43,451 [5359465]  ERROR - aemon.impl.PassExecutorService - OS: Windows 7
2016-11-09 14:40:21,984 [5397998]  ERROR - aemon.impl.PassExecutorService - com/intellij/jpa/facet/JpaFacet
java.lang.NoClassDefFoundError: com/intellij/jpa/facet/JpaFacet
 at com.intellij.spring.persistence.integration.SpringEntityManagerFactoryProvider.getPersistencePackages(SpringEntityManagerFactoryProvider.java:46)
 at com.intellij.jpa.facet.JpaFacetImpl$2.fun(JpaFacetImpl.java:158)
 at com.intellij.jpa.facet.JpaFacetImpl$2.fun(JpaFacetImpl.java:156)
 at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1510)
 at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1330)
 at com.intellij.jpa.facet.JpaFacetImpl.getExtensionPersistenceUnits(JpaFacetImpl.java:155)
 at com.intellij.jpa.facet.JpaFacetImpl.getPersistenceUnits(JpaFacetImpl.java:149)
 at com.intellij.jpa.DefaultQlModel.processPersistenceMappings(DefaultQlModel.java:59)
 at com.intellij.jpa.AbstractQlModel.getEntitiesInner(AbstractQlModel.java:90)
 at com.intellij.jpa.AbstractQlModel.lambda$new$0(AbstractQlModel.java:75)
 at com.intellij.psi.impl.PsiCachedValueImpl.doCompute(PsiCachedValueImpl.java:49)
 at com.intellij.util.CachedValueBase.getValueWithLock(CachedValueBase.java:222)
 at com.intellij.psi.impl.PsiCachedValue.getValueWithLock(PsiCachedValue.java:65)
 at com.intellij.psi.impl.PsiCachedValueImpl.getValue(PsiCachedValueImpl.java:38)
 at com.intellij.jpa.AbstractQlModel.getEntities(AbstractQlModel.java:85)
 at com.intellij.jpa.ql.psi.impl.QlReferenceImpl.processUnqualifiedResolve(QlReferenceImpl.java:333)
 at com.intellij.jpa.ql.psi.impl.QlReferenceImpl.processResolveVariants(QlReferenceImpl.java:161)
 at com.intellij.jpa.ql.psi.impl.QlReferenceImpl.resolveInner(QlReferenceImpl.java:363)
 at com.intellij.jpa.ql.psi.impl.QlReferenceImpl.access$000(QlReferenceImpl.java:48)
 at com.intellij.jpa.ql.psi.impl.QlReferenceImpl$1.resolve(QlReferenceImpl.java:55)
 at com.intellij.jpa.ql.psi.impl.QlReferenceImpl$1.resolve(QlReferenceImpl.java:51)
 at com.intellij.psi.impl.source.resolve.ResolveCache.a(ResolveCache.java:144)
 at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:167)
 at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:159)
 at com.intellij.jpa.ql.psi.impl.QlReferenceImpl.multiResolve(QlReferenceImpl.java:481)
 at com.intellij.jpa.ql.psi.impl.QlPsiImplUtil.resolve(QlPsiImplUtil.java:49)
 at com.intellij.jpa.ql.psi.impl.QlReferenceExpressionImpl.resolve(QlReferenceExpressionImpl.java:48)
 at com.intellij.jpa.ql.psi.impl.QlReferenceImpl.processQualifierExpression(QlReferenceImpl.java:210)
 at com.intellij.jpa.ql.psi.impl.QlCompositeElementImpl.processClauseTypeVariables(QlCompositeElementImpl.java:103)
 at com.intellij.jpa.ql.psi.impl.QlCompositeElementImpl.processDeclarations(QlCompositeElementImpl.java:57)
 at com.intellij.psi.util.PsiTreeUtil.treeWalkUp(PsiTreeUtil.java:1046)
 at com.intellij.jpa.ql.psi.impl.QlReferenceImpl.processUnqualifiedResolve(QlReferenceImpl.java:330)
 at com.intellij.jpa.ql.psi.impl.QlReferenceImpl.processResolveVariants(QlReferenceImpl.java:161)
 at com.intellij.jpa.ql.psi.impl.QlReferenceImpl.resolveInner(QlReferenceImpl.java:363)
 at com.intellij.jpa.ql.psi.impl.QlReferenceImpl.access$000(QlReferenceImpl.java:48)
 at com.intellij.jpa.ql.psi.impl.QlReferenceImpl$1.resolve(QlReferenceImpl.java:55)
 at com.intellij.jpa.ql.psi.impl.QlReferenceImpl$1.resolve(QlReferenceImpl.java:51)
 at com.intellij.psi.impl.source.resolve.ResolveCache.a(ResolveCache.java:144)
 at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:167)
 at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:159)
 at com.intellij.jpa.ql.psi.impl.QlReferenceImpl.multiResolve(QlReferenceImpl.java:481)
 at com.intellij.jpa.ql.psi.impl.QlReferenceImpl.resolve(QlReferenceImpl.java:487)
 at com.intellij.codeInsight.daemon.impl.analysis.HighlightVisitorImpl$1.visitElement(HighlightVisitorImpl.java:80)
 at com.intellij.psi.impl.PsiElementBase.accept(PsiElementBase.java:274)
 at com.intellij.jpa.ql.psi.impl.QlExpressionImpl.accept(QlExpressionImpl.java:25)
 at com.intellij.jpa.ql.psi.impl.QlReferenceExpressionImpl.accept(QlReferenceExpressionImpl.java:27)
 at com.intellij.psi.PsiWalkingState.visit(PsiWalkingState.java:64)
 at com.intellij.psi.PsiWalkingState.visit(PsiWalkingState.java:26)
 at com.intellij.util.WalkingState.walkChildren(WalkingState.java:65)
 at com.intellij.util.WalkingState.elementStarted(WalkingState.java:52)
 at com.intellij.psi.PsiWalkingState.elementStarted(PsiWalkingState.java:73)
 at com.intellij.psi.PsiRecursiveElementWalkingVisitor.visitElement(PsiRecursiveElementWalkingVisitor.java:48)
 at com.intellij.codeInsight.daemon.impl.analysis.HighlightVisitorImpl$1.visitElement(HighlightVisitorImpl.java:78)
 at com.intellij.psi.PsiElementVisitor.visitFile(PsiElementVisitor.java:34)
 at com.intellij.psi.PsiRecursiveElementWalkingVisitor.visitFile(PsiRecursiveElementWalkingVisitor.java:70)
 at com.intellij.extapi.psi.PsiFileBase.accept(PsiFileBase.java:70)
 at com.intellij.codeInsight.daemon.impl.analysis.HighlightVisitorImpl.a(HighlightVisitorImpl.java:149)
 at com.intellij.psi.impl.source.tree.injected.InjectedLanguageUtil.enumerate(InjectedLanguageUtil.java:158)
 at com.intellij.psi.impl.source.tree.injected.InjectedLanguageManagerImpl.enumerateEx(InjectedLanguageManagerImpl.java:375)
 at com.intellij.codeInsight.daemon.impl.analysis.HighlightVisitorImpl.a(HighlightVisitorImpl.java:148)
 at com.intellij.codeInsight.daemon.impl.analysis.HighlightVisitorImpl.visitLiteralExpression(HighlightVisitorImpl.java:776)
 at com.intellij.psi.impl.source.tree.java.PsiLiteralExpressionImpl.accept(PsiLiteralExpressionImpl.java:276)
 at com.intellij.codeInsight.daemon.impl.analysis.HighlightVisitorImpl.visit(HighlightVisitorImpl.java:143)
 at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.a(GeneralHighlightingPass.java:334)
 at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.a(GeneralHighlightingPass.java:269)
 at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.a(GeneralHighlightingPass.java:293)
 at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.a(GeneralHighlightingPass.java:296)
 at com.intellij.codeInsight.daemon.impl.analysis.HighlightVisitorImpl.a(HighlightVisitorImpl.java:175)
 at com.intellij.codeInsight.daemon.impl.analysis.RefCountHolder.analyze(RefCountHolder.java:363)
 at com.intellij.codeInsight.daemon.impl.analysis.HighlightVisitorImpl.analyze(HighlightVisitorImpl.java:174)
 at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.a(GeneralHighlightingPass.java:296)
 at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.a(GeneralHighlightingPass.java:296)
 at com.intellij.codeInsight.daemon.impl.DefaultHighlightVisitor.analyze(DefaultHighlightVisitor.java:86)
 at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.a(GeneralHighlightingPass.java:296)
 at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.a(GeneralHighlightingPass.java:268)
 at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.collectInformationWithProgress(GeneralHighlightingPass.java:207)
 at com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:82)
 at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:70)
 at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.a(PassExecutorService.java:434)
 at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1026)
 at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.c(PassExecutorService.java:427)
 at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:494)
 at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:443)
 at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:54)
 at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.b(PassExecutorService.java:426)
 at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:402)
 at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:154)
 at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
 at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
 at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
 at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
0
16 comments
Avatar
Permanently deleted user

It looks like this could be foobarring the performance of code analysis. It says it is constantly performing code analysis and this seems to have disabled variable usage highlighting. A timely response would be v. welcome!

0
Avatar
Permanently deleted user

I have removed the JPA facet from my project and now IDEA is working again.

All the JPA queries have highlighted errors where the entities are not recognised anymore though, it's quite ugly, and of course I can't run any interactive queries in the JPA window.

What is the outlook for an update to this com.intellij.spring.persistence.integration package? Looks like some sort of class loader issue since it obviously found the interface's implementation as per the stacktrace.

0

Hello Adam,

It looks like broken IDE installation. Please re-download from https://www.jetbrains.com/idea/download/ and fresh re-install. Also make sure that all Spring and JPA related bundled plugins are enabled.

0
Avatar
Permanently deleted user

Hi Andrey,

I re-installed from a fresh download but the result was the same.

Interestingly, there was a nested exception below the first exception's stacktrace:

Caused by: java.lang.ClassNotFoundException: com.intellij.jpa.facet.JpaFacet PluginClassLoader[com.intellij.spring, 1.0]
 at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:64)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
 ... 91 more
2016-11-10 16:11:01,313 [2057883]  ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2016.2.5  Build #IU-162.2228.15
2016-11-10 16:11:01,313 [2057883]  ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_112-release
2016-11-10 16:11:01,314 [2057884]  ERROR - aemon.impl.PassExecutorService - VM: OpenJDK Server VM
2016-11-10 16:11:01,314 [2057884]  ERROR - aemon.impl.PassExecutorService - Vendor: JetBrains s.r.o
2016-11-10 16:11:01,314 [2057884]  ERROR - aemon.impl.PassExecutorService - OS: Windows 7
2016-11-10 16:11:01,314 [2057884]  ERROR - aemon.impl.PassExecutorService - Last Action: ShowProjectStructureSettings

 

Otherwise the stacktrace was exactly the same.

0

It seems that needed plugin is not enabled in your IDE installation. Make sure you have all JavaEE and JPA bundled plugins enabled.

If problem remains, attach complete log starting after IDE restart and reproducing the exception.

0
Avatar
Permanently deleted user

They are enabled - see the screenshots

 

0
Avatar
Permanently deleted user

OK, forget that, the screenshots don't load up properly on this website.

However I have enabled the following in the Settings / Plugins dialog:

 

Java EE: Batch

Java EE: Bean Validation Support

Java EE: Context and Dependency

Java EE: EJB, JPA, Servlets

Java EE: JMS, JSON Processing, Concurrency

Java EE: RESTful Web Services

Java EE: Web Services (JAX-WS)

Spring AOP/@AspectJ

Spring Batch

Spring Boot

Spring Data

Spring Integration patterns

Spring OSGi

Spring Security

Spring Support

Spring Web Services

 

In the Project Structure / Modules dialog, I have JPA and Spring selected for the module in question.

In the Project Structure / Facets dialog, I have a JPA and several Spring facets configured for the module.

0
Avatar
Permanently deleted user

As soon as I delete the JPA facet from the module and save the dialog, then the code performance analysis in the editor finishes and everything starts working again.

0

>They are enabled - see the screenshots

I see no screenshots attached. 

Please post the idea.log output here, starting from IDE restart and the moment when the exception occurs including the complete exception. Thanks.

0
Avatar
Permanently deleted user

re: "I see no screenshots" - I assume you read on and saw my later comments.

Here's the log:

 

2016-11-11 09:57:05,289 [      0]   INFO -        #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------ 
2016-11-11 09:57:05,337 [     48]   INFO -        #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IU-162.2228.15, 14 Oct 2016 00:00)
2016-11-11 09:57:05,338 [     49]   INFO -        #com.intellij.idea.Main - OS: Windows 7 (6.1, x86)
2016-11-11 09:57:05,338 [     49]   INFO -        #com.intellij.idea.Main - JRE: 1.8.0_112-release-287-b2 (JetBrains s.r.o)
2016-11-11 09:57:05,338 [     49]   INFO -        #com.intellij.idea.Main - JVM: 25.112-b2 (OpenJDK Server VM)
2016-11-11 09:57:05,343 [     54]   INFO -        #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx512m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djb.vmOptionsFile=C:\Users\haa2xt\AppData\Roaming\JetBrains\IntelliJ IDEA 2016.2.5\bin\idea.exe.vmoptions -Xbootclasspath/a:C:\Users\haa2xt\AppData\Roaming\JetBrains\IntelliJ IDEA 2016.2.5\lib\boot.jar -Didea.paths.selector=IntelliJIdea2016.2 -Didea.jre.check=true -XX:ErrorFile=C:\Users\haa2xt\java_error_in_idea_%p.log -XX:HeapDumpPath=C:\Users\haa2xt\java_error_in_idea.hprof
2016-11-11 09:57:05,343 [     54]   INFO -        #com.intellij.idea.Main - ext: C:\Users\haa2xt\AppData\Roaming\JetBrains\IntelliJ IDEA 2016.2.5\jre\jre\lib\ext: [access-bridge-32.jar, access-bridge.jar, cldrdata.jar, dnsns.jar, jaccess.jar, jfxrt.jar, localedata.jar, meta-index, nashorn.jar, sunec.jar, sunjce_provider.jar, sunmscapi.jar, sunpkcs11.jar, zipfs.jar]
2016-11-11 09:57:05,344 [     55]   INFO -        #com.intellij.idea.Main - JNU charset: Cp1252
2016-11-11 09:57:05,401 [    112]   INFO -        #com.intellij.idea.Main - JNA library loaded (32-bit) in 57 ms
2016-11-11 09:57:05,408 [    119]   INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2016-11-11 09:57:05,412 [    123]   INFO -        #com.intellij.idea.Main - Using "FocusKiller" library to prevent focus stealing.
2016-11-11 09:57:08,751 [   3462]   INFO - llij.ide.plugins.PluginManager - Plugin 'Bytecode Viewer' can't be loaded because: Plugin is disabled
2016-11-11 09:57:08,761 [   3472]   INFO - llij.ide.plugins.PluginManager - Plugin 'CVS Integration' can't be loaded because: Plugin is disabled
2016-11-11 09:57:08,781 [   3492]   INFO - llij.ide.plugins.PluginManager - Plugin 'ClearCase Integration' can't be loaded because: Plugin is disabled
2016-11-11 09:57:08,786 [   3497]   INFO - llij.ide.plugins.PluginManager - Plugin 'HTML Tools' can't be loaded because: Plugin is disabled
2016-11-11 09:57:08,792 [   3503]   INFO - llij.ide.plugins.PluginManager - Plugin 'Perforce Integration' can't be loaded because: Plugin is disabled
2016-11-11 09:57:08,799 [   3510]   INFO - llij.ide.plugins.PluginManager - Plugin 'Subversion Integration' can't be loaded because: Plugin is disabled
2016-11-11 09:57:08,824 [   3535]   INFO - llij.ide.plugins.PluginManager - Plugin 'QuirksMode' can't be loaded because: Plugin is disabled
2016-11-11 09:57:08,829 [   3540]   INFO - llij.ide.plugins.PluginManager - Plugin 'W3C Validators' can't be loaded because: Plugin is disabled
2016-11-11 09:57:08,840 [   3551]   INFO - llij.ide.plugins.PluginManager - Plugin 'DSM Analysis' can't be loaded because: Plugin is disabled
2016-11-11 09:57:08,845 [   3556]   INFO - llij.ide.plugins.PluginManager - Plugin 'Ant Support' can't be loaded because: Plugin is disabled
2016-11-11 09:57:08,851 [   3562]   INFO - llij.ide.plugins.PluginManager - Plugin 'UML Support' can't be loaded because: Plugin is disabled
2016-11-11 09:57:08,856 [   3567]   INFO - llij.ide.plugins.PluginManager - Plugin 'Plugin DevKit' can't be loaded because: Plugin is disabled
2016-11-11 09:57:08,864 [   3575]   INFO - llij.ide.plugins.PluginManager - Plugin 'Task Management' can't be loaded because: Plugin is disabled
2016-11-11 09:57:08,887 [   3598]   INFO - llij.ide.plugins.PluginManager - Plugin 'Time Tracking' can't be loaded because: Plugin is disabled
2016-11-11 09:57:08,890 [   3601]   INFO - llij.ide.plugins.PluginManager - Plugin 'UI Designer' can't be loaded because: Plugin is disabled
2016-11-11 09:57:08,897 [   3608]   INFO - llij.ide.plugins.PluginManager - Plugin 'Velocity support' can't be loaded because: Plugin is disabled
2016-11-11 09:57:08,902 [   3613]   INFO - llij.ide.plugins.PluginManager - Plugin 'Remote Hosts Access' can't be loaded because: Plugin is disabled
2016-11-11 09:57:08,909 [   3620]   INFO - llij.ide.plugins.PluginManager - Plugin 'hg4idea' can't be loaded because: Plugin is disabled
2016-11-11 09:57:08,915 [   3626]   INFO - llij.ide.plugins.PluginManager - Plugin 'JavaScript Support' can't be loaded because: Plugin is disabled
2016-11-11 09:57:08,927 [   3638]   INFO - llij.ide.plugins.PluginManager - Plugin 'JavaScript Intention Power Pack' can't be loaded because: Plugin is disabled
2016-11-11 09:57:08,932 [   3643]   INFO - llij.ide.plugins.PluginManager - Plugin 'Eclipse Integration' can't be loaded because: Plugin is disabled
2016-11-11 09:57:08,942 [   3653]   INFO - llij.ide.plugins.PluginManager - Plugin 'Osmorc' can't be loaded because: Plugin is disabled
2016-11-11 09:57:08,960 [   3671]   INFO - llij.ide.plugins.PluginManager - Plugin 'AspectJ Support' can't be loaded because: Plugin is disabled
2016-11-11 09:57:08,967 [   3678]   INFO - llij.ide.plugins.PluginManager - Plugin 'Flash/Flex Support' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,004 [   3715]   INFO - llij.ide.plugins.PluginManager - Plugin 'Gradle' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,068 [   3779]   INFO - llij.ide.plugins.PluginManager - Plugin 'GlassFish Integration' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,074 [   3785]   INFO - llij.ide.plugins.PluginManager - Plugin 'JBoss jBPM' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,078 [   3789]   INFO - llij.ide.plugins.PluginManager - Plugin 'JBoss Integration' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,083 [   3794]   INFO - llij.ide.plugins.PluginManager - Plugin 'JSR45 Integration' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,088 [   3799]   INFO - llij.ide.plugins.PluginManager - Plugin 'JavaScript Debugger' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,100 [   3811]   INFO - llij.ide.plugins.PluginManager - Plugin 'CoffeeScript' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,105 [   3816]   INFO - llij.ide.plugins.PluginManager - Plugin 'Jetty Integration' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,108 [   3819]   INFO - llij.ide.plugins.PluginManager - Plugin 'Resin Integration' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,112 [   3823]   INFO - llij.ide.plugins.PluginManager - Plugin 'Tomcat and TomEE Integration' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,117 [   3828]   INFO - llij.ide.plugins.PluginManager - Plugin 'CloudBees integration' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,122 [   3833]   INFO - llij.ide.plugins.PluginManager - Plugin 'Geronimo Integration' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,127 [   3838]   INFO - llij.ide.plugins.PluginManager - Plugin 'WebSphere Integration' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,132 [   3843]   INFO - llij.ide.plugins.PluginManager - Plugin 'WebLogic Integration' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,140 [   3851]   INFO - llij.ide.plugins.PluginManager - Plugin 'Hibernate Support' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,149 [   3860]   INFO - llij.ide.plugins.PluginManager - Plugin 'Application Servers View' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,154 [   3865]   INFO - llij.ide.plugins.PluginManager - Plugin 'Java EE: WebSockets' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,159 [   3870]   INFO - llij.ide.plugins.PluginManager - Plugin 'JBoss Support' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,162 [   3873]   INFO - llij.ide.plugins.PluginManager - Plugin 'JBoss Drools Support' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,166 [   3877]   INFO - llij.ide.plugins.PluginManager - Plugin 'JBoss Arquillian Support' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,177 [   3888]   INFO - llij.ide.plugins.PluginManager - Plugin 'Java Server Pages (JSP) Integration' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,180 [   3891]   INFO - llij.ide.plugins.PluginManager - Plugin 'Struts 1.x' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,185 [   3896]   INFO - llij.ide.plugins.PluginManager - Plugin 'Java EE: Java Server Faces' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,189 [   3900]   INFO - llij.ide.plugins.PluginManager - Plugin 'Cloud Foundry integration' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,196 [   3907]   INFO - llij.ide.plugins.PluginManager - Plugin 'dmServer Support' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,203 [   3914]   INFO - llij.ide.plugins.PluginManager - Plugin 'GWT Support' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,214 [   3925]   INFO - llij.ide.plugins.PluginManager - Plugin 'Google App Engine Integration' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,220 [   3931]   INFO - llij.ide.plugins.PluginManager - Plugin 'Vaadin Support' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,228 [   3939]   INFO - llij.ide.plugins.PluginManager - Plugin 'JBoss Seam Support' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,232 [   3943]   INFO - llij.ide.plugins.PluginManager - Plugin 'JBoss Seam Pageflow Support' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,237 [   3948]   INFO - llij.ide.plugins.PluginManager - Plugin 'JBoss Seam Pages Support' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,242 [   3953]   INFO - llij.ide.plugins.PluginManager - Plugin 'Spring MVC' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,248 [   3959]   INFO - llij.ide.plugins.PluginManager - Plugin 'Spring Web Flow' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,253 [   3964]   INFO - llij.ide.plugins.PluginManager - Plugin 'Spring WebSocket' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,258 [   3969]   INFO - llij.ide.plugins.PluginManager - Plugin 'Struts 2' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,264 [   3975]   INFO - llij.ide.plugins.PluginManager - Plugin 'Tapestry support' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,275 [   3986]   INFO - llij.ide.plugins.PluginManager - Plugin 'Thymeleaf' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,280 [   3991]   INFO - llij.ide.plugins.PluginManager - Plugin 'Grails' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,293 [   4004]   INFO - llij.ide.plugins.PluginManager - Plugin 'Android Support' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,372 [   4083]   INFO - llij.ide.plugins.PluginManager - Plugin 'HAML' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,378 [   4089]   INFO - llij.ide.plugins.PluginManager - Plugin 'LESS support' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,383 [   4094]   INFO - llij.ide.plugins.PluginManager - Plugin 'SASS support' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,389 [   4100]   INFO - llij.ide.plugins.PluginManager - Plugin 'Stylus support' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,395 [   4106]   INFO - llij.ide.plugins.PluginManager - Plugin 'SSH Remote Run' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,397 [   4108]   INFO - llij.ide.plugins.PluginManager - Plugin 'Spy-js' can't be loaded because: Plugin is disabled
2016-11-11 09:57:09,918 [   4629]   INFO - llij.ide.plugins.PluginManager - 126 plugins initialized in 3082 ms
2016-11-11 09:57:09,995 [   4706]   INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: ASP (0.1), CFML Support (3.53), CSS Support (162.2228.15), Copyright (8.1), Coverage (162.2228.15), Cucumber for Groovy (999.999), Cucumber for Java (999.999), Database Tools and SQL (1.0), EditorConfig (162.2228.15), Emma (162.2228.15), FreeMarker support (1.0), Gherkin (999.999), Git Integration (8.1), GitHub (162.2228.15), Groovy (9.0), Guice (8.0), Heroku integration (1.0), I18n for Java (162.2228.15), IDEA CORE (162.2228.15), IntelliLang (8.0), J2ME (1.0), JUnit (1.0), Java Bytecode Decompiler (162.2228.15), Java EE: Batch Applications (1.0), Java EE: Bean Validation Support (1.1), Java EE: Contexts and Dependency Injection (1.1), Java EE: EJB, JPA, Servlets (1.0), Java EE: JMS, JSON Processing, Concurrency, Transaction  (1.0), Java EE: RESTful Web Services (JAX-RS) (1.0), Java EE: Web Services (JAX-WS) (1.9), JavaFX (1.0), Kotlin (1.0.4-release-IJ2016.1-112), Maven Integration (162.2228.15), Maven Integration Extension (162.2228.15), OpenShift integration (1.0), Persistence Frameworks Support (1.0), Playframework Support (1.0), Properties Support (162.2228.15), REST Client (162.2228.15), Refactor-X (2.01), Settings Repository (162.2228.15), Spring AOP/@AspectJ (1.0), Spring Batch (1.0), Spring Boot (1.0), Spring Data (1.0), Spring Integration Patterns (1.0), Spring OSGi (1.0), Spring Security (1.0), Spring Support (1.0), Spring Web Services (1.0), TFS Integration (999.999), Terminal (0.1), TestNG-J (8.0), XPathView + XSLT Support (4), XSLT-Debugger (1.4), YAML (162.2228.15), ZKM-Unscramble (1.0)
2016-11-11 09:57:09,995 [   4706]   INFO - llij.ide.plugins.PluginManager - Disabled plugins: Android Support (10.2.0), Ant Support (1.0), Application Servers View (0.2.0), AspectJ Support (1.2), Bytecode Viewer (0.1), CVS Integration (11), ClearCase Integration (2.0), Cloud Foundry integration (1.0), CloudBees integration (1.0), CoffeeScript (2.0), DSM Analysis (1.0.0), Eclipse Integration (3.0), Flash/Flex Support (162.2228.15), GWT Support (1.0), Geronimo Integration (1.0), GlassFish Integration (1.0), Google App Engine Integration (1.1.4), Gradle (162.2228.15), Grails (9.0), HAML (162.2228.15), HTML Tools (2.0), Hibernate Support (1.0), JBoss Arquillian Support (1.0), JBoss Drools Support (1.0), JBoss Integration (1.0), JBoss Seam Pageflow Support (1.0), JBoss Seam Pages Support (1.0), JBoss Seam Support (1.0), JBoss Support (1.0), JBoss jBPM (2.0.0), JSR45 Integration (1.0), Java EE: Java Server Faces (2.2.X.), Java EE: WebSockets (1.0), Java Server Pages (JSP) Integration (1.0), JavaScript Debugger (1.0), JavaScript Intention Power Pack (0.9.4), JavaScript Support (1.0), Jetty Integration (1.0), LESS support (162.2228.15), Osmorc (1.4.8), Perforce Integration (2.0), Plugin DevKit (1.0), QuirksMode (162.2228.15), Remote Hosts Access (0.1), Resin Integration (8.1), SASS support (162.2228.15), SSH Remote Run (0.1), Spring MVC (1.0), Spring Web Flow (1.0), Spring WebSocket (1.0), Spy-js (162.2228.15), Struts 1.x (2.0), Struts 2 (1.0), Stylus support (999.999), Subversion Integration (1.1), Tapestry support (1.0), Task Management (1.0), Thymeleaf (1.0), Time Tracking (1.0), Tomcat and TomEE Integration (1.0), UI Designer (162.2228.15), UML Support (1.0), Vaadin Support (1.0), Velocity support (1.0), W3C Validators (2.0), WebLogic Integration (1.0), WebSphere Integration (1.0), dmServer Support (0.9.5), hg4idea (10.0)
2016-11-11 09:57:11,219 [   5930]   INFO - ellij.util.io.PagedFileStorage - lower=100; upper=200; buffer=10; max=474
2016-11-11 09:57:11,335 [   6046]   INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\Users\haa2xt\AppData\Roaming\JetBrains\IntelliJ IDEA 2016.2.5\bin\fsnotifier.exe
2016-11-11 09:57:11,619 [   6330]   INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2016-11-11 09:57:11,827 [   6538]   INFO - pi.util.registry.RegistryState - Registry values changed by user:
2016-11-11 09:57:11,827 [   6538]   INFO - pi.util.registry.RegistryState -   ide.windowSystem.autoShowProcessPopup = true
2016-11-11 09:57:13,183 [   7894]   INFO -   #com.intellij.AbstractBundle - Cannot load resource bundle from *.properties file, falling back to slow class loading: com.intellij.javaee.heroku.cloud.HerokuBundle
2016-11-11 09:57:13,257 [   7968]   INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2016-11-11 09:57:13,302 [   8013]   INFO - gs.impl.UpdateCheckerComponent - channel: release
2016-11-11 09:57:13,454 [   8165]   INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:113
2016-11-11 09:57:13,459 [   8170]   INFO - il.indexing.FileBasedIndexImpl - Index scheduled:4
2016-11-11 09:57:13,503 [   8214]   INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:36
2016-11-11 09:57:13,504 [   8215]   INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:0
2016-11-11 09:57:13,879 [   8590]   INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2016-11-11 09:57:14,704 [   9415]   INFO - plication.impl.ApplicationImpl - 88 application components initialized in 7869 ms
2016-11-11 09:57:14,733 [   9444]   INFO - .intellij.idea.IdeaApplication - App initialization took 10814 ms
2016-11-11 09:57:14,964 [   9675]   INFO - ij.psi.stubs.StubUpdatingIndex - Stub version was changed for XML
2016-11-11 09:57:15,277 [   9988]   INFO - il.indexing.FileBasedIndexImpl - Version has changed for index DomFileIndex. The index will be rebuilt.
2016-11-11 09:57:16,217 [  10928]   INFO - .openapi.application.Preloader - Finished preloading com.intellij.openapi.actionSystem.impl.ActionPreloader@1314fe2
2016-11-11 09:57:16,495 [  11206]   WARN - om.intellij.util.ProfilingUtil - Profiling agent is not enabled. Add -agentlib:yjpagent to idea.vmoptions if necessary to profile IDEA.
2016-11-11 09:57:19,655 [  14366]   INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.search.SearchableOptionPreloader@1cb03b8
2016-11-11 09:57:19,659 [  14370]   INFO - il.indexing.FileBasedIndexImpl - Version has changed for index SpringXmlBeansIndex. The index will be rebuilt.
2016-11-11 09:57:19,669 [  14380]   INFO - CompilerWorkspaceConfiguration - Available processors: 4
2016-11-11 09:57:20,336 [  15047]   INFO - pl$FileIndexDataInitialization - Initialization done:6876
2016-11-11 09:57:20,340 [  15051]   INFO - ellij.project.impl.ProjectImpl - 134 project components initialized in 1996 ms
2016-11-11 09:57:20,496 [  15207]   INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 155 ms
2016-11-11 09:57:21,394 [  16105]   INFO - .diagnostic.PerformanceWatcher - Pushing properties took 134ms; general responsiveness: ok; EDT responsiveness: ok
2016-11-11 09:57:22,064 [  16775]   INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 668ms; general responsiveness: ok; EDT responsiveness: ok
2016-11-11 09:57:22,065 [  16776]   INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 120 files to update
2016-11-11 09:57:23,115 [  17826]   INFO - ellij.project.impl.ProjectImpl - 134 project components initialized in 720 ms
2016-11-11 09:57:23,665 [  18376]   INFO - exImpl$StubIndexInitialization - Initialization done:3329
2016-11-11 09:57:24,388 [  19099]   INFO - le.impl.ModuleManagerComponent - 10 module(s) loaded in 1272 ms
2016-11-11 09:57:25,206 [  19917]   INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 3141ms; general responsiveness: ok; EDT responsiveness: 0/3 sluggish, 1/3 very slow
2016-11-11 09:57:31,054 [  25765]   INFO - .diagnostic.PerformanceWatcher - Pushing properties took 1006ms; general responsiveness: ok; EDT responsiveness: ok
2016-11-11 09:57:33,233 [  27944]   INFO - tartup.impl.StartupManagerImpl - C:/dev/workspace/gs-accessing-data-rest/.idea case-sensitivity: expected=false actual=false
2016-11-11 09:57:33,953 [  28664]   INFO - tartup.impl.StartupManagerImpl - C:/dev/workspace/gis/tardis/.idea case-sensitivity: expected=false actual=false
2016-11-11 09:57:35,784 [  30495]   INFO - ution.rmi.RemoteProcessSupport - "C:\Users\haa2xt\AppData\Roaming\JetBrains\IntelliJ IDEA 2016.2.5\jre\jre\bin\java" -Djava.awt.headless=true -Didea.version==2016.2.5 -Xmx768m -Didea.maven.embedder.version=3.1.0 -Dfile.encoding=windows-1252 -classpath "C:/Users/haa2xt/AppData/Roaming/JetBrains/IntelliJ IDEA 2016.2.5/lib/resources_en.jar;C:\Users\haa2xt\AppData\Roaming\JetBrains\IntelliJ IDEA 2016.2.5\lib\log4j.jar;C:\Users\haa2xt\AppData\Roaming\JetBrains\IntelliJ IDEA 2016.2.5\lib\jna-platform.jar;C:\Users\haa2xt\AppData\Roaming\JetBrains\IntelliJ IDEA 2016.2.5\lib\util.jar;C:\Users\haa2xt\AppData\Roaming\JetBrains\IntelliJ IDEA 2016.2.5\lib\oromatcher.jar;C:\Users\haa2xt\AppData\Roaming\JetBrains\IntelliJ IDEA 2016.2.5\lib\annotations.jar;C:\Users\haa2xt\AppData\Roaming\JetBrains\IntelliJ IDEA 2016.2.5\lib\snappy-in-java-0.5.1.jar;C:\Users\haa2xt\AppData\Roaming\JetBrains\IntelliJ IDEA 2016.2.5\lib\trove4j.jar;C:\Users\haa2xt\AppData\Roaming\JetBrains\IntelliJ IDEA 2016.2.5\lib\jna.jar;C:\Users\haa2xt\AppData\Roaming\JetBrains\IntelliJ IDEA 2016.2.5\lib\jdom.jar;C:\Users\haa2xt\AppData\Roaming\JetBrains\IntelliJ IDEA 2016.2.5\lib\resources_en.jar;C:\Users\haa2xt\AppData\Roaming\JetBrains\IntelliJ IDEA 2016.2.5\plugins\maven\lib\lucene-core-2.4.1.jar;C:\Users\haa2xt\AppData\Roaming\JetBrains\IntelliJ IDEA 2016.2.5\plugins\maven\lib\maven-server-api.jar;C:\Users\haa2xt\AppData\Roaming\JetBrains\IntelliJ IDEA 2016.2.5\plugins\maven\lib\maven3-server-common.jar;C:\Users\haa2xt\AppData\Roaming\JetBrains\IntelliJ IDEA 2016.2.5\plugins\maven\lib\maven3-server-lib\archetype-catalog-2.2.jar;C:\Users\haa2xt\AppData\Roaming\JetBrains\IntelliJ IDEA 2016.2.5\plugins\maven\lib\maven3-server-lib\archetype-common-2.2.jar;C:\Users\haa2xt\AppData\Roaming\JetBrains\IntelliJ IDEA 2016.2.5\plugins\maven\lib\maven3-server-lib\maven-dependency-tree-1.2.jar;C:\Users\haa2xt\AppData\Roaming\JetBrains\IntelliJ IDEA 2016.2.5\plugins\maven\lib\maven3-server-lib\nexus-indexer-3.0.4.jar;C:\Users\haa2xt\AppData\Roaming\JetBrains\IntelliJ IDEA 2016.2.5\plugins\maven\lib\maven3-server-lib\nexus-indexer-artifact-1.0.1.jar;C:\Users\haa2xt\AppData\Roaming\JetBrains\IntelliJ IDEA 2016.2.5\plugins\maven\lib\maven32-server-impl.jar;C:\dev\tools\apache-maven-3.1.0\lib\aether-api-0.9.0.M2.jar;C:\dev\tools\apache-maven-3.1.0\lib\aether-connector-wagon-0.9.0.M2.jar;C:\dev\tools\apache-maven-3.1.0\lib\aether-impl-0.9.0.M2.jar;C:\dev\tools\apache-maven-3.1.0\lib\aether-spi-0.9.0.M2.jar;C:\dev\tools\apache-maven-3.1.0\lib\aether-util-0.9.0.M2.jar;C:\dev\tools\apache-maven-3.1.0\lib\aopalliance-1.0.jar;C:\dev\tools\apache-maven-3.1.0\lib\asm-3.3.1.jar;C:\dev\tools\apache-maven-3.1.0\lib\cdi-api-1.0.jar;C:\dev\tools\apache-maven-3.1.0\lib\commons-cli-1.2.jar;C:\dev\tools\apache-maven-3.1.0\lib\guava-11.0.2.jar;C:\dev\tools\apache-maven-3.1.0\lib\javax.inject-1.jar;C:\dev\tools\apache-maven-3.1.0\lib\jsr250-api-1.0.jar;C:\dev\tools\apache-maven-3.1.0\lib\jsr305-1.3.9.jar;C:\dev\tools\apache-maven-3.1.0\lib\maven-aether-provider-3.1.0.jar;C:\dev\tools\apache-maven-3.1.0\lib\maven-artifact-3.1.0.jar;C:\dev\tools\apache-maven-3.1.0\lib\maven-compat-3.1.0.jar;C:\dev\tools\apache-maven-3.1.0\lib\maven-core-3.1.0.jar;C:\dev\tools\apache-maven-3.1.0\lib\maven-embedder-3.1.0.jar;C:\dev\tools\apache-maven-3.1.0\lib\maven-model-3.1.0.jar;C:\dev\tools\apache-maven-3.1.0\lib\maven-model-builder-3.1.0.jar;C:\dev\tools\apache-maven-3.1.0\lib\maven-plugin-api-3.1.0.jar;C:\dev\tools\apache-maven-3.1.0\lib\maven-repository-metadata-3.1.0.jar;C:\dev\tools\apache-maven-3.1.0\lib\maven-settings-3.1.0.jar;C:\dev\tools\apache-maven-3.1.0\lib\maven-settings-builder-3.1.0.jar;C:\dev\tools\apache-maven-3.1.0\lib\org.eclipse.sisu.inject-0.0.0.M2a.jar;C:\dev\tools\apache-maven-3.1.0\lib\org.eclipse.sisu.plexus-0.0.0.M2a.jar;C:\dev\tools\apache-maven-3.1.0\lib\plexus-cipher-1.7.jar;C:\dev\tools\apache-maven-3.1.0\lib\plexus-component-annotations-1.5.5.jar;C:\dev\tools\apache-maven-3.1.0\lib\plexus-interpolation-1.16.jar;C:\dev\tools\apache-maven-3.1.0\lib\plexus-sec-dispatcher-1.3.jar;C:\dev\tools\apache-maven-3.1.0\lib\plexus-utils-3.0.10.jar;C:\dev\tools\apache-maven-3.1.0\lib\sisu-guice-3.1.3-no_aop.jar;C:\dev\tools\apache-maven-3.1.0\lib\slf4j-api-1.7.4.jar;C:\dev\tools\apache-maven-3.1.0\lib\slf4j-simple-1.7.4.jar;C:\dev\tools\apache-maven-3.1.0\lib\wagon-file-2.4.jar;C:\dev\tools\apache-maven-3.1.0\lib\wagon-http-2.4-shaded.jar;C:\dev\tools\apache-maven-3.1.0\lib\wagon-provider-api-2.4.jar;C:\dev\tools\apache-maven-3.1.0\boot\plexus-classworlds-2.4.2.jar" org.jetbrains.idea.maven.server.RemoteMavenServer
2016-11-11 09:57:39,384 [  34095]   INFO - tor.impl.FileEditorManagerImpl - Project opening took 21117 ms
2016-11-11 09:57:39,742 [  34453]   INFO - tor.impl.FileEditorManagerImpl - Project opening took 17388 ms
2016-11-11 09:57:41,083 [  35794]   INFO - ution.rmi.RemoteProcessSupport - Port/ID: 39126/Maven32ServerImpl12114cdf
2016-11-11 09:57:41,777 [  36488]   INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 10708ms; general responsiveness: ok; EDT responsiveness: 5/11 sluggish, 4/11 very slow
2016-11-11 09:57:41,782 [  36493]   INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 1102 files to update
2016-11-11 09:57:50,875 [  45586]   INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 9093ms; general responsiveness: 2/9 sluggish; EDT responsiveness: 1/9 sluggish
2016-11-11 09:57:53,283 [  47994]  ERROR - aemon.impl.PassExecutorService - com/intellij/jpa/facet/JpaFacet
java.lang.NoClassDefFoundError: com/intellij/jpa/facet/JpaFacet
 at com.intellij.spring.persistence.integration.SpringEntityManagerFactoryProvider.getPersistencePackages(SpringEntityManagerFactoryProvider.java:46)
 at com.intellij.jpa.facet.JpaFacetImpl$2.fun(JpaFacetImpl.java:158)
 at com.intellij.jpa.facet.JpaFacetImpl$2.fun(JpaFacetImpl.java:156)
 at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1510)
 at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1330)
 at com.intellij.jpa.facet.JpaFacetImpl.getExtensionPersistenceUnits(JpaFacetImpl.java:155)
 at com.intellij.jpa.facet.JpaFacetImpl.getPersistenceUnits(JpaFacetImpl.java:149)
 at com.intellij.persistence.roles.PersistenceRoleHolderImpl.lambda$getFacetMergedInfo$3(PersistenceRoleHolderImpl.java:120)
 at com.intellij.psi.impl.PsiCachedValueImpl.doCompute(PsiCachedValueImpl.java:49)
 at com.intellij.util.CachedValueBase.getValueWithLock(CachedValueBase.java:222)
 at com.intellij.psi.impl.PsiCachedValue.getValueWithLock(PsiCachedValue.java:65)
 at com.intellij.psi.impl.PsiCachedValueImpl.getValue(PsiCachedValueImpl.java:38)
 at com.intellij.util.CachedValuesManagerImpl.getCachedValue(CachedValuesManagerImpl.java:84)
 at com.intellij.psi.util.CachedValuesManager.getCachedValue(CachedValuesManager.java:119)
 at com.intellij.persistence.roles.PersistenceRoleHolderImpl.getFacetMergedInfo(PersistenceRoleHolderImpl.java:117)
 at com.intellij.persistence.roles.PersistenceRoleHolderImpl.lambda$static$0(PersistenceRoleHolderImpl.java:38)
 at com.intellij.persistence.roles.PersistenceRoleHolderImpl.processRoles(PersistenceRoleHolderImpl.java:58)
 at com.intellij.persistence.roles.PersistenceRoleHolderImpl.processAllRoles(PersistenceRoleHolderImpl.java:47)
 at com.intellij.persistence.util.PersistenceCommonUtil.getPersistenceRoles(PersistenceCommonUtil.java:308)
 at com.intellij.jpa.highlighting.JpaClassLineMarkerProvider.annotate(JpaClassLineMarkerProvider.java:56)
 at com.intellij.jpa.highlighting.JpaClassLineMarkerProvider.collectSlowLineMarkers(JpaClassLineMarkerProvider.java:46)
 at com.intellij.codeInsight.daemon.impl.SlowLineMarkersPass.addLineMarkers(SlowLineMarkersPass.java:78)
 at com.intellij.codeInsight.daemon.impl.SlowLineMarkersPass.doCollectInformation(SlowLineMarkersPass.java:65)
 at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:70)
 at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.a(PassExecutorService.java:434)
 at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1026)
 at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.c(PassExecutorService.java:427)
 at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:494)
 at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:443)
 at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:54)
 at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.b(PassExecutorService.java:426)
 at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:402)
 at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:154)
 at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
 at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
 at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
 at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
Caused by: java.lang.ClassNotFoundException: com.intellij.jpa.facet.JpaFacet PluginClassLoader[com.intellij.spring, 1.0]
 at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:64)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
 ... 37 more
2016-11-11 09:57:53,287 [  47998]  ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2016.2.5  Build #IU-162.2228.15
2016-11-11 09:57:53,288 [  47999]  ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_112-release
2016-11-11 09:57:53,288 [  47999]  ERROR - aemon.impl.PassExecutorService - VM: OpenJDK Server VM
2016-11-11 09:57:53,288 [  47999]  ERROR - aemon.impl.PassExecutorService - Vendor: JetBrains s.r.o
2016-11-11 09:57:53,289 [  48000]  ERROR - aemon.impl.PassExecutorService - OS: Windows 7
2016-11-11 09:57:53,289 [  48000]  ERROR - aemon.impl.PassExecutorService - Last Action: 
2016-11-11 09:57:53,289 [  48000]  ERROR - aemon.impl.PassExecutorService - com/intellij/jpa/facet/JpaFacet
java.lang.NoClassDefFoundError: com/intellij/jpa/facet/JpaFacet
 at com.intellij.spring.persistence.integration.SpringEntityManagerFactoryProvider.getPersistencePackages(SpringEntityManagerFactoryProvider.java:46)
 at com.intellij.jpa.facet.JpaFacetImpl$2.fun(JpaFacetImpl.java:158)
 at com.intellij.jpa.facet.JpaFacetImpl$2.fun(JpaFacetImpl.java:156)
 at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1510)
 at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1330)
 at com.intellij.jpa.facet.JpaFacetImpl.getExtensionPersistenceUnits(JpaFacetImpl.java:155)
 at com.intellij.jpa.facet.JpaFacetImpl.getPersistenceUnits(JpaFacetImpl.java:149)
 at com.intellij.persistence.roles.PersistenceRoleHolderImpl.lambda$getFacetMergedInfo$3(PersistenceRoleHolderImpl.java:120)
 at com.intellij.psi.impl.PsiCachedValueImpl.doCompute(PsiCachedValueImpl.java:49)
 at com.intellij.util.CachedValueBase.getValueWithLock(CachedValueBase.java:222)
 at com.intellij.psi.impl.PsiCachedValue.getValueWithLock(PsiCachedValue.java:65)
 at com.intellij.psi.impl.PsiCachedValueImpl.getValue(PsiCachedValueImpl.java:38)
 at com.intellij.util.CachedValuesManagerImpl.getCachedValue(CachedValuesManagerImpl.java:84)
 at com.intellij.psi.util.CachedValuesManager.getCachedValue(CachedValuesManager.java:119)
 at com.intellij.persistence.roles.PersistenceRoleHolderImpl.getFacetMergedInfo(PersistenceRoleHolderImpl.java:117)
 at com.intellij.persistence.roles.PersistenceRoleHolderImpl.lambda$static$0(PersistenceRoleHolderImpl.java:38)
 at com.intellij.persistence.roles.PersistenceRoleHolderImpl.processRoles(PersistenceRoleHolderImpl.java:58)
 at com.intellij.persistence.roles.PersistenceRoleHolderImpl.processAllRoles(PersistenceRoleHolderImpl.java:47)
 at com.intellij.persistence.util.PersistenceCommonUtil.getPersistenceRoles(PersistenceCommonUtil.java:308)
 at com.intellij.jpa.highlighting.JpaClassLineMarkerProvider.annotate(JpaClassLineMarkerProvider.java:56)
 at com.intellij.jpa.highlighting.JpaClassLineMarkerProvider.collectSlowLineMarkers(JpaClassLineMarkerProvider.java:46)
 at com.intellij.codeInsight.daemon.impl.SlowLineMarkersPass.addLineMarkers(SlowLineMarkersPass.java:78)
 at com.intellij.codeInsight.daemon.impl.SlowLineMarkersPass.doCollectInformation(SlowLineMarkersPass.java:65)
 at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:70)
 at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.a(PassExecutorService.java:434)
 at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1026)
 at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.c(PassExecutorService.java:427)
 at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:494)
 at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:443)
 at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:54)
 at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.b(PassExecutorService.java:426)
 at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:402)
 at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:154)
 at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
 at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
 at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
 at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
Caused by: java.lang.ClassNotFoundException: com.intellij.jpa.facet.JpaFacet PluginClassLoader[com.intellij.spring, 1.0]
 at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:64)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
 ... 37 more
2016-11-11 09:57:53,290 [  48001]  ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 2016.2.5  Build #IU-162.2228.15
2016-11-11 09:57:53,290 [  48001]  ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_112-release
2016-11-11 09:57:53,439 [  48150]  ERROR - aemon.impl.PassExecutorService - VM: OpenJDK Server VM
2016-11-11 09:57:53,440 [  48151]  ERROR - aemon.impl.PassExecutorService - Vendor: JetBrains s.r.o
2016-11-11 09:57:53,440 [  48151]  ERROR - aemon.impl.PassExecutorService - OS: Windows 7
2016-11-11 09:57:53,440 [  48151]  ERROR - aemon.impl.PassExecutorService - Last Action: 
2016-11-11 09:57:53,971 [  48682]  ERROR - til.concurrency.QueueProcessor - com/intellij/jpa/facet/JpaFacet
java.lang.NoClassDefFoundError: com/intellij/jpa/facet/JpaFacet
 at com.intellij.spring.persistence.integration.SpringEntityManagerFactoryProvider.getPersistencePackages(SpringEntityManagerFactoryProvider.java:46)
 at com.intellij.jpa.facet.JpaFacetImpl$2.fun(JpaFacetImpl.java:158)
 at com.intellij.jpa.facet.JpaFacetImpl$2.fun(JpaFacetImpl.java:156)
 at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1510)
 at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1330)
 at com.intellij.jpa.facet.JpaFacetImpl.getExtensionPersistenceUnits(JpaFacetImpl.java:155)
 at com.intellij.jpa.facet.JpaFacetImpl.getPersistenceUnits(JpaFacetImpl.java:149)
 at com.intellij.jpa.JpaDataSourceDetectorBase.collectDataSources(JpaDataSourceDetectorBase.java:72)
 at com.intellij.database.autoconfig.DatabaseConfigFileWatcher.scanForNewConfigurations(DatabaseConfigFileWatcher.java:182)
 at com.intellij.database.autoconfig.DatabaseConfigFileWatcher$4$1.lambda$run$0(DatabaseConfigFileWatcher.java:156)
 at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1026)
 at com.intellij.openapi.progress.util.ProgressIndicatorUtils.a(ProgressIndicatorUtils.java:80)
 at com.intellij.openapi.progress.util.ProgressIndicatorUtils.a(ProgressIndicatorUtils.java:135)
 at com.intellij.openapi.progress.impl.CoreProgressManager$3.run(CoreProgressManager.java:170)
 at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:494)
 at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:443)
 at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:54)
 at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:155)
 at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:133)
 at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:80)
 at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:101)
 at com.intellij.database.autoconfig.DatabaseConfigFileWatcher$4$1.run(DatabaseConfigFileWatcher.java:155)
 at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:320)
 at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:310)
 at com.intellij.util.ui.update.MergingUpdateQueue.lambda$flush$1(MergingUpdateQueue.java:260)
 at com.intellij.util.ui.update.MergingUpdateQueue.flush(MergingUpdateQueue.java:274)
 at com.intellij.util.ui.update.MergingUpdateQueue.run(MergingUpdateQueue.java:229)
 at com.intellij.util.concurrency.QueueProcessor.runSafely(QueueProcessor.java:222)
 at com.intellij.util.Alarm$Request$1.run(Alarm.java:378)
 at com.intellij.util.Alarm$Request.run(Alarm.java:389)
 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
 at java.util.concurrent.FutureTask.run(FutureTask.java:266)
 at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:227)
 at com.intellij.util.concurrency.BoundedTaskExecutor.runFirstTaskThenPollAndRunRest(BoundedTaskExecutor.java:178)
 at com.intellij.util.concurrency.BoundedTaskExecutor.access$000(BoundedTaskExecutor.java:40)
 at com.intellij.util.concurrency.BoundedTaskExecutor$2.run(BoundedTaskExecutor.java:197)
 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
 at java.lang.Thread.run(Thread.java:745)
2016-11-11 09:57:53,972 [  48683]  ERROR - til.concurrency.QueueProcessor - IntelliJ IDEA 2016.2.5  Build #IU-162.2228.15
2016-11-11 09:57:53,972 [  48683]  ERROR - til.concurrency.QueueProcessor - JDK: 1.8.0_112-release
2016-11-11 09:57:53,973 [  48684]  ERROR - til.concurrency.QueueProcessor - VM: OpenJDK Server VM
2016-11-11 09:57:53,974 [  48685]  ERROR - til.concurrency.QueueProcessor - Vendor: JetBrains s.r.o
2016-11-11 09:57:53,974 [  48685]  ERROR - til.concurrency.QueueProcessor - OS: Windows 7
2016-11-11 09:57:53,974 [  48685]  ERROR - til.concurrency.QueueProcessor - Last Action: 
2016-11-11 09:58:16,823 [  71534]  ERROR - plication.impl.ApplicationImpl - java.lang.NoClassDefFoundError: com/intellij/jpa/facet/JpaFacet
java.lang.RuntimeException: java.lang.NoClassDefFoundError: com/intellij/jpa/facet/JpaFacet
 at com.intellij.ide.util.treeView.AbstractTreeUi$54$1.perform(AbstractTreeUi.java:3409)
 at com.intellij.ide.util.treeView.TreeRunnable.run(TreeRunnable.java:36)
 at com.intellij.ide.util.treeView.AbstractTreeBuilder$2.perform(AbstractTreeBuilder.java:459)
 at com.intellij.ide.util.treeView.TreeRunnable.run(TreeRunnable.java:36)
 at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:848)
 at com.intellij.ide.util.treeView.AbstractTreeBuilder.runBackgroundLoading(AbstractTreeBuilder.java:456)
 at com.intellij.ide.util.treeView.AbstractTreeUi$54.perform(AbstractTreeUi.java:3364)
 at com.intellij.ide.util.treeView.TreeRunnable.run(TreeRunnable.java:36)
 at com.intellij.openapi.progress.impl.CoreProgressManager$3.run(CoreProgressManager.java:170)
 at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:494)
 at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:443)
 at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:54)
 at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:155)
 at com.intellij.ide.util.treeView.AbstractTreeUi$55.perform(AbstractTreeUi.java:3426)
 at com.intellij.ide.util.treeView.TreeRunnable.run(TreeRunnable.java:36)
 at com.intellij.util.concurrency.WorkerThread.run(WorkerThread.java:109)
 at com.intellij.openapi.application.impl.ApplicationImpl$2.run(ApplicationImpl.java:307)
 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
 at java.util.concurrent.FutureTask.run(FutureTask.java:266)
 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
 at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoClassDefFoundError: com/intellij/jpa/facet/JpaFacet
 at com.intellij.spring.persistence.integration.SpringEntityManagerFactoryProvider.getPersistencePackages(SpringEntityManagerFactoryProvider.java:46)
 at com.intellij.jpa.facet.JpaFacetImpl$2.fun(JpaFacetImpl.java:158)
 at com.intellij.jpa.facet.JpaFacetImpl$2.fun(JpaFacetImpl.java:156)
 at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1510)
 at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1330)
 at com.intellij.jpa.facet.JpaFacetImpl.getExtensionPersistenceUnits(JpaFacetImpl.java:155)
 at com.intellij.jpa.facet.JpaFacetImpl.getPersistenceUnits(JpaFacetImpl.java:149)
 at com.intellij.jpa.view.nodes.PersistenceFacetNodeDescriptor.getChildrenDescriptors(PersistenceFacetNodeDescriptor.java:73)
 at com.intellij.jpa.view.nodes.PersistenceFacetNodeDescriptor.getChildren(PersistenceFacetNodeDescriptor.java:83)
 at com.intellij.jpa.view.nodes.PersistenceFacetNodeDescriptor.getChildren(PersistenceFacetNodeDescriptor.java:25)
 at com.intellij.ui.treeStructure.SimpleTreeStructure.getChildElements(SimpleTreeStructure.java:25)
 at com.intellij.ide.util.treeView.AbstractTreeUi$31.perform(AbstractTreeUi.java:1614)
 at com.intellij.ide.util.treeView.TreeRunnable.run(TreeRunnable.java:36)
 at com.intellij.ide.util.treeView.AbstractTreeUi.execute(AbstractTreeUi.java:1832)
 at com.intellij.ide.util.treeView.AbstractTreeUi.getChildrenFor(AbstractTreeUi.java:1611)
 at com.intellij.ide.util.treeView.AbstractTreeUi.access$4500(AbstractTreeUi.java:66)
 at com.intellij.ide.util.treeView.AbstractTreeUi$43.perform(AbstractTreeUi.java:2696)
 at com.intellij.ide.util.treeView.TreeRunnable.run(TreeRunnable.java:36)
 at com.intellij.ide.util.treeView.AbstractTreeUi.execute(AbstractTreeUi.java:1832)
 at com.intellij.ide.util.treeView.AbstractTreeUi.access$2500(AbstractTreeUi.java:66)
 at com.intellij.ide.util.treeView.AbstractTreeUi$54$1.perform(AbstractTreeUi.java:3373)
 ... 21 more
2016-11-11 09:58:16,826 [  71537]  ERROR - plication.impl.ApplicationImpl - IntelliJ IDEA 2016.2.5  Build #IU-162.2228.15
2016-11-11 09:58:16,826 [  71537]  ERROR - plication.impl.ApplicationImpl - JDK: 1.8.0_112-release
2016-11-11 09:58:16,827 [  71538]  ERROR - plication.impl.ApplicationImpl - VM: OpenJDK Server VM
2016-11-11 09:58:16,828 [  71539]  ERROR - plication.impl.ApplicationImpl - Vendor: JetBrains s.r.o
2016-11-11 09:58:16,828 [  71539]  ERROR - plication.impl.ApplicationImpl - OS: Windows 7
2016-11-11 09:58:16,828 [  71539]  ERROR - plication.impl.ApplicationImpl - Last Action: 
2016-11-11 09:58:54,505 [ 109216]   INFO - .script.IdeScriptEngineManager - javax.script.ScriptEngineManager initialized in 60 ms
2016-11-11 09:58:57,840 [ 112551]   INFO - ellij.project.impl.ProjectImpl - 21 project components initialized in 41 ms
2016-11-11 09:58:57,840 [ 112551]   INFO - le.impl.ModuleManagerComponent - 0 module(s) loaded in 0 ms
2016-11-11 10:13:01,698 [ 956409]   INFO - pl.ProjectRootManagerComponent - project roots have changed
2016-11-11 10:13:03,125 [ 957836]   INFO - .diagnostic.PerformanceWatcher - Pushing properties took 11ms; general responsiveness: ok; EDT responsiveness: ok
2016-11-11 10:13:03,422 [ 958133]   INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 297ms; general responsiveness: ok; EDT responsiveness: ok
2016-11-11 10:49:08,586 [3123297]   INFO - .diagnostic.PerformanceWatcher - Find Usages took 1009ms; general responsiveness: ok; EDT responsiveness: ok
2016-11-11 10:50:55,629 [3230340]   INFO - pl.ProjectRootManagerComponent - project roots have changed
2016-11-11 10:50:56,688 [3231399]   INFO - .diagnostic.PerformanceWatcher - Pushing properties took 84ms; general responsiveness: ok; EDT responsiveness: ok
2016-11-11 10:51:03,641 [3238352]   INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 6953ms; general responsiveness: 2/6 sluggish; EDT responsiveness: ok
2016-11-11 10:51:03,646 [3238357]   INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 12189 files to update
2016-11-11 10:51:33,330 [3268041]   INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 29684ms; general responsiveness: 4/27 sluggish, 3/27 very slow; EDT responsiveness: ok
2016-11-11 10:53:15,625 [3370336]   INFO - ution.rmi.RemoteProcessSupport - Terminating: 39126/Maven32ServerImpl12114cdf
2016-11-11 10:53:15,721 [3370432]   INFO - org.jetbrains.io.BuiltInServer - web server stopped
2016-11-11 10:53:15,725 [3370436]   INFO - Types.impl.FileTypeManagerImpl - FileTypeManager: 515 auto-detected files
Elapsed time on auto-detect: 93 ms
2016-11-11 10:53:15,726 [3370437]   INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN
2016-11-11 10:53:15,727 [3370438]   INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN
2016-11-11 10:53:15,727 [3370438]   INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN
2016-11-11 10:53:15,895 [3370606]   INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN
2016-11-11 10:53:16,004 [3370715]   INFO - pl.local.NativeFileWatcherImpl - Watcher terminated with exit code 0
2016-11-11 10:53:16,005 [3370716]   INFO - newvfs.persistent.PersistentFS - VFS dispose started
2016-11-11 10:53:16,060 [3370771]   INFO - newvfs.persistent.PersistentFS - VFS dispose completed
2016-11-11 10:53:16,092 [3370803]   INFO -        #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
0
Avatar
Permanently deleted user

Does the stack trace and logging help at all?

0
Avatar
Permanently deleted user

Any chance of some feedback?

0

Hi, sorry for delayed reply. It is strange you are having this error after re-download and re-install. 

Try to remove installation completely (delete installation home directory and (re)move settings folders) , then download from http://download.jetbrains.com/idea/ideaIU-2016.2.5.win.zip and do fresh install.

0

Appears that similar issue was reported in our tracker: https://youtrack.jetbrains.com/issue/IDEA-154378

0
Avatar
Permanently deleted user

Hi Andrey, I'll do a fresh install with a new download as you describe and I'd post any updates on that bug report. What is the turn-around on bugs like this? Is there likely to be a fix for v2016.3?

0
Avatar
Permanently deleted user

Actually the Windows Control Panel - Programs and Features - right-click -> Deinstall does a great job of removing the whole thing.

I was on 2016.2.5 already so no update there. Is that a different URL from the normal public download?

I have to ask, what is the reason you install it at C:\Users\AdamH\AppData\Roaming\ ?

I understand that it's good to have the configurable and editable files there, but not the whole program. It just add to the load for either network shares or backups, especially in a corporate environment.

0

Please sign in to leave a comment.