Plugin is not working and makes Intellij to take 10 minutes to start
madamore opened this issue · 2 comments
Actual behavior
Gauge plugin is causing Intellij to take 10 minutes to start.
The plugin stopped working
When I start the IDE: "idea-IC-193.5662.53/bin/idea.sh" I get the following output in the console:
2020-06-03 13:10:21,321 [ 3563] WARN - rks.gauge.GaugeModuleComponent - Initializing Gauge connection
2020-06-03 13:11:16,336 [ 58578] WARN - rks.gauge.GaugeModuleComponent - Unable to open connection on try 1. Waiting and trying again
2020-06-03 13:12:16,351 [ 118593] WARN - rks.gauge.GaugeModuleComponent - Unable to open connection on try 2. Waiting and trying again
2020-06-03 13:13:16,365 [ 178607] WARN - rks.gauge.GaugeModuleComponent - Unable to open connection on try 3. Waiting and trying again
2020-06-03 13:14:16,380 [ 238622] WARN - rks.gauge.GaugeModuleComponent - Unable to open connection on try 4. Waiting and trying again
2020-06-03 13:15:16,394 [ 298636] WARN - rks.gauge.GaugeModuleComponent - Unable to open connection on try 5. Waiting and trying again
2020-06-03 13:16:16,404 [ 358646] WARN - rks.gauge.GaugeModuleComponent - Unable to open connection on try 6. Waiting and trying again
2020-06-03 13:17:16,416 [ 418658] WARN - rks.gauge.GaugeModuleComponent - Unable to open connection on try 7. Waiting and trying again
2020-06-03 13:18:16,428 [ 478670] WARN - rks.gauge.GaugeModuleComponent - Unable to open connection on try 8. Waiting and trying again
2020-06-03 13:19:16,439 [ 538681] WARN - rks.gauge.GaugeModuleComponent - Unable to open connection on try 9. Waiting and trying again
2020-06-03 13:20:16,450 [ 598692] WARN - rks.gauge.GaugeModuleComponent - Unable to open connection on try 10. Waiting and trying again
2020-06-03 13:20:21,534 [ 603776] WARN - .diagnostic.PerformanceWatcher - UI was frozen for 600304ms, details saved to /home/miguel/.cache/JetBrains/IdeaIC2020.1/log/threadDumps-freeze-20200603-131026-IC-201.7846.76-GaugeModuleComponent.initializeGaugeConnection-600sec
Version information
- IntelliJ version and edition(Community/Ultimate): Community 2020.1.2
- OS information: Ubuntu 18.04
- Gauge IntelliJ plugin version: 0.3.21
- Does the project uses any Build tool(Gradle/Maven): Maven
Run gauge -v on your system and paste the results here:
Gauge version: 1.1.0
Commit Hash: b17369b
Plugins
-------
html-report (4.0.10)
java (0.7.2)
screenshot (0.0.1)
spectacle (0.1.4)
hi - your gauge-java
plugin version seems old, could you please try upgrading? 0.7.8
is out.
Also please ensure that pom.xml
has the latest gauge version specified.
Hi sriv,
I already discovered the root cause. It was caused by the attempt of defining an environment variable by concatenating another undefined environment variable in the gauge environment property file.
Thank you for your help!