At least one module needs to be associated with connection xyz

Issue #475 resolved
Zoran Žunko created an issue

Module is associated in the (at least it look like that to me). Log excerpt

2016-11-22 19:43:56,891 [ 124095]   INFO - il.indexing.FileBasedIndexImpl - Rebuild requested for index CaseInsensitiveFilenameIndex 
java.lang.Throwable: java.lang.Throwable: Rebuilding CaseInsensitiveFilenameIndex
    at com.intellij.util.indexing.FileBasedIndexImpl.scheduleRebuild(FileBasedIndexImpl.java:1133)
    at com.illuminatedcloud.intellij.index.IlluminatedCloudIndexUtil.rebuildIndices(SourceFile:425)
    at com.illuminatedcloud.intellij.index.IlluminatedCloudIndexUtil.rebuildIndices(SourceFile:328)
    at com.illuminatedcloud.intellij.index.IlluminatedCloudIndexUtil$2.run(SourceFile:484)
    at com.intellij.openapi.application.TransactionGuardImpl$6.run(TransactionGuardImpl.java:291)
    at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.a(LaterInvocator.java:326)
    at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:310)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
    at java.awt.EventQueue.access$500(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:709)
    at java.awt.EventQueue$3.run(EventQueue.java:703)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
    at com.intellij.ide.IdeEventQueue.e(IdeEventQueue.java:795)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:631)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:387)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: java.lang.Throwable: Rebuilding CaseInsensitiveFilenameIndex
    ... 23 more

Comments (4)

  1. Scott Wells repo owner

    Sorry it's taken me so long to reply. I've been out of pocket for a bit today. Can you look at how things are configured in the following two locations?

    Settings>Illuminated Cloud (your-project)>Advanced>Development Packages>Module for <default>

    DevelopmentPackages.png

    Project Structure>Modules>your-module>Illuminated Cloud>Connection

    Facet.png

    If those don't look right, please correct them and see whether that resolves the issue. If it doesn't, please let me know. Sorry for the issue!

  2. Zoran Žunko reporter

    Thanks first one worked.

    The weird thing is that i ran it first with success and then suddenly it reported missing module. Anyway thanks Scott this is really great tool.

  3. Log in to comment