Haehnchen / idea-php-symfony2-plugin

IntelliJ IDEA / PhpStorm Symfony Plugin
https://plugins.jetbrains.com/plugin/7219
MIT License
912 stars 137 forks source link

Crash when attempting to Save after importing new use statement #52

Closed johnkary closed 11 years ago

johnkary commented 11 years ago

This is similar to #49 but I have been experiencing this inconsistently since perhaps plugin version 0.6.2 (if that was even a valid version...). But I can now reliably recreate this with a current file I'm working on. Here are my current specs:

Mac OS X 10.8.3 PhpStorm 6.0.1 (129.291) Plugin Version 0.8.0 java version "1.6.0_45" Java(TM) SE Runtime Environment (build 1.6.0_45-b06-451-11M4406) Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01-451, mixed mode)

How to reproduce

  1. Create an existing file that has a large number of existing use statements (I count 13 in my current file that has trouble) and has a couple of long methods (like a Controller).
  2. Go through the process of adding a check for instanceof on one of your local variables, but check for a class that is not yet in your use statements which will require PhpStorm to add the use statement automatically. I use these steps to do this:
    1. Type in the following, after which PhpStorm should try to complete the FQCN of the class you're trying to use. In my case I have several classes like Student and BaseStudent and LegacyStudent that exist in my project: if ($student instanceof Stu
    2. Use the keyboard to select one of the autocomplete classnames and hit [Return]. PhpStorm will complete and enter the class name and will successfully add the appropriate use statement to the list of use statements at the top of the class, leaving you with something like: if ($student instanceof Student)
    3. Now hit the hotkey to save the current document and all open documents: Command + S.
  3. The active editor window will now freeze and you'll be unable to scroll in any of the workspace panes, and the file tab asterisk indicating the file is unsaved will continue to show as dirty (e.g. [ * StudentsController.php ]).
  4. PhpStorm is now frozen and you must force-quit the program.
  5. When re-opening PhpStorm it has lost all changes to my file prior to trying to add the new class instanceof.

    Workaround

If I delete your Symfony2 plugin from ~/Library/Application Support/WebIde60/symfony2-plugin.jar I can successfully make the above edit without the editor freezing.

$ rm ~/Library/Application\ Support/WebIde60/symfony2-plugin.jar

Diagnostic Logs

Here is the IDE log Library/Logs/WebIde60/idea.log from a period when I started PhpStorm, made an editor that caused the crash, and when the crash occurred. Note that the file I'm making changes to that causes the crash is PlacementsController.php:

    2013-05-07 15:55:55,873 [ 201442]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/dataSources.xml file is null 
    2013-05-07 15:55:55,879 [ 201448]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/dataSources.xml file is null 
    2013-05-07 15:55:55,884 [ 201453]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/jsLibraryMappings.xml file is null 
    2013-05-07 15:55:55,886 [ 201455]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/sqlDataSources.xml file is null 
    2013-05-07 15:55:56,326 [ 201895]   INFO -    #org.jetbrains.io.WebServer - web server stopped 
    2013-05-07 15:55:56,349 [ 201918]   INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN 
    2013-05-07 15:55:56,486 [ 202055]   INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN 
    2013-05-07 15:55:56,486 [ 202055]   INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN 
    2013-05-07 15:55:56,486 [ 202055]   INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN 
    2013-05-07 15:55:56,488 [ 202057]   INFO - .history.utils.LocalHistoryLog - Purging local history... 
    2013-05-07 15:55:56,505 [ 202074]   INFO - .history.utils.LocalHistoryLog - Local history storage successfully closed. 
    2013-05-07 15:55:56,510 [ 202079]   WARN - api.vfs.impl.local.FileWatcher - Watcher terminated. 
    2013-05-07 15:55:56,574 [ 202143]   WARN - ution.process.OSProcessHandler - Cannot kill process tree. Trying to destroy process using Java API. Cmdline:
    null 
    2013-05-07 15:55:56,575 [ 202144]   INFO - newvfs.persistent.PersistentFS - VFS dispose started 
    2013-05-07 15:55:56,602 [ 202171]   INFO - newvfs.persistent.PersistentFS - VFS dispose completed 
    2013-05-07 15:55:56,611 [ 202180]   INFO -        #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------ 
    2013-05-07 15:56:00,888 [      0]   INFO -        #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------ 
    2013-05-07 15:56:00,900 [     12]   INFO -        #com.intellij.idea.Main - IDE: JetBrains PhpStorm (build #PS-129.291, 16 Apr 2013 00:00) 
    2013-05-07 15:56:00,900 [     12]   INFO -        #com.intellij.idea.Main - JRE: 1.6.0_45-b06-451-11M4406 (Apple Inc.) 
    2013-05-07 15:56:00,900 [     12]   INFO -        #com.intellij.idea.Main - JVM: 20.45-b01-451 (Apple Inc.) 
    2013-05-07 15:56:00,930 [     42]   INFO -        #com.intellij.idea.Main - JNA library loaded (64-bit) in 30 ms 
    2013-05-07 15:56:00,987 [     99]   INFO -        #com.intellij.idea.Main - Snappy library loaded (1.0.4) in 56 ms 
    2013-05-07 15:56:02,492 [   1604]   INFO - llij.ide.plugins.PluginManager - 43 plugins initialized in 1296 ms 
    2013-05-07 15:56:02,492 [   1604]   INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: ASP (0.1), Apache config (.htaccess) support (129.291), Base Cucumber (1.0), CSS Support, CVS Integration (11), CoffeeScript (2.0), Command Line Tool Support (129.291), Database Support (1.0), File Watchers (999.999), Framework MVC Structure Support (129.291), GNU GetText files support (*.po) (129.SNAPSHOT), Git Integration (8.1), GitHub, HAML, HTML Tools (2.0), IDEA CORE, Inspection-JS (2.0), IntelliLang (8.0), Java Server Pages Integration (1.0), JavaScript Debugger (1.0), JavaScript Intention Power Pack (0.9.4), JavaScript Support (1.0), LESS support, PHP (129.291), Perforce Integration (2.0), Phing Support (129.291), QuirksMode, REST Client, ReStructuredText Support (129.SNAPSHOT), Refactor-X (2.01), Remote Hosts Access (0.1), SASS support, SQL support (1.0), Subversion Integration (1.1), Task Management (1.0), TextMate bundles support (VERSION), UML Support (1.0), W3C Validators (2.0), XPathView + XSLT Support (4), XSLT-Debugger (1.4), YAML, hg4idea (10.0) 
    2013-05-07 15:56:02,492 [   1604]   INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Symfony2 Plugin (0.8.0) 
    2013-05-07 15:56:02,963 [   2075]   INFO - ellij.util.io.PagedFileStorage - lower=100; upper=200; buffer=10; max=678100992 
    2013-05-07 15:56:03,073 [   2185]   INFO - api.vfs.impl.local.FileWatcher - Starting file watcher: /Applications/PhpStorm.app/bin/fsnotifier 
    2013-05-07 15:56:03,105 [   2217]   INFO - api.vfs.impl.local.FileWatcher - Native file watcher is operational. 
    2013-05-07 15:56:04,717 [   3829]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/macros.xml file is null 
    2013-05-07 15:56:04,725 [   3837]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/quicklists.xml file is null 
    2013-05-07 15:56:05,977 [   5089]   INFO - pl.stores.ApplicationStoreImpl - 74 application components initialized in 3306 ms 
    2013-05-07 15:56:05,979 [   5091]   INFO - .intellij.idea.IdeaApplication - App initialization took 6678 ms 
    2013-05-07 15:56:05,992 [   5104]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/customization.xml file is null 
    2013-05-07 15:56:06,028 [   5140]   INFO - om.intellij.util.ProfilingUtil - Profiling agent is not enabled. Add -agentlib:yjpagent to idea.vmoptions if necessary to profile IDEA. 
    2013-05-07 15:56:06,368 [   5480]   WARN - j.ui.mac.MacMainFrameDecorator - no url bundle present 
    2013-05-07 15:56:06,570 [   5682]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/applicationLibraries.xml file is null 
    2013-05-07 15:56:07,628 [   6740]   INFO - ellij.project.impl.ProjectImpl - 119 project components initialized in 1003 ms 
    2013-05-07 15:56:07,689 [   6801]   INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 61 ms 
    2013-05-07 15:56:08,774 [   7886]   INFO - .roots.impl.DirectoryIndexImpl - Directory index initialized in 773 ms, indexed 2868 directories 
    2013-05-07 15:56:08,793 [   7905]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/plainTextFiles.xml file is null 
    2013-05-07 15:56:09,125 [   8237]   INFO - pl.PushedFilePropertiesUpdater - File properties pushed in 341 ms 
    2013-05-07 15:56:09,258 [   8370]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/templateLanguages.xml file is null 
    2013-05-07 15:56:09,260 [   8372]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/templateLanguages.xml file is null 
    2013-05-07 15:56:10,063 [   9175]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/fileColors.xml file is null 
    2013-05-07 15:56:11,073 [  10185]   INFO - jetbrains.ide.WebServerManager - web server started, port 63342 
    2013-05-07 15:56:11,141 [  10253]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/IntelliLang.xml file is null 
    2013-05-07 15:56:11,486 [  10598]   INFO - ction.BrowserConnectionManager - Browser connected: version 0.5.10, CHROME 
    2013-05-07 15:56:12,309 [  11421]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/phing.xml file is null 
    2013-05-07 15:56:15,413 [  14525]   INFO - indexing.UnindexedFilesUpdater - Indexable files iterated in 6248 ms 
    2013-05-07 15:56:15,414 [  14526]   INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 1 files to update 
    2013-05-07 15:56:15,908 [  15020]   INFO - indexing.UnindexedFilesUpdater - Unindexed files update done in 494 ms 
    2013-05-07 15:56:16,550 [  15662]   INFO - tor.impl.FileEditorManagerImpl - Project opening took 9960 ms 
    2013-05-07 15:56:16,562 [  15674]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/webResources.xml file is null 
    2013-05-07 15:56:18,082 [  17194]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/symfony2.xml file is null 
    2013-05-07 15:56:19,972 [  19084]   WARN -    #com.jetbrains.php.PhpIndex - Completing type '#P#C\AEC\StudentBundle\Entity\Student.peopleSoftStudentPhotoRepository' took 550ms, visited:[#P#C\AEC\StudentBundle\Entity\Student.peopleSoftStudentPhotoRepository] 
    2013-05-07 15:56:21,993 [  21105]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/intentionSettings.xml file is null 
    2013-05-07 15:56:22,119 [  21231]   INFO - tellij.xml.Html5SchemaProvider - HTML5_SCHEMA_LOCATION = /Applications/PhpStorm.app/lib/phpstorm.jar!/resources/html5-schema/html5.rnc 
    2013-05-07 15:56:22,119 [  21231]   INFO - tellij.xml.Html5SchemaProvider - XHTML5_SCHEMA_LOCATION = /Applications/PhpStorm.app/lib/phpstorm.jar!/resources/html5-schema/xhtml5.rnc 
    2013-05-07 15:56:22,771 [  21883]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/dataSources.xml file is null 
    2013-05-07 15:56:22,788 [  21900]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/dataSources.xml file is null 
    2013-05-07 15:56:22,792 [  21904]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/sqlDataSources.xml file is null 
    2013-05-07 15:56:33,036 [  32148]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/watcherTasks.xml file is null 
    2013-05-07 15:56:33,173 [  32285]   WARN -    #com.jetbrains.php.PhpIndex - Wrong element Symfony\Component\HttpKernel\Exception\HttpException from file:///Users/johnkary/Sites/aec/src/AEC/StudentBundle/Controller/PlacementsController.php in index: php.class.shortName 
adrienbrault commented 11 years ago

54 patch is available since 0.8.1 (update!). Does it resolve your issue ?

srosato commented 11 years ago

Deleting a use statement that has a wrong namespace seems to still crash for me with 0.8.1. I have not fully tested the behaviour yet but that still seems to be an issue. The file I tried to change was located within the vendor/ directory

<?php

namespace Majisti\UtilsBundle\Test;

use Behat\MinkBundle\Test\MinkTestCase as BaseMinkTestCase; <----- This one is invalid and highlighted in red by the IDE
use Doctrine\Common\DataFixtures\Executor\ORMExecutor;
use Doctrine\Common\DataFixtures\Loader;

/**
 * Abstract test case for functional testing.
 * 
 * @author Steven Rosato
 */
class MinkTestCase extends BaseMinkTestCase implements PersistentTest
{
    /*
     * (non-phpDoc) 
     * @see Inherited documentation.
     */
    public function loadFixtures(array $classnames)
    {
        $fp = new FixturesProxy($this->createKernel());
        $fp->load($classnames);
    }

    /*
     * (non-phpDoc) 
     * @see Inherited documentation.
     */
    public function getEntityManager()
    {
        return $this->getContainer()->get('doctrine.orm.entity_manager');
    }
}
2013-05-09 17:25:02,640 [      0]   INFO -        #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------ 
    2013-05-09 17:25:02,641 [      1]   INFO -        #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IU-129.400, 01 May 2013 00:00) 
    2013-05-09 17:25:02,642 [      2]   INFO -        #com.intellij.idea.Main - OS: Linux (3.2.0-23-generic) 
    2013-05-09 17:25:02,642 [      2]   INFO -        #com.intellij.idea.Main - JRE: 1.7.0_10-b18 (Oracle Corporation) 
    2013-05-09 17:25:02,642 [      2]   INFO -        #com.intellij.idea.Main - JVM: 23.6-b04 (Oracle Corporation) 
    2013-05-09 17:25:02,642 [      2]   INFO -        #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx750m -XX:MaxPermSize=350m -XX:ReservedCodeCacheSize=96m -XX:+UseCodeCacheFlushing -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+HeapDumpOnOutOfMemoryError -Djb.vmOptionsFile=/usr/local/lib/idea-IU-129.400/bin/idea64.vmoptions -Xbootclasspath/a:/usr/local/lib/idea-IU-129.400/bin/../lib/boot.jar -Didea.paths.selector=IntelliJIdea12 -agentlib:yjpagent-linux64=disablej2ee,disablealloc,sessionname=IntelliJIdea12 -Djb.restart.code=88 
    2013-05-09 17:25:02,673 [     33]   INFO -        #com.intellij.idea.Main - JNA library loaded (64-bit) in 31 ms 
    2013-05-09 17:25:02,836 [    196]   INFO -        #com.intellij.idea.Main - Snappy library loaded (1.0.4) in 163 ms 
    2013-05-09 17:25:02,961 [    321]   INFO - .intellij.idea.IdeaApplication - WM detected: Marco 
    2013-05-09 17:25:04,729 [   2089]   INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor flex-ide-specific.xml 
    2013-05-09 17:25:04,787 [   2147]   INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor intellilang-tapestry-support.xml 
    2013-05-09 17:25:05,709 [   3069]   INFO - llij.ide.plugins.PluginManager - 133 plugins initialized in 2210 ms 
    2013-05-09 17:25:05,710 [   3070]   INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: ASP (0.1), Android Designer, Android Support (10.0), Ant Support (1.0), Application Servers View (0.2.0), AspectJ Support (1.1), Base Cucumber (1.0), Bean Validation Support (1.0), Byte Code Viewer (0.1), CDI Support (1.0), CFML Support (3.53), CSS Support, CVS Integration (11), ClearCase Integration (2.0), Cloud Foundry integration (1.0), CloudBees integration (1.0), CoffeeScript (2.0), Commander (1.0.0), Copyright (8.1), Coverage, Cucumber for Groovy (1.0), Cucumber for Java (1.0), DSM Analysis (1.0.0), Database Support (1.0), Drools Support (1.0), Eclipse Integration (3.0), Emma, Flash/Flex Support (1.0), FreeMarker support (1.0), GWT Support (1.0), GenerateToString (5.0), Geronimo Integration (1.0), Git Integration (8.1), GitHub, Glassfish Integration (1.0), Google App Engine Integration (1.1.4), Gradle, Grails (9.0), Groovy (9.0), GuiceyIDEA (8.0), HAML, HTML Tools (2.0), Hibernate Support (1.0), I18n for Java, IDEA CORE, IDEtalk (1.0), Inspection Gadgets (1.0), Inspection-JS (2.0), IntelliLang (8.0), Intention Power Pack (1.0), J2ME (1.0), JBoss Integration (1.0), JBoss jBPM (2.0.0), JSF Support (1.1.1.), JSR45 Integration (1.0), JUnit (1.0), JarFinder (2), Java EE Integration (1.0), Java Server Pages Integration (1.0), JavaFX (1.0), JavaScript Debugger (1.0), JavaScript Intention Power Pack (0.9.4), JavaScript Support (1.0), Jetty Integration (1.0), LESS support, Maven Integration, Maven Integration Extension, Osmorc (1.4.3), Perforce Integration (2.0), Persistence Frameworks Support (1.0), Playframework Support (1.0), Plugin DevKit (1.0), Properties Support, QuirksMode, REST Client, Refactor-X (2.01), Remote Hosts Access (0.1), Resin Integration (8.1), SASS support, SQL support (1.0), SSH Remote Run (0.1), Seam Pageflow Support (1.0), Seam Pages Support (1.0), Seam Support (1.0), Spring Batch (1.0), Spring Data (1.0), Spring Integration Patterns (1.0), Spring OSGi (1.0), Spring Roo Console (1.0), Spring Security (1.0), Spring Support (1.0), Spring Web Flow (1.0), Spring Web Services (1.0), Spring-AOP and @AspectJ support (1.0), Structural Search (9.0), Struts 1.x (2.0), Struts 2 (1.0), Subversion Integration (1.1), TFS Integration (999.999), Tapestry support (1.0), Task Management (1.0), TestNG-J (8.0), Tomcat and TomEE Integration (1.0), Type Migration, UI Designer, UI Designer (Core), UML Support (1.0), Vaadin Support (1.0), Velocity support (1.0), Visual SourceSafe Integration (2.0), W3C Validators (2.0), WebLogic Integration (1.0), WebServicesPlugin (0.9 build 5), WebSphere Integration (1.0), XPathView + XSLT Support (4), XSLT-Debugger (1.4), YAML, ZKM-Unscramble (1.0), dmServer Support (0.9.5), hg4idea (10.0) 
    2013-05-09 17:25:05,710 [   3070]   INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Apache config (.htaccess) support (121.390), BashSupport (1.1beta15), IdeaVim (0.28), JSTestDriver Plugin (129.393), LiveEdit (0.4.129.2), Markdown (0.8.3), PHP (129.362), Phing Support (127.67), RegexpTester (1.0.4), Ruby (5.4.0.20130410), Symfony2 - Clickable Views (0.1.4), Symfony2 Plugin (0.8.1), coffeescript-idea (0.1-1-gae5a) 
    2013-05-09 17:25:06,863 [   4223]   INFO - ij.components.ComponentManager - com.intellij.openapi.components.impl.ServiceManagerImpl initialized in 183 ms 
    2013-05-09 17:25:06,930 [   4290]   INFO - ellij.util.io.PagedFileStorage - lower=100; upper=200; buffer=10; max=678100992 
    2013-05-09 17:25:07,090 [   4450]   INFO - ij.components.ComponentManager - com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl initialized in 181 ms 
    2013-05-09 17:25:07,094 [   4454]   INFO - api.vfs.impl.local.FileWatcher - Starting file watcher: /usr/local/lib/idea-IU-129.400/bin/fsnotifier64 
    2013-05-09 17:25:07,118 [   4478]   INFO - api.vfs.impl.local.FileWatcher - Native file watcher is operational. 
    2013-05-09 17:25:07,118 [   4478]   INFO - ij.components.ComponentManager - com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl initialized in 209 ms 
    2013-05-09 17:25:07,128 [   4488]   INFO - ij.components.ComponentManager - com.intellij.openapi.vfs.PlatformVirtualFileManager initialized in 241 ms 
    2013-05-09 17:25:07,424 [   4784]   INFO - ij.components.ComponentManager - com.intellij.openapi.util.registry.RegistryState initialized in 559 ms 
    2013-05-09 17:25:07,584 [   4944]   INFO - ij.components.ComponentManager - com.intellij.openapi.project.impl.ProjectManagerImpl initialized in 13 ms 
    2013-05-09 17:25:09,044 [   6404]   INFO - ij.components.ComponentManager - com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl initialized in 1429 ms 
    2013-05-09 17:25:09,094 [   6454]   INFO - ij.components.ComponentManager - com.intellij.openapi.editor.impl.EditorFactoryImpl initialized in 26 ms 
    2013-05-09 17:25:09,134 [   6494]   INFO - ij.components.ComponentManager - com.intellij.history.integration.LocalHistoryImpl initialized in 19 ms 
    2013-05-09 17:25:09,155 [   6515]   INFO - ij.components.ComponentManager - com.intellij.openapi.command.impl.UndoManagerImpl initialized in 13 ms 
    2013-05-09 17:25:09,283 [   6643]   INFO - ij.components.ComponentManager - com.intellij.ide.ui.laf.LafManagerImpl initialized in 90 ms 
    2013-05-09 17:25:09,565 [   6925]   INFO - ij.components.ComponentManager - com.intellij.internal.statistic.persistence.ApplicationStatisticsPersistenceComponent initialized in 11 ms 
    2013-05-09 17:25:09,868 [   7228]   INFO - ij.components.ComponentManager - com.intellij.openapi.keymap.impl.KeymapManagerImpl initialized in 70 ms 
    2013-05-09 17:25:11,357 [   8717]   INFO - ij.components.ComponentManager - com.intellij.openapi.actionSystem.impl.ActionManagerImpl initialized in 1559 ms 
    2013-05-09 17:25:11,370 [   8730]   INFO - ij.components.ComponentManager - com.intellij.openapi.wm.impl.WindowManagerImpl initialized in 1578 ms 
    2013-05-09 17:25:11,376 [   8736]   INFO - ij.components.ComponentManager - com.intellij.openapi.wm.impl.FocusManagerImpl initialized in 1584 ms 
    2013-05-09 17:25:11,468 [   8828]   INFO - ij.components.ComponentManager - com.intellij.ide.IdeTooltipManager initialized in 18 ms 
    2013-05-09 17:25:12,345 [   9705]  ERROR -    #com.intellij.lang.Language - Language with ID 'CoffeeScript' is already registered: class org.coffeescript.CoffeeScriptLanguage 
    java.lang.Throwable
        at com.intellij.openapi.diagnostic.Logger.error(Logger.java:54)
        at com.intellij.lang.Language.<init>(Language.java:82)
        at com.intellij.lang.Language.<init>(Language.java:67)
        at com.intellij.lang.Language.<init>(Language.java:63)
        at coffeescript.lang.Language.<init>(Unknown Source)
        at coffeescript.lang.FileType.<init>(Unknown Source)
        at coffeescript.lang.FileType.<clinit>(Unknown Source)
        at coffeescript.lang.ParserDefinition.<clinit>(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:264)
        at com.intellij.openapi.extensions.AbstractExtensionPointBean.findClass(AbstractExtensionPointBean.java:42)
        at com.intellij.openapi.extensions.AbstractExtensionPointBean.instantiate(AbstractExtensionPointBean.java:62)
        at com.intellij.openapi.extensions.CustomLoadingExtensionPointBean.instantiateExtension(CustomLoadingExtensionPointBean.java:45)
        at com.intellij.lang.LanguageExtensionPoint.access$000(LanguageExtensionPoint.java:28)
        at com.intellij.lang.LanguageExtensionPoint$1.compute(LanguageExtensionPoint.java:41)
        at com.intellij.openapi.util.NotNullLazyValue.getValue(NotNullLazyValue.java:36)
        at com.intellij.lang.LanguageExtensionPoint.getInstance(LanguageExtensionPoint.java:50)
        at com.intellij.openapi.util.KeyedExtensionCollector.buildExtensions(KeyedExtensionCollector.java:144)
        at com.intellij.openapi.util.KeyedExtensionCollector.buildExtensions(KeyedExtensionCollector.java:122)
        at com.intellij.openapi.util.KeyedExtensionCollector.forKey(KeyedExtensionCollector.java:111)
        at com.intellij.lang.LanguageExtension.forLanguage(LanguageExtension.java:54)
        at com.intellij.psi.stubs.StubUpdatingIndex.a(StubUpdatingIndex.java:169)
        at com.intellij.psi.stubs.StubUpdatingIndex.getVersion(StubUpdatingIndex.java:161)
        at com.intellij.util.indexing.FileBasedIndexImpl.a(FileBasedIndexImpl.java:374)
        at com.intellij.util.indexing.FileBasedIndexImpl.a(FileBasedIndexImpl.java:286)
        at com.intellij.util.indexing.FileBasedIndexImpl.initComponent(FileBasedIndexImpl.java:351)
        at com.intellij.openapi.components.impl.ComponentManagerImpl.b(ComponentManagerImpl.java:217)
        at com.intellij.openapi.components.impl.ComponentManagerImpl.access$1300(ComponentManagerImpl.java:55)
        at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter$1.getComponentInstance(ComponentManagerImpl.java:587)
        at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter.getComponentInstance(ComponentManagerImpl.java:630)
        at com.intellij.util.pico.DefaultPicoContainer.getLocalInstance(DefaultPicoContainer.java:242)
        at com.intellij.util.pico.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:229)
        at com.intellij.util.pico.DefaultPicoContainer.getComponentInstance(DefaultPicoContainer.java:211)
        at org.picocontainer.alternatives.AbstractDelegatingMutablePicoContainer.getComponentInstance(AbstractDelegatingMutablePicoContainer.java:75)
        at com.intellij.openapi.components.impl.ComponentManagerImpl.createComponent(ComponentManagerImpl.java:127)
        at com.intellij.openapi.application.impl.ApplicationImpl.createComponent(ApplicationImpl.java:412)
        at com.intellij.openapi.components.impl.ComponentManagerImpl.a(ComponentManagerImpl.java:108)
        at com.intellij.openapi.components.impl.ComponentManagerImpl.initComponents(ComponentManagerImpl.java:346)
        at com.intellij.openapi.components.impl.stores.ApplicationStoreImpl.load(ApplicationStoreImpl.java:82)
        at com.intellij.openapi.application.impl.ApplicationImpl.load(ApplicationImpl.java:543)
        at com.intellij.idea.IdeaApplication.run(IdeaApplication.java:197)
        at com.intellij.idea.MainImpl$2.run(MainImpl.java:141)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721)
        at java.awt.EventQueue.access$200(EventQueue.java:103)
        at java.awt.EventQueue$3.run(EventQueue.java:682)
        at java.awt.EventQueue$3.run(EventQueue.java:680)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:691)
        at com.intellij.ide.IdeEventQueue.d(IdeEventQueue.java:700)
        at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:525)
        at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:348)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
    2013-05-09 17:25:12,348 [   9708]  ERROR -    #com.intellij.lang.Language - IntelliJ IDEA (Leda) IU-129.400  Build #IU-129.400 
    2013-05-09 17:25:12,349 [   9709]  ERROR -    #com.intellij.lang.Language - JDK: 1.7.0_10 
    2013-05-09 17:25:12,349 [   9709]  ERROR -    #com.intellij.lang.Language - VM: Java HotSpot(TM) 64-Bit Server VM 
    2013-05-09 17:25:12,349 [   9709]  ERROR -    #com.intellij.lang.Language - Vendor: Oracle Corporation 
    2013-05-09 17:25:12,349 [   9709]  ERROR -    #com.intellij.lang.Language - OS: Linux 
    2013-05-09 17:25:13,232 [  10592]   INFO - ij.components.ComponentManager - com.intellij.util.indexing.FileBasedIndexImpl initialized in 1564 ms 
    2013-05-09 17:25:13,495 [  10855]   INFO - ij.components.ComponentManager - com.intellij.psi.stubs.StubIndexImpl initialized in 261 ms 
    2013-05-09 17:25:13,557 [  10917]   INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.libraries.LibraryKindLoader initialized in 54 ms 
    2013-05-09 17:25:13,624 [  10984]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/macros.xml file is null 
    2013-05-09 17:25:13,655 [  11015]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/quicklists.xml file is null 
    2013-05-09 17:25:13,658 [  11018]   INFO - ij.components.ComponentManager - com.intellij.openapi.actionSystem.ex.QuickListsManager initialized in 12 ms 
    2013-05-09 17:25:13,800 [  11160]   INFO - ij.components.ComponentManager - com.intellij.compiler.server.BuildManager initialized in 19 ms 
    2013-05-09 17:25:13,942 [  11302]   INFO - ij.components.ComponentManager - com.intellij.execution.impl.RunnerRegistryImpl initialized in 93 ms 
    2013-05-09 17:25:13,978 [  11338]   INFO - ij.components.ComponentManager - org.intellij.plugins.relaxNG.ApplicationLoader initialized in 12 ms 
    2013-05-09 17:25:14,093 [  11453]   INFO - ij.components.ComponentManager - com.intellij.util.xml.impl.JavaDomApplicationComponent initialized in 16 ms 
    2013-05-09 17:25:14,248 [  11608]   INFO - ij.components.ComponentManager - com.ansorgit.plugins.bash.editor.codecompletion.BashPathCommandCompletion initialized in 41 ms 
    2013-05-09 17:25:14,386 [  11746]   INFO - ij.components.ComponentManager - org.intellij.plugins.xpathView.XPathAppComponent initialized in 11 ms 
    2013-05-09 17:25:14,415 [  11775]   INFO - ij.components.ComponentManager - org.intellij.lang.xpath.xslt.impl.XsltConfigImpl initialized in 12 ms 
    2013-05-09 17:25:15,132 [  12492]   INFO - ij.components.ComponentManager - coffeescript.Launcher initialized in 634 ms 
    2013-05-09 17:25:15,519 [  12879]   INFO - ij.components.ComponentManager - com.maddyhome.idea.vim.VimPlugin initialized in 385 ms 
    2013-05-09 17:25:15,668 [  13028]   INFO - ij.components.ComponentManager - org.jetbrains.plugins.ruby.gem.GemManager initialized in 147 ms 
    2013-05-09 17:25:15,717 [  13077]   INFO - ij.components.ComponentManager - org.jetbrains.plugins.ruby.jruby.JRubySupportLoader initialized in 39 ms 
    2013-05-09 17:25:15,815 [  13175]   INFO - ij.components.ComponentManager - com.intellij.lang.ant.config.impl.GlobalAntConfiguration initialized in 11 ms 
    2013-05-09 17:25:15,948 [  13308]   INFO - ij.components.ComponentManager - org.jetbrains.idea.maven.utils.MavenEnvironmentRegistrar initialized in 74 ms 
    2013-05-09 17:25:16,173 [  13533]   INFO - ij.components.ComponentManager - com.intellij.spring.webflow.el.inject.ExpressionLanguageOgnlSupport initialized in 15 ms 
    2013-05-09 17:25:16,185 [  13545]   INFO - pl.stores.ApplicationStoreImpl - 105 application components initialized in 10246 ms 
    2013-05-09 17:25:16,190 [  13550]   INFO - .intellij.idea.IdeaApplication - App initialization took 14594 ms 
    2013-05-09 17:25:16,351 [  13711]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/customization.xml file is null 
    2013-05-09 17:25:17,797 [  15157]   INFO - ij.components.ComponentManager - com.intellij.openapi.components.impl.ServiceManagerImpl initialized in 39 ms 
    2013-05-09 17:25:17,873 [  15233]   INFO - ij.components.ComponentManager - com.intellij.openapi.project.impl.ProjectReloadStateImpl initialized in 73 ms 
    2013-05-09 17:25:17,890 [  15250]   INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.DirectoryIndexImpl initialized in 12 ms 
    2013-05-09 17:25:17,904 [  15264]   INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ProjectRootManagerComponent initialized in 25 ms 
    2013-05-09 17:25:17,924 [  15284]   INFO - ij.components.ComponentManager - com.intellij.psi.impl.PsiManagerImpl initialized in 48 ms 
    2013-05-09 17:25:17,948 [  15308]   INFO - ij.components.ComponentManager - com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl initialized in 72 ms 
    2013-05-09 17:25:17,949 [  15309]   INFO - ij.components.ComponentManager - com.intellij.ui.EditorNotifications initialized in 73 ms 
    2013-05-09 17:25:17,966 [  15326]   INFO - ij.components.ComponentManager - com.intellij.openapi.vfs.encoding.EncodingProjectManagerImpl initialized in 16 ms 
    2013-05-09 17:25:18,201 [  15561]   INFO - ij.components.ComponentManager - com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerImpl initialized in 212 ms 
    2013-05-09 17:25:18,240 [  15600]   INFO - ij.components.ComponentManager - com.intellij.openapi.vcs.impl.ProjectLevelVcsManagerImpl initialized in 29 ms 
    2013-05-09 17:25:18,339 [  15699]   INFO - ij.components.ComponentManager - com.intellij.openapi.vcs.changes.ChangesViewManager initialized in 89 ms 
    2013-05-09 17:25:18,465 [  15825]   INFO - ij.components.ComponentManager - com.intellij.openapi.vcs.changes.ChangeListManagerImpl initialized in 225 ms 
    2013-05-09 17:25:18,468 [  15828]   INFO - ij.components.ComponentManager - com.intellij.openapi.vcs.changes.VcsDirtyScopeManagerImpl initialized in 228 ms 
    2013-05-09 17:25:18,483 [  15843]   INFO - ij.components.ComponentManager - com.intellij.codeInsight.daemon.impl.DaemonListeners initialized in 282 ms 
    2013-05-09 17:25:18,505 [  15865]   INFO - ij.components.ComponentManager - com.intellij.codeInsight.navigation.CtrlMouseHandler initialized in 14 ms 
    2013-05-09 17:25:18,543 [  15903]   INFO - ij.components.ComponentManager - com.intellij.packaging.impl.artifacts.ArtifactManagerImpl initialized in 14 ms 
    2013-05-09 17:25:18,560 [  15920]   INFO - ij.components.ComponentManager - com.intellij.compiler.CompilerConfigurationImpl initialized in 17 ms 
    2013-05-09 17:25:19,145 [  16505]   INFO -                  TestNG Runner - Create TestNG Template Configuration 
    2013-05-09 17:25:19,182 [  16542]   INFO - ij.components.ComponentManager - com.intellij.execution.impl.RunManagerImpl initialized in 621 ms 
    2013-05-09 17:25:19,280 [  16640]   INFO - ij.components.ComponentManager - com.intellij.xdebugger.impl.XDebuggerManagerImpl initialized in 59 ms 
    2013-05-09 17:25:19,314 [  16674]   INFO - ij.components.ComponentManager - com.intellij.debugger.impl.DebuggerManagerImpl initialized in 23 ms 
    2013-05-09 17:25:19,315 [  16675]   INFO - ij.components.ComponentManager - com.intellij.debugger.ui.DebuggerPanelsManager initialized in 27 ms 
    2013-05-09 17:25:19,480 [  16840]   INFO - ij.components.ComponentManager - com.intellij.psi.impl.JavaPsiFacadeImpl initialized in 162 ms 
    2013-05-09 17:25:19,630 [  16990]   INFO - ij.components.ComponentManager - com.ess.regexutil.ideaplugin.RegexUtilComponent initialized in 150 ms 
    2013-05-09 17:25:19,632 [  16992]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/bashsupport_project.xml file is null 
    2013-05-09 17:25:19,656 [  17016]   INFO - ij.components.ComponentManager - com.intellij.psi.impl.source.jsp.JspContextManagerImpl initialized in 14 ms 
    2013-05-09 17:25:19,674 [  17034]   INFO - ij.components.ComponentManager - com.intellij.jpa.JpaProjectComponent initialized in 17 ms 
    2013-05-09 17:25:21,047 [  18407]   INFO - ij.components.ComponentManager - com.intellij.javaee.make.J2EECompilerManager initialized in 1372 ms 
    2013-05-09 17:25:21,116 [  18476]   INFO - ij.components.ComponentManager - com.intellij.coverage.CoveragePluginDataManagerImpl initialized in 63 ms 
    2013-05-09 17:25:21,158 [  18518]   INFO - ij.components.ComponentManager - com.intellij.javascript.JSSupportLoader initialized in 32 ms 
    2013-05-09 17:25:21,178 [  18538]   INFO - ij.components.ComponentManager - com.jetbrains.plugins.webDeployment.conflicts.RemoteChangeNotifier initialized in 15 ms 
    2013-05-09 17:25:21,197 [  18557]   INFO - ij.components.ComponentManager - com.jetbrains.php.composer.lib.ComposerLibraryManager initialized in 11 ms 
    2013-05-09 17:25:26,887 [  24247]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/extensions_settings.xml file is null 
    2013-05-09 17:25:31,615 [  28975]   INFO - ij.components.ComponentManager - org.jetbrains.plugins.ruby.ruby.lang.JRubyInitializer initialized in 10410 ms 
    2013-05-09 17:25:31,619 [  28979]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/dynamic.xml file is null 
    2013-05-09 17:25:31,635 [  28995]   INFO - ij.components.ComponentManager - org.jetbrains.idea.maven.project.MavenProjectsManager initialized in 14 ms 
    2013-05-09 17:25:31,653 [  29013]   INFO - ij.components.ComponentManager - org.jetbrains.idea.maven.navigator.MavenProjectsNavigator initialized in 15 ms 
    2013-05-09 17:25:31,674 [  29034]   INFO - ij.components.ComponentManager - com.intellij.struts.StrutsProjectComponent initialized in 18 ms 
    2013-05-09 17:25:31,716 [  29076]   INFO - ij.components.ComponentManager - jetbrains.communicator.idea.IDEtalkContainerRegistry initialized in 41 ms 
    2013-05-09 17:25:31,951 [  29311]   INFO - ij.components.ComponentManager - jetbrains.communicator.idea.toolWindow.IDEtalkToolWindow initialized in 234 ms 
    2013-05-09 17:25:32,123 [  29483]   INFO - ij.components.ComponentManager - com.intellij.designer.palette.PaletteToolWindowManager initialized in 169 ms 
    2013-05-09 17:25:32,152 [  29512]   INFO - ij.components.ComponentManager - com.intellij.tasks.impl.TaskManagerImpl initialized in 28 ms 
    2013-05-09 17:25:32,225 [  29585]   INFO - ij.components.ComponentManager - git4idea.repo.GitRepositoryManagerImpl initialized in 73 ms 
    2013-05-09 17:25:32,250 [  29610]   INFO - ij.components.ComponentManager - org.zmlx.hg4idea.HgRepositoryWatcher initialized in 24 ms 
    2013-05-09 17:25:32,271 [  29631]   INFO - ij.components.ComponentManager - org.osmorc.OsmorcProjectComponent initialized in 20 ms 
    2013-05-09 17:25:32,898 [  30258]   INFO - ij.components.ComponentManager - com.intellij.dmserver.editor.AvailableBundlesProvider initialized in 614 ms 
    2013-05-09 17:25:32,930 [  30290]   INFO - ij.components.ComponentManager - com.intellij.uiDesigner.palette.Palette initialized in 13 ms 
    2013-05-09 17:25:32,960 [  30320]   INFO - ij.components.ComponentManager - com.intellij.vssSupport.VssVcs initialized in 15 ms 
    2013-05-09 17:25:32,973 [  30333]   INFO - ellij.project.impl.ProjectImpl - 195 project components initialized in 15750 ms 
    2013-05-09 17:25:33,242 [  30602]   INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 195 ms 
    2013-05-09 17:25:33,262 [  30622]   INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 289 ms 
    2013-05-09 17:25:34,064 [  31424]   INFO - .communicator.p2p.P2PTransport - Internal Web server is bound to port 2864 
    2013-05-09 17:25:34,064 [  31424]   INFO - unicator.p2p.UserMonitorThread - Force finding users 
    2013-05-09 17:25:34,064 [  31424]   INFO - unicator.p2p.UserMonitorThread - Start User Monitor Thread 
    2013-05-09 17:25:34,065 [  31425]   INFO - icator.p2p.MulticastPingThread - /192.168.1.64 IDEtalk Multicast Thread: Start thread. 
    2013-05-09 17:25:34,193 [  31553]   INFO - CompilerWorkspaceConfiguration - Available processors: 8 
    2013-05-09 17:25:34,780 [  32140]   INFO - .roots.impl.DirectoryIndexImpl - Directory index initialized in 406 ms, indexed 3371 directories 
    2013-05-09 17:25:34,794 [  32154]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/sqldialects.xml file is null 
    2013-05-09 17:25:34,799 [  32159]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/plainTextFiles.xml file is null 
    2013-05-09 17:25:35,201 [  32561]   INFO - pl.PushedFilePropertiesUpdater - File properties pushed in 411 ms 
    2013-05-09 17:25:35,733 [  33093]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/codeStyleSettings.xml file is null 
    2013-05-09 17:25:35,735 [  33095]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/projectCodeStyle.xml file is null 
    2013-05-09 17:25:35,948 [  33308]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/fileColors.xml file is null 
    2013-05-09 17:25:36,047 [  33407]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/templateLanguages.xml file is null 
    2013-05-09 17:25:36,050 [  33410]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/templateLanguages.xml file is null 
    2013-05-09 17:25:36,335 [  33695]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/gant_config.xml file is null 
    2013-05-09 17:25:36,374 [  33734]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/gradle.xml file is null 
    2013-05-09 17:25:36,461 [  33821]   INFO - jetbrains.ide.WebServerManager - web server started, port 63342 
    2013-05-09 17:25:37,783 [  35143]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/IntelliLang.xml file is null 
    2013-05-09 17:25:38,202 [  35562]   WARN - pl.ExternalResourceManagerImpl - Cannot find standard resource. filename:/META-INF/tapestry_5_0_0.xsd class=null 
    2013-05-09 17:25:38,421 [  35781]   INFO - indexing.UnindexedFilesUpdater - Indexable files iterated in 3166 ms 
    2013-05-09 17:25:38,421 [  35781]   INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 14707 files to update 
    2013-05-09 17:25:41,578 [  38938]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/phing.xml file is null 
    2013-05-09 17:25:55,603 [  52963]   INFO - tor.impl.FileEditorManagerImpl - Project opening took 38408 ms 
    2013-05-09 17:26:29,756 [  87116]   INFO - indexing.UnindexedFilesUpdater - Unindexed files update done in 51335 ms 
    2013-05-09 17:26:30,471 [  87831]   INFO -                  TestNG Runner - Create TestNG Template Configuration 
    2013-05-09 17:26:30,477 [  87837]   INFO - ellij.project.impl.ProjectImpl - 29 project components initialized in 19 ms 
    2013-05-09 17:26:30,477 [  87837]   INFO - le.impl.ModuleManagerComponent - 0 module(s) loaded in 0 ms 
    2013-05-09 17:26:30,584 [  87944]   INFO - unicator.p2p.UserMonitorThread - Force finding users 
    2013-05-09 17:26:31,546 [  88906]   INFO - or.jabber.impl.JabberTransport - Jabber connected 
    2013-05-09 17:26:33,175 [  90535]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/intentionSettings.xml file is null 
    2013-05-09 17:26:33,227 [  90587]   INFO - tellij.xml.Html5SchemaProvider - HTML5_SCHEMA_LOCATION = /usr/local/lib/idea-IU-129.400/lib/idea.jar!/resources/html5-schema/html5.rnc 
    2013-05-09 17:26:33,227 [  90587]   INFO - tellij.xml.Html5SchemaProvider - XHTML5_SCHEMA_LOCATION = /usr/local/lib/idea-IU-129.400/lib/idea.jar!/resources/html5-schema/xhtml5.rnc 
    2013-05-09 17:26:33,268 [  90628]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'actionpack.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,268 [  90628]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'activemodel.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,268 [  90628]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'activerecord.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,269 [  90629]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'activesupport.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,269 [  90629]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'arel.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,269 [  90629]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'authlogic.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,269 [  90629]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'builder.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,269 [  90629]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'bundler.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,269 [  90629]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'capistrano.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,270 [  90630]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'capybara.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,270 [  90630]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'carrierwave.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,270 [  90630]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'chef.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,270 [  90630]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'childprocess.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,270 [  90630]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'cucumber-rails.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,270 [  90630]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'cucumber.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,271 [  90631]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'diff-lcs.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,271 [  90631]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'erubis.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,271 [  90631]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'eventmachine.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,271 [  90631]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'factory_girl.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,271 [  90631]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'ffi.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,271 [  90631]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'gherkin.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,272 [  90632]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'haml.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,272 [  90632]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'hashie.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,272 [  90632]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'highline.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,272 [  90632]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'hike.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,272 [  90632]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'hpricot.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,272 [  90632]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'i18n.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,272 [  90632]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'ipaddress.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,273 [  90633]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'journey.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,273 [  90633]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'json.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,273 [  90633]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'mail.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,273 [  90633]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'metaclass.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,273 [  90633]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'mime-types.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,273 [  90633]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'mixlib-authentication.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,274 [  90634]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'mixlib-shellout.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,274 [  90634]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'mocha.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,274 [  90634]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'multi_json.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,274 [  90634]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'mustache.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,274 [  90634]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'net-sftp.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,274 [  90634]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'net-ssh.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,275 [  90635]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'nokogiri.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,275 [  90635]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'ohai.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,275 [  90635]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'omniauth.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,275 [  90635]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'polyglot.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,275 [  90635]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'rack-cache.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,275 [  90635]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'rack-ssl.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,276 [  90636]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'rack.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,276 [  90636]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'railties.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,276 [  90636]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'rake.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,276 [  90636]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'rdoc.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,276 [  90636]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'RedCloth.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,276 [  90636]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'redis.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,277 [  90637]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'resque.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,277 [  90637]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'rspec-core.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,277 [  90637]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'rspec-expectations.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,277 [  90637]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'rspec-mocks.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,277 [  90637]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'rspec-rails.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,277 [  90637]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'ruby.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,277 [  90637]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'rubyzip.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,278 [  90638]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'selenium-webdriver.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,278 [  90638]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'shoulda-context.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,278 [  90638]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'shoulda-matchers.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,278 [  90638]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'sinatra.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,278 [  90638]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'spork.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,278 [  90638]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'sprockets.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,279 [  90639]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'systemu.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,279 [  90639]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'tilt.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,279 [  90639]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'treetop.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,279 [  90639]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'webrat.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,279 [  90639]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'websocket.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:33,279 [  90639]   WARN - ellchecker.SpellCheckerManager - Couldn't load dictionary 'xpath.dic' with loader 'class org.jetbrains.plugins.ruby.spellchecker.dictionary.RubyBundledDictionaryProvider' 
    2013-05-09 17:26:35,580 [  92940]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/dataSources.xml file is null 
    2013-05-09 17:26:35,584 [  92944]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/dataSources.xml file is null 
    2013-05-09 17:26:35,589 [  92949]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/sqlDataSources.xml file is null 
    2013-05-09 17:26:45,556 [ 102916]   WARN -    #com.jetbrains.php.PhpIndex - Wrong element Behat\MinkBundle\Test\MinkTestCase as BaseMinkTestCase from file:///home/srosato/www/dtd/vendor/majisti/utils-bundle/Majisti/UtilsBundle/Test/MinkTestCase.php in index: php.class.shortName 
    2013-05-09 17:26:45,556 [ 102916]   WARN -    #com.jetbrains.php.PhpIndex - Wrong element Behat\MinkBundle\Test\MinkTestCase as BaseMinkTestCase from file:///home/srosato/www/dtd/vendor/majisti/utils-bundle/Majisti/UtilsBundle/Test/MinkTestCase.php in index: php.class.shortName 
    2013-05-09 17:26:45,557 [ 102917]   WARN -    #com.jetbrains.php.PhpIndex - Wrong element Behat\MinkBundle\Test\MinkTestCase as BaseMinkTestCase from file:///home/srosato/www/dtd/vendor/majisti/utils-bundle/Majisti/UtilsBundle/Test/MinkTestCase.php in index: php.class.shortName 
    2013-05-09 17:26:45,558 [ 102918]   WARN -    #com.jetbrains.php.PhpIndex - Wrong element Behat\MinkBundle\Test\MinkTestCase as BaseMinkTestCase from file:///home/srosato/www/dtd/vendor/majisti/utils-bundle/Majisti/UtilsBundle/Test/MinkTestCase.php in index: php.class.shortName 
    2013-05-09 17:27:05,028 [ 122388]   WARN -    #com.jetbrains.php.PhpIndex - Wrong element public function loadFixtures(array $classnames)
        {
        $fp = new FixturesProxy($this->createKernel());
        $fp->load($classnames);
        } from file:///home/srosato/www/dtd/vendor/majisti/utils-bundle/Majisti/UtilsBundle/Test/MinkTestCase.php in index: php.class.shortName 
    2013-05-09 17:27:05,920 [ 123280]   INFO - duler$ExecutionTimeCheckedTask - 50 ms execution limit failed for:com.intellij.util.Alarm$Request@54e89adbnull,83 
    2013-05-09 17:27:51,761 [      0]   INFO -        #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------ 
    2013-05-09 17:27:51,763 [      2]   INFO -        #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IU-129.400, 01 May 2013 00:00) 
Haehnchen commented 11 years ago

can confirm this new case, i had this error serveral minutes ago. i will try to find some more filtering in PhpTypes later this day. iam also thinking of extending the plugin settings form with new options to disable and enabled the PhpTypes

Haehnchen commented 11 years ago

i adressed the issue in the PhpTypes of getRepository call checking. but since its uses the same Pattern checks as the Services, it looks really strange to me. way dont crashes the Services one?

so i added some settings do disable the phptypes, in which i disabled the doctrine resolver. everybody can use it anyway at own risk until we find a solution

eugene1g commented 11 years ago

I don't have any debug details, but just want to confirm that I have repeatedly encountered the same freezing issue with a less complex scenario - a simple controller with about 5 use statements, and I as soon as I type in "use[spacebar]" the editor would freeze. No non-existent imports in the controller, no need to select anything from the dropdown, no need to save - it freezes right away after I press the spacebar. This was happening on & off for a few versions, although I have not tried the latest release as I have the plugin disabled right now.

johnkary commented 11 years ago

@eugene1g Just today I was having something similar. The crash/freeze would happen with the latest version at the point when the auto-complete dialog would show up.

eugene1g commented 11 years ago

@johnkary, Thanks for confirming this still happens with the latest version. I actually found out about this issue through your twitter feed, and was glad this wasn't just my local setup misbehaving.

For me, this plugin is the most valuable piece of the PHPStorm ecosystem, and it turns a great IDE into an irreplaceable one. It's a damn shame I can't actually use it for now :)

Also, is there a donation box somewhere for this project?

Haehnchen commented 11 years ago

which phptypes have u all activated in the new settings dialog?

we disabled their some on default. i only use the service container types, currently this is working for me without a crash right now.

johnkary commented 11 years ago

@Haehnchen I only have "Container Service" checked for PhpTypes Resolver.

Haehnchen commented 11 years ago

notice: https://github.com/enriquepiatti/Magicento/blob/7ed86377f766250daee280e8e9e58939aba0f3b2/src/com/magicento/extensions/BlockTypeProvider.java. he did some more filtering on our code ...

Haehnchen commented 11 years ago

looks like we cant resolve this issue: http://devnet.jetbrains.com/message/5485912#5485912.

Haehnchen commented 11 years ago

@adrienbrault please look into #64

i have implemented a timebased cache hit per phptype item. i only get a freeze when i want it :) so the only critical time is after a non used IDE time, in which the cache is in rebuild (which is about <300ms) and also the phpindex is running on files with syntax errors. hard to target that on normal use case.

by the way the IDE is working much faster on a filled cache

cache lifetime can change in settings dialog: 10-600 secs. default is 120 which looks good to me

gregholland commented 11 years ago

+1

Haehnchen commented 11 years ago

i have created a package of my fork, with some new feature and caching for resolve the use issue a lot. just install symfony2-plugin.jar from https://github.com/Haehnchen/idea-php-symfony2-plugin

adrienbrault commented 11 years ago

@Haehnchen As I currently lack the time to maintain the plugin, would you like me to give you push rights on this repo and the right to upload new builds on plugins.jetbrains.com ?

Haehnchen commented 11 years ago

@adrienbrault looks good, to bring this plugin a little bit up.

adrienbrault commented 11 years ago

@Haehnchen You're good to go ;)

Haehnchen commented 11 years ago

so all done. the complete fork is in with a new package, which also includes the caching for this issue. it looks like we dont get help soon on http://youtrack.jetbrains.com/issue/WI-18517.

nick4fake commented 11 years ago

Still a problem

Haehnchen commented 11 years ago

i think we can close this now :)