Codestream: Le plug-in plante au démarrage de l'EDI.

Créé le 5 sept. 2019  ·  4Commentaires  ·  Source: TeamCodeStream/codestream

Décrivez le bogue
Codestream Plugin ne parvient pas à se charger sur IntelliJ IDEA Ultimate. L'IDEA ne plante pas, mais l'erreur du plugin apparaît avec un tracktrace et il reste inutilisable.

Informations système (veuillez compléter les informations suivantes):

  • Version de l'extension CodeStream: 2.1.0 + 1
  • OS:
    Linux Mint 19.1
    5.2.11-050211-générique
  • Intellij IDEA Ultimate 2019.2.1 - idée-IU-192.6262.58

Fichiers journaux

2019-09-05 13:07:29,809 [   3538]   INFO - .codestream.agent.AgentService - Initializing CodeStream LSP agent 
2019-09-05 13:07:30,071 [   3800]   INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found 
2019-09-05 13:07:30,152 [   3881]   INFO - .codestream.agent.AgentService - CodeStream LSP agent extracted to /tmp/codestream17722175128169212956.tmp/codestream-agent 
2019-09-05 13:07:30,152 [   3881]   INFO - .codestream.agent.AgentService - xdg-open extracted to /tmp/codestream17722175128169212956.tmp/xdg-open 
2019-09-05 13:07:30,230 [   3959]   INFO - .codestream.agent.AgentService - LSP agent terminated with exit code 4 
2019-09-05 13:07:30,231 [   3960]   WARN - .codestream.agent.AgentService - Pkg: FLAGS_MISMATCH 
2019-09-05 13:07:30,251 [   3980]  ERROR - .codestream.agent.AgentService - java.io.IOException: Stream closed 
org.eclipse.lsp4j.jsonrpc.JsonRpcException: java.io.IOException: Stream closed
    at org.eclipse.lsp4j.jsonrpc.json.StreamMessageConsumer.consume(StreamMessageConsumer.java:72)
    at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.request(RemoteEndpoint.java:161)
    at org.eclipse.lsp4j.jsonrpc.services.EndpointProxy.invoke(EndpointProxy.java:91)
    at com.sun.proxy.$Proxy82.initialize(Unknown Source)
    at com.codestream.agent.AgentService.initAgent(AgentService.kt:98)
    at com.codestream.agent.AgentService.initAgent$default(AgentService.kt:81)
    at com.codestream.agent.AgentService$1.invokeSuspend(AgentService.kt:71)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
    at kotlinx.coroutines.DispatchedTask.run(Dispatched.kt:238)
    at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:594)
    at kotlinx.coroutines.scheduling.CoroutineScheduler.access$runSafely(CoroutineScheduler.kt:60)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:742)
Caused by: java.io.IOException: Stream closed
    at java.base/java.lang.ProcessBuilder$NullOutputStream.write(ProcessBuilder.java:442)
    at java.base/java.io.OutputStream.write(OutputStream.java:157)
    at java.base/java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:81)
    at java.base/java.io.BufferedOutputStream.flush(BufferedOutputStream.java:142)
    at org.eclipse.lsp4j.jsonrpc.json.StreamMessageConsumer.consume(StreamMessageConsumer.java:69)
    ... 11 more

bug

Tous les 4 commentaires

@ R-Bower - Merci pour le rapport! Pouvez-vous me faire savoir si vous utilisez Mint 32 bits ou 64 bits? Malheureusement, nous ne prenons en charge que Linux 64 bits pour le moment.

Si vous utilisez 64 bits, pourrais-je vous demander d'envoyer un fichier journal? Les instructions pour localiser le fichier journal peuvent être trouvées ici:

https://github.com/TeamCodeStream/CodeStream/wiki/Instructions-for-finding-CodeStream-log-files

Si vous préférez, n'hésitez pas à m'envoyer le fichier journal directement à [email protected]. Merci!

Je suis sur 64 bits.

idea-logs-20190905-162347.zip

Nous travaillons sur un correctif. En attendant, pourriez-vous vérifier si vous avez une variable d'environnement appelée NODE_OPTIONS set? Si tel est le cas, pouvez-vous essayer de l'effacer et redémarrer IntelliJ?

@ R-Bower - Corrigé dans la v2.1.3

Cette page vous a été utile?
0 / 5 - 0 notes