IntelliJ Ultimate closes unexpectedly [provided Log] - intellij-idea

Im using
IntelliJ IDEA 2018.2 (Ultimate Edition) Build #IU-182.3684.101, built
on July 24, 2018 JRE: 1.8.0_152-release-1248-b8 amd64 JVM: OpenJDK
64-Bit Server VM by JetBrains s.r.o Windows 10 10.0
Last month a problem occurs frequently. While I am coding the IDE closes and the progress i have made is not saved. This is really annoying. I have read carefully the log of IDEA and I cannot understand whats the problem. I attach the log file (only the lines that affect the problem). If there is any experience from anyone else who had the same problem please let me know. I have also sent a request to intellij but no aswer so far.
The attached log file lines
2018-08-31 19:44:25,283 [1209634] INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN
2018-08-31 19:44:25,320 [1209671] INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN
2018-08-31 19:44:25,322 [1209673] INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN
2018-08-31 19:44:25,323 [1209674] INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN
2018-08-31 19:44:25,326 [1209677] INFO - newvfs.persistent.PersistentFS - VFS dispose started
2018-08-31 19:44:25,330 [1209681] INFO - newvfs.persistent.PersistentFS - VFS dispose completed
2018-08-31 19:44:25,330 [1209681] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
sometimes also this message appears in log but I'm not sure if its relevant:
ide.actions.ShowFilePathAction exit code 1

Related

Intellij 2018 Mac can run tests

Recently and after making no changes I cannot run my Java Junit tests anymore. I am using Intellj Ultimate 2018.1
Not just that I cant run any Java code.
I can't see anything obvious in the idea.log file either. I even cloned my repo again and imported a new intellij project, but I see the same thing.
This was working fine yesterday and I made no changes.
From idea.log:
2019-05-20 16:55:54,951 [ 105928] ERROR - penapi.actionSystem.impl.Utils - IntelliJ IDEA 2018.1.2 Build #IU-181.4668.68
2019-05-20 16:55:54,951 [ 105928] ERROR - penapi.actionSystem.impl.Utils - JDK: 1.8.0_152-release
2019-05-20 16:55:54,952 [ 105929] ERROR - penapi.actionSystem.impl.Utils - VM: OpenJDK 64-Bit Server VM
2019-05-20 16:55:54,952 [ 105929] ERROR - penapi.actionSystem.impl.Utils - Vendor: JetBrains s.r.o
2019-05-20 16:55:54,953 [ 105930] ERROR - penapi.actionSystem.impl.Utils - OS: Mac OS X
2019-05-20 16:55:54,953 [ 105930] ERROR - penapi.actionSystem.impl.Utils - Last Action: RunClass
I fixed this issue by removing IntelliJ 2018 and installing IntelliJ 2019. Not the fix I was hoping for but its back working now.

Alt+Enter stopped working for Dart files in IntelliJ

When building Flutter apps the ALT + Enter keyboard shortcut is very convenient not only to bring up Quick Fixes but also to bring up a popup menu to wrap/remove Widgets. It was working fine until I ran flutter upgrade and updated the Dart and Flutter plugins in IntelliJ (version 2018.3.5).
I have tried messing about with the keyboard shortcuts for an hour, disabling and re-enabling Dart/Flutter plugins, restarting and invalidating caches in IntelliJ, closing all other applications and rebooting Windows 10 numerous times. Nothing works. I can not get Alt+Enter to do anything anymore. It was working fine until I updated the plugins and the Flutter SDK, so it seems something in those updates broke it.
Actually, Alt+Enter doesn't seem to work for anything, and the "suggestion bulb" does not show up either. For example, if I type
String x = 2;
the 2 gets the normal red underline, but no bulb shows up and Al+Enter does nothing. I've trippel checked that the "show intention bulb" is checked in the settings and that the correct keyboard shortcuts are assigned (just to be sure I have reset them to Default).
Has anyone else experienced this lately and found a fix? I've tried all the suggestions I could find on StackOverflow, but none of them work and none of them specifically target the Dart/Flutter intention/action/quickfix popup.
EDIT
This is the IntelliJ log after restarting. I started with the Dart SDK that seems to break Alt+Enter, then switched to the other one which makes Alt+Enter work but disables the possibility to select a device to run the app on, then switched back to the first one again (see comments near the end of the log):
// Startup with SDK C:\Users\MyUser\flutter\bin\cache\dart-sdk 2.2.0-edge.0a7dcf17eb5f2450480527d6ad1e201fb47f1e36
2019-03-04 10:10:01,523 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2019-03-04 10:10:01,539 [ 16] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IU-183.5912.21, 26 Feb 2019 12:01)
2019-03-04 10:10:01,539 [ 16] INFO - #com.intellij.idea.Main - OS: Windows 10 (10.0, amd64)
2019-03-04 10:10:01,539 [ 16] INFO - #com.intellij.idea.Main - JRE: 1.8.0_152-release-1343-b28 (JetBrains s.r.o)
2019-03-04 10:10:01,539 [ 16] INFO - #com.intellij.idea.Main - JVM: 25.152-b28 (OpenJDK 64-Bit Server VM)
2019-03-04 10:10:01,539 [ 16] INFO - #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -Djdk.http.auth.tunneling.disabledSchemes="" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djb.vmOptionsFile=C:\Program Files\JetBrains\IntelliJ IDEA 2018.3.3\bin\idea64.exe.vmoptions -Didea.jre.check=true -Dide.native.launcher=true -Didea.paths.selector=IntelliJIdea2018.3 -XX:ErrorFile=C:\Users\MyUser\java_error_in_idea_%p.log -XX:HeapDumpPath=C:\Users\MyUser\java_error_in_idea.hprof
2019-03-04 10:10:01,539 [ 16] INFO - #com.intellij.idea.Main - ext: C:\Program Files\JetBrains\IntelliJ IDEA 2018.3.3\jre64\lib\ext: [access-bridge-64.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]
2019-03-04 10:10:01,539 [ 16] INFO - #com.intellij.idea.Main - charsets: JNU=Cp1252 file=Cp1252
2019-03-04 10:10:01,570 [ 47] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 31 ms
2019-03-04 10:10:01,570 [ 47] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2019-03-04 10:10:01,648 [ 125] INFO - #com.intellij.util.ui.JBUI - User scale factor: 1.0
2019-03-04 10:10:02,460 [ 937] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor javaee-specific.xml
2019-03-04 10:10:02,460 [ 937] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor java-specific.xml
2019-03-04 10:10:02,915 [ 1392] INFO - .intellij.idea.IdeaApplication - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool#6865c311[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory#21227af0
2019-03-04 10:10:02,931 [ 1408] INFO - #com.intellij.util.ui.JBUI - System scale factor: 1.0 (JRE-managed HiDPI)
2019-03-04 10:10:03,151 [ 1628] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor javaee-specific.xml
2019-03-04 10:10:03,151 [ 1628] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor java-specific.xml
2019-03-04 10:10:03,508 [ 1985] INFO - llij.ide.plugins.PluginManager - 138 plugins initialized in 451 ms
2019-03-04 10:10:03,508 [ 1985] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: ASP (0.1), Android Support (10.3.1.2), AngularJS (183.5912.21), Ant Support (1.0), Application Servers View (0.2.0), AspectJ Support (1.2), Bytecode Viewer (0.1), CFML Support (3.53), CSS Support (183.5912.21), CVS Integration (11), Cloud Foundry integration (1.0), CloudBees integration (1.0), CoffeeScript (183.5912.21), Copyright (8.1), Coverage (183.5912.21), Cucumber for Groovy (183.5912.21), Cucumber for Java (183.5912.21), DSM Analysis (1.0.0), Database Tools and SQL (183.5912.21), Docker integration (183.5912.21), Eclipse Integration (3.0), EditorConfig (183.5912.21), Emma (183.5912.21), Flash/Flex Support (183.5912.21), FreeMarker support (1.0), GWT Support (1.0), Geronimo Integration (1.0), Gherkin (999.999), Git Integration (8.1), GitHub (183.5912.21), GlassFish Integration (1.0), Google App Engine (1.1.4), Gradle (183.5912.21), Grails (9.0), Groovy (9.0), Guice (8.0), HTML Tools (2.0), HTTP Client (183.5912.21), Haml (183.5912.21), Heroku integration (183.5912.21), Hibernate Support (1.0), I18n for Java (183.5912.21), IDE Settings Sync (183.5912.21), IDEA CORE (183.5912.21), IntelliJ Configuration Script (183.5912.21), IntelliLang (8.0), J2ME (1.0), JBoss Arquillian Support (1.0), JBoss Drools Support (1.0), JBoss Frameworks Base 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 jBPM (2.0.0), JSR45 Integration (1.0), JUnit (1.0), Java Bytecode Decompiler (183.5912.21), 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: Java Server Faces (2.2.X.), Java EE: RESTful Web Services (JAX-RS) (1.0), Java EE: Web Services (JAX-WS) (1.9), Java EE: WebSockets (1.0), Java Server Pages (JSP) Integration (1.0), Java Stream Debugger (183.5912.21), JavaFX (1.0), JavaScript Debugger (1.0), JavaScript Intention Power Pack (0.9.4), JavaScript Support (1.0), Jetty Integration (1.0), Less support (183.5912.21), Markdown support (183.5912.21), Maven Integration (183.5912.21), Maven Integration Extension (183.5912.21), Mercurial Integration (10.0), OpenShift integration (1.0), Osmorc (1.4.12), Perforce Integration (2.0), Performance Testing (183.5912.21), Persistence Frameworks Support (1.0), Playframework Support (1.0), Plugin DevKit (1.0), Properties Support (183.5912.21), Reactor framework support (1.0), Refactor-X (2.01), Remote Hosts Access (183.5912.21), Resin Integration (8.1), SSH Remote Run (0.1), Sass support (183.5912.21), Settings Repository (183.5912.21), Smali Support (1.0), Spring AOP/#AspectJ (1.0), Spring Batch (1.0), Spring Boot (1.0), Spring Data (1.0), Spring Integration Patterns (1.0), Spring MVC (1.0), Spring OSGi (1.0), Spring Security (1.0), Spring Support (1.0), Spring Web Flow (1.0), Spring Web Services (1.0), Spring WebSocket (1.0), Spy-js (183.5912.21), Struts 1.x (2.0), Struts 2 (1.0), Stylus support (999.999), Subversion Integration (1.1), TFS (999.999), Tapestry support (1.0), Task Management (1.0), Terminal (0.1), TestNG-J (8.0), Thymeleaf (1.0), Time Tracking (1.0), Tomcat and TomEE Integration (1.0), UI Designer (183.5912.21), UML Support (1.0), Vaadin Support (1.0), Velocity support (1.0), W3C Validators (2.0), WSL Support Framework (183.5912.21), WebLogic Integration (1.0), WebSphere Integration (1.0), XPathView + XSLT Support (4), XSLT-Debugger (1.4), YAML (183.5912.21), ZKM-Unscramble (1.0), dmServer Support (0.9.5), tslint (183.5912.21)
2019-03-04 10:10:03,508 [ 1985] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Dart (183.5912.23), Flutter (33.3.2), Kotlin (1.3.21-release-IJ2018.3-1), PHP (183.5429.47)
2019-03-04 10:10:04,817 [ 3294] INFO - cloudConfig.CloudConfigManager - === Start: JBA_NOT_CONNECTED ===
2019-03-04 10:10:04,892 [ 3369] INFO - pi.util.registry.RegistryState - Registry values changed by user:
2019-03-04 10:10:04,892 [ 3369] INFO - pi.util.registry.RegistryState - git.explicit.commit.renames.prohibit.multiple.calls = false
2019-03-04 10:10:04,905 [ 3382] INFO - pi.util.registry.RegistryState - Experimental features enabled for user: inline.browse.button
2019-03-04 10:10:04,940 [ 3417] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=705
2019-03-04 10:10:04,997 [ 3474] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\Program Files\JetBrains\IntelliJ IDEA 2018.3.3\bin\fsnotifier64.exe
2019-03-04 10:10:05,007 [ 3484] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2019-03-04 10:10:05,287 [ 3764] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=0.0; restored: fontSize=12, fontScale=1.0
2019-03-04 10:10:05,708 [ 4185] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2019-03-04 10:10:05,724 [ 4201] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2019-03-04 10:10:05,775 [ 4252] INFO - gs.impl.UpdateCheckerComponent - channel: release
2019-03-04 10:10:05,901 [ 4378] INFO - j.ide.ui.OptionsTopHitProvider - 209 ms spent to cache options in application
2019-03-04 10:10:05,901 [ 4378] INFO - .openapi.application.Preloader - com.intellij.ide.ui.OptionsTopHitProvider$Activity took 207 ms
2019-03-04 10:10:05,935 [ 4412] INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:122, number of extensions:100
2019-03-04 10:10:05,942 [ 4419] INFO - il.indexing.FileBasedIndexImpl - Index scheduled:6
2019-03-04 10:10:05,975 [ 4452] INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:24, number of extensions:135
2019-03-04 10:10:05,975 [ 4452] INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:0
2019-03-04 10:10:06,349 [ 4826] INFO - ndex.PrebuiltIndexProviderBase - Using prebuilt id-index from C:\Users\MyUser\.IntelliJIdea2018.3\system\index\.persistent\prebuilt\PHP\id-index.input
2019-03-04 10:10:06,696 [ 5173] INFO - plication.impl.ApplicationImpl - 94 application components initialized in 3639ms
2019-03-04 10:10:06,697 [ 5174] INFO - .intellij.idea.IdeaApplication - App initialization took 5993 ms
2019-03-04 10:10:06,963 [ 5440] INFO - m.intellij.ui.mac.touchbar.NST - OS doesn't support touchbar, skip nst loading
2019-03-04 10:10:07,455 [ 5932] INFO - pl$FileIndexDataInitialization - Initialization done:1513
2019-03-04 10:10:07,628 [ 6105] INFO - exImpl$StubIndexInitialization - Initialization done:171
2019-03-04 10:10:07,796 [ 6273] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2019-03-04 10:10:07,797 [ 6274] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=16, fontScale=1.0; restored: fontSize=16, fontScale=1.0
2019-03-04 10:10:08,017 [ 6494] INFO - pl.projectlevelman.NewMappings - VCS Root: [] - [<Project>]
2019-03-04 10:10:08,017 [ 6494] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [D:/FAPPS/ResursAppFlutter]
2019-03-04 10:10:08,586 [ 7063] INFO - ellij.project.impl.ProjectImpl - 200 project components initialized in 1429 ms
2019-03-04 10:10:08,664 [ 7141] INFO - .openapi.application.Preloader - com.intellij.openapi.actionSystem.impl.ActionPreloader took 2766 ms
2019-03-04 10:10:08,763 [ 7240] INFO - le.impl.ModuleManagerComponent - 2 module(s) loaded in 177 ms
2019-03-04 10:10:08,893 [ 7370] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2019-03-04 10:10:09,023 [ 7500] INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings.
2019-03-04 10:10:09,117 [ 7594] INFO - om.intellij.util.ProfilingUtil - Profiling agent is not enabled. Add -agentlib:yjpagent to idea.vmoptions if necessary to profile IDEA.
2019-03-04 10:10:09,743 [ 8220] INFO - PerformancePlugin - Performance Plugin is in silent mode
2019-03-04 10:10:09,787 [ 8264] INFO - CompilerWorkspaceConfiguration - Available processors: 8
2019-03-04 10:10:09,946 [ 8423] INFO - ellij.project.impl.ProjectImpl - 24 project components initialized in 16 ms
2019-03-04 10:10:09,946 [ 8423] INFO - .openapi.application.Preloader - com.intellij.ide.ui.search.SearchableOptionPreloader took 1289 ms
2019-03-04 10:10:10,287 [ 8764] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: C:/Program Files/JetBrains/IntelliJ IDEA 2018.3.3/lib/jps-launcher.jar;C:/Program Files/Android/Android Studio 3.3/jre/lib/tools.jar;C:/Program Files/JetBrains/IntelliJ IDEA 2018.3.3/lib/optimizedFileManager.jar
2019-03-04 10:10:10,334 [ 8811] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
2019-03-04 10:10:10,334 [ 8811] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Defaulting to no-operation (NOP) logger implementation
2019-03-04 10:10:10,334 [ 8811] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
2019-03-04 10:10:10,586 [ 9063] INFO - .openapi.application.Preloader - com.intellij.codeInsight.completion.CompletionPreloader took 632 ms
2019-03-04 10:10:10,602 [ 9079] INFO - .openapi.application.Preloader - com.intellij.ide.actions.GotoClassPresentationUpdater took 10 ms
2019-03-04 10:10:10,945 [ 9422] INFO - llij.database.util.SqlDialects - SQL dialects initialized in 78 ms
2019-03-04 10:10:11,678 [ 10155] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 924ms; general responsiveness: ok; EDT responsiveness: ok
2019-03-04 10:10:12,569 [ 11046] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: C:/Program Files/JetBrains/IntelliJ IDEA 2018.3.3/lib/jps-launcher.jar;C:/Program Files/Android/Android Studio 3.3/jre/lib/tools.jar;C:/Program Files/JetBrains/IntelliJ IDEA 2018.3.3/lib/optimizedFileManager.jar
2019-03-04 10:10:12,616 [ 11093] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
2019-03-04 10:10:12,616 [ 11093] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Defaulting to no-operation (NOP) logger implementation
2019-03-04 10:10:12,616 [ 11093] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
2019-03-04 10:10:14,417 [ 12894] INFO - tartup.impl.StartupManagerImpl - OpenFilesActivity run in 3550ms under project opening modal progress
2019-03-04 10:10:14,502 [ 12979] INFO - ge.ExternalProjectsDataStorage - Loaded external projects data in 9 millis
2019-03-04 10:10:15,022 [ 13499] INFO - tartup.impl.StartupManagerImpl - DartDumbAwareStartupActivity run in 333ms under project opening modal progress
2019-03-04 10:10:15,033 [ 13510] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 4353ms; general responsiveness: ok; EDT responsiveness: 3/5 sluggish
2019-03-04 10:10:15,099 [ 13576] INFO - cloudConfig.CloudConfigManager - === Start.updateInitStatus ===
2019-03-04 10:10:15,103 [ 13580] INFO - cloudConfig.CloudConfigManager - === StatusBar.update create ===
2019-03-04 10:10:15,104 [ 13581] INFO - cloudConfig.CloudConfigManager - === calculateInitStatus ===
2019-03-04 10:10:15,471 [ 13948] INFO - .cloudConfig.CloudConfigClient - === Get cloud config URL: https://cloudconfig.jetbrains.com/cloudconfig/files ===
2019-03-04 10:10:15,486 [ 13963] INFO - j.ide.ui.OptionsTopHitProvider - 270 ms spent on EDT to cache options in application
2019-03-04 10:10:15,843 [ 14320] INFO - cloudConfig.CloudConfigManager - === calculateInitStatus.value: JBA_NOT_CONNECTED ===
2019-03-04 10:10:15,848 [ 14325] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 4170ms; general responsiveness: ok; EDT responsiveness: 3/4 sluggish
2019-03-04 10:10:15,873 [ 14350] INFO - Json.PackageJsonUpdateNotifier - processPackageJsonFiles []
2019-03-04 10:10:16,746 [ 15223] INFO - tartup.impl.StartupManagerImpl - D:/FAPPS/ResursAppFlutter/.idea case-sensitivity: expected=false actual=false
2019-03-04 10:10:16,767 [ 15244] INFO - #git4idea.commands.GitHandler - [.] git version
2019-03-04 10:10:16,864 [ 15341] INFO - #git4idea.commands.GitHandler - git version 2.20.1.windows.1
2019-03-04 10:10:16,892 [ 15369] INFO - ea.config.GitExecutableManager - Git version for C:\Program Files\Git\cmd\git.exe : 2.20.1
2019-03-04 10:10:16,951 [ 15428] INFO - cloudConfig.CloudConfigManager - === End.updateInitStatus ===
2019-03-04 10:10:16,987 [ 15464] INFO - lutter.run.daemon.DeviceDaemon - starting Flutter device daemon #1: C:/Users/MyUser/flutter/bin/flutter.bat daemon
2019-03-04 10:10:17,202 [ 15679] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [D:/FAPPS/ResursAppFlutter]
2019-03-04 10:10:17,240 [ 15717] INFO - j.ide.ui.OptionsTopHitProvider - 220 ms spent to cache options in project
2019-03-04 10:10:17,240 [ 15717] INFO - tartup.impl.StartupManagerImpl - Some post-startup activities freeze UI for noticeable time. Please consider making them DumbAware to do them in background under modal progress, or just making them faster to speed up project opening.
2019-03-04 10:10:17,240 [ 15717] INFO - tartup.impl.StartupManagerImpl - Activity run in 220ms on UI thread
2019-03-04 10:10:17,261 [ 15738] WARN - com.intellij.util.xmlb.Binding - no accessors for class org.jetbrains.kotlin.idea.highlighter.KotlinDefaultHighlightingSettingsProvider
2019-03-04 10:10:17,339 [ 15816] INFO - cloudConfig.CloudConfigManager - === StatusBar.start another widget: com.intellij.cloudConfig.StatusBarInfoManager$InfoComponent#2604d2f0 ===
2019-03-04 10:10:17,455 [ 15932] INFO - #io.flutter.sdk.FlutterCommand - C:\Users\MyUser\flutter\bin\flutter.bat [--no-color, config, --machine]
2019-03-04 10:10:17,460 [ 15937] INFO - #io.flutter.sdk.FlutterSdk - Calling config --machine
2019-03-04 10:10:19,028 [ 17505] INFO - #io.flutter.sdk.FlutterSdk - flutter config --machine: 1568ms
2019-03-04 10:10:19,105 [ 17582] INFO - tor.impl.FileEditorManagerImpl - Project opening took 12018 ms
2019-03-04 10:10:19,273 [ 17750] INFO - pl.ProjectRootManagerComponent - project roots have changed
2019-03-04 10:10:19,579 [ 18056] INFO - j.ide.ui.OptionsTopHitProvider - 135 ms spent on EDT to cache options in project
2019-03-04 10:10:19,901 [ 18378] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 7ms; general responsiveness: ok; EDT responsiveness: ok
2019-03-04 10:10:19,965 [ 18442] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 64ms; general responsiveness: ok; EDT responsiveness: ok
2019-03-04 10:10:20,618 [ 19095] INFO - tartup.impl.StartupManagerImpl - CreateKotlinSdkActivity run in 444ms on UI thread
2019-03-04 10:10:43,936 [ 42413] WARN - ConfigurableExtensionPointUtil - ignore deprecated groupId: language for id: preferences.language.Kotlin.scripting
// Switched to C:\Program Files\Dart\dart-sdk 2.1.0
2019-03-04 10:11:04,852 [ 63329] INFO - pl.ProjectRootManagerComponent - project roots have changed
2019-03-04 10:11:04,950 [ 63427] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 51ms; general responsiveness: ok; EDT responsiveness: ok
2019-03-04 10:11:05,027 [ 63504] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 77ms; general responsiveness: ok; EDT responsiveness: ok
2019-03-04 10:11:05,069 [ 63546] INFO - lutter.run.daemon.DeviceDaemon - shutting down Flutter device daemon #1: C:/Users/MyUser/flutter/bin/flutter.bat daemon
2019-03-04 10:11:06,653 [ 65130] WARN - com.intellij.util.xmlb.Binding - no accessors for class io.flutter.sdk.FlutterPluginLibraryProperties
2019-03-04 10:11:31,565 [ 90042] WARN - ConfigurableExtensionPointUtil - ignore deprecated groupId: language for id: preferences.language.Kotlin.scripting
// Switched back to C:\Users\MyUser\flutter\bin\cache\dart-sdk 2.2.0-edge.0a7dcf17eb5f2450480527d6ad1e201fb47f1e36
2019-03-04 10:12:04,384 [ 122861] INFO - pl.ProjectRootManagerComponent - project roots have changed
2019-03-04 10:12:04,560 [ 123037] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 42ms; general responsiveness: ok; EDT responsiveness: ok
2019-03-04 10:12:04,612 [ 123089] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 52ms; general responsiveness: ok; EDT responsiveness: ok
2019-03-04 10:12:04,820 [ 123297] INFO - lutter.run.daemon.DeviceDaemon - starting Flutter device daemon #2: C:/Users/MyUser/flutter/bin/flutter.bat daemon
2019-03-04 10:12:04,948 [ 123425] INFO - lutter.run.daemon.DeviceDaemon - starting Flutter device daemon #3: C:/Users/MyUser/flutter/bin/flutter.bat daemon
2019-03-04 10:12:16,621 [ 135098] INFO - ide.actions.ShowFilePathAction -
Exit code 1
Here it is. You are welcome. 🤓🤓
Go to File > Settings > Editor > Intentions and Confirm the Dart Analysis Server.
For Mac OS:
Go to Android Studio -> Preferences -> Editor -> Intentions -> Quick assists powered by the Dart Analysis Server (Mark it) -> Apply.
After I did invalidate cache and restart, it worked fine.
I had the same issue. This solved it for me:
Switch to a different flutter channel. If you are on stable then go to beta or vice versa. Instructions on switching channels at this link:
https://flutter.dev/docs/development/tools/sdk/upgrading
Run flutter upgrade
Restart your IDE.
Check to see if the lightbulb (or ALT-Enter or Option-Return) is now active.
Switch back to your other channel and repeat steps 2 and 3 above.
When I imported another Flutter project I noticed that Alt+Enter was working fine in that project, but still not in the original project. I tried deleting all IntelliJ-related files (*.iml and .idea specifically) and recreating the original project - but Alt+Enter still didn't work.
That's when I started looking more carefully into the files in the lib source folder, and I found a suspicious file called analysis_options.yaml that I hadn't really noticed before. It contains
analyzer:
language:
enableSuperMixins: true
I deleted it (and the IntelliJ-related *.iml files and the .idea folder) and recreated the project - and finally Alt+Enter is working normally again!
The analysis_options.yaml file seems to have been added by a colleague a long time ago, so I'm still not sure why this problem didn't appear until after working on the project for a few months.
For those who are on Mac and nothing helps, try this:
Also, make sure that "Quick assist..." is checked (see #Gazihan Alankus's answer) and you have Dart and Flutter plugins installed on your Android Studio
For someone that might still have this issue.
If you have tried all the above and it still doesn't work.
Try disabling all your plugins and check if it has started working.
If it starts working
Enable your plugins one after the other to check for the plugin that made it not work
Check the shortcut of "Show Intention Actions" in the Keymap to see whether it's "Alt+Enter" or not. In my case, I'm using Mac OS X, Android Studio and the Eclipse Mac OS X keymap, and the shortcut of "Show Intention Actions" is "command+1".

PhpStorm: issue in connecting SSH through SFTP getting "Algorithm negotiation fail" in Mac Sierra

Facing issue in connecting with SFTP/SSH
Operating System : Mac Sierra
PhpStorm Version : 8.0.4
2017-06-26 16:48:58,697 [ 21927] DEBUG - emoteRunConfiguration$Settings - Format error: no binding for [Attribute: factoryName="PHPUnit on Server"] inside BeanBinding[com.jetbrains.php.run.deploymentAware.phpunit.PhpUnitRemoteRunConfiguration$Settings, tagName=Settings]
2017-06-26 16:48:58,959 [ 22189] INFO - ellij.project.impl.ProjectImpl - 123 project components initialized in 579 ms
2017-06-26 16:48:58,984 [ 22214] INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 24 ms
2017-06-26 16:48:59,055 [ 22285] INFO - om.intellij.util.ProfilingUtil - Profiling agent is not enabled. Add -agentlib:yjpagent to idea.vmoptions if necessary to profile IDEA.
2017-06-26 16:49:00,127 [ 23357] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2017-06-26 16:49:00,953 [ 24183] INFO - indexing.UnindexedFilesUpdater - Indexable files iterated in 917 ms
2017-06-26 16:49:02,294 [ 25524] INFO - tor.impl.FileEditorManagerImpl - Project opening took 3961 ms
2017-06-26 16:49:02,475 [ 25705] ERROR - jediterm.terminal.TerminalMode - Mode EightBitInput is not implemented, setting to true
2017-06-26 16:49:40,101 [ 63331] INFO - lij.diagnostic.DebugLogManager - Set DEBUG for the following categories: [com.jetbrains.php, com.jetbrains.plugins.webDeployment]
Above is the log and I also tried some workaround to make this work but no luck, I have added the additional code mentioned below in sshd_config file
KexAlgorithms curve25519-sha256#libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
Any help would be appreciated.
1.) First Install Java SE JDK:
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
2.) Then download the .exe version (or .dmg). Run and install it in your computer
3.) Then download: http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html
4.) Then go to the directory (for Windows - C:\Program Files (x86)\JetBrains\PhpStorm 9.0.3\jre\jre\lib\security - for MAC - /Applications/PhpStorm.app/Contents/jre/jdk/Contents/Home/jre/lib ) AND replace "local_policy" and "US_export_policy" with the new ones you just download
It should run smoothly now
Uninstall all the versions and start from scratch before you do this to have a clean start.

In Eclipse UNable to run the script in IE But IE its get launching

I am facing some issue with eclipse, I am running the script with TestNg, but it was unable to run the script itis hangover by launching IE application
Showing this message, nothing has been doing...
HI
I am facing some issue with eclipse, I am running the script with TestNg, but it was unable to run the script itis hangover by launching IE application
Showing this message, nothing has been doing...
18:09:04.942 INFO - Java: Oracle Corporation 23.2-b09
18:09:04.942 INFO - OS: Windows 7 6.1 amd64
18:09:04.953 INFO - v2.35.0, with Core v2.35.0. Built from revision c916b9d
18:09:05.087 INFO - RemoteWebDriver instances should connect to: 18:09:05.088 INFO - Version Jetty/5.1.x
18:09:05.097 INFO - Started HttpContext[/selenium-server/driver,/selenium-server/driver]
18:09:05.098 INFO - Started HttpContext[/selenium-server,/selenium-server]
18:09:05.099 INFO - Started HttpContext[/,/]
18:09:05.101 INFO - Started org.openqa.jetty.jetty.servlet.ServletHandler#7de41969
18:09:05.101 INFO - Started HttpContext[/wd,/wd]
18:09:05.104 INFO - Started SocketListener on 0.0.0.0:4444
18:09:05.104 INFO - Started org.openqa.jetty.jetty.Server#3d9f242f
18:09:05.147 INFO - Checking Resource aliases
18:09:05.150 INFO - Command request: getNewBrowserSession[*iexplore, https://login.salesforce.com/, ] on session null
18:09:05.152 INFO - creating new remote session
18:09:05.163 INFO - Allocated session 4f8177c22aab4672a62cef88f6d66878 for https://login.salesforce.com/, launching...
jar:file:/C:/Selenium/selenium-server-standalone-2.35.0.jar!/core
18:09:05.455 INFO - Launching Embedded Internet Explorer...
18:09:05.709 INFO - Launching Internet Explorer HTA...
Make sure your zoom is at 100%. Also in Internet Options > security you need to make sure that 'Enable protected mode' is selected on all 4 zones.

Problem running Selenium-RC

I have Selenium running under Cruise Control to test our site once a day. On Saturday Selenium started throwing the error below.
No code was changed between the tests running sucessfully on Friday night. Also, the same thing has happened on three different machines so I assume it must be something on the machine such as windows updates. I can't see that any were deployed though.
How would I go about debugging this?
java -jar selenium-server.jar -port 4445
14:00:35.375 INFO - Java: Sun Microsystems Inc. 14.3-b01
14:00:35.375 INFO - OS: Windows 2003 5.2 x86
14:00:35.390 INFO - v1.0 [2677], with Core v#VERSION# [#REVISION#]
14:00:35.500 INFO - Version Jetty/5.1.x
14:00:35.500 INFO - Started HttpContext[/selenium-server/driver,/selenium-server/driver]
14:00:35.515 INFO - Started HttpContext[/selenium-server,/selenium-server]
14:00:35.515 INFO - Started HttpContext[/,/]
14:00:35.531 INFO - Started SocketListener on 0.0.0.0:4445
14:00:35.546 INFO - Started org.mortbay.jetty.Server#dbe178
14:00:42.812 INFO - Checking Resource aliases
14:00:42.843 INFO - Command request: getNewBrowserSession[*iexplore, http://test.com/, ] on session null
14:00:42.859 INFO - creating new remote session
14:00:42.968 INFO - Allocated session 1e1f23e664184a3ebdd30c06c4759960 for http://test.com/, launching...
14:00:42.968 ERROR - Failed to start new browser session, shutdown browser and clear all session data
java.lang.IllegalArgumentException: Resource not found: /core
at org.openqa.selenium.server.browserlaunchers.ResourceExtractor.extractResourcePath(ResourceExtractor.java:39)
at org.openqa.selenium.server.browserlaunchers.HTABrowserLauncher.createHTAFiles(HTABrowserLauncher.java:85)
at org.openqa.selenium.server.browserlaunchers.HTABrowserLauncher.launch(HTABrowserLauncher.java:60)
at org.openqa.selenium.server.browserlaunchers.HTABrowserLauncher.launchRemoteSession(HTABrowserLauncher.java:140)
at org.openqa.selenium.server.browserlaunchers.InternetExplorerLauncher.launchRemoteSession(InternetExplorerLauncher.java:77)
at org.openqa.selenium.server.BrowserSessionFactory.createNewRemoteSession(BrowserSessionFactory.java:357)
at org.openqa.selenium.server.BrowserSessionFactory.getNewBrowserSession(BrowserSessionFactory.java:122)
at org.openqa.selenium.server.BrowserSessionFactory.getNewBrowserSession(BrowserSessionFactory.java:84)
at org.openqa.selenium.server.SeleniumDriverResourceHandler.getNewBrowserSession(SeleniumDriverResourceHandler.java:697)
at org.openqa.selenium.server.SeleniumDriverResourceHandler.doCommand(SeleniumDriverResourceHandler.java:394)
at org.openqa.selenium.server.SeleniumDriverResourceHandler.handleCommandRequest(SeleniumDriverResourceHandler.java:365)
at org.openqa.selenium.server.SeleniumDriverResourceHandler.handle(SeleniumDriverResourceHandler.java:126)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
at org.mortbay.http.HttpServer.service(HttpServer.java:909)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
14:00:42.968 INFO - Got result: Failed to start new browser session: Error while
launching browser on session null
14:00:43.046 INFO - Command request: testComplete[, ] on session null
14:00:43.046 INFO - Got result: OK on session null
I've had a similar problem. No matter what browser I was trying to launch, it sit there for a while (with the process started, but no visible window), and then eventually fail.This was on Windows 7, executing the tests through java.
It turned out I just needed to end all other browsers. I couldn't have IE, Firefox, or chrome open at the time of testing. Maybe you should try that? Good luck!
I upgraded the Selenium RC server to 1.0.3 (released 23 Feb 2010) and the tests started working again! I don't know what the issue was, but that fixed it.