joaquinalcerro
Intellij fails to create Terminal Session
Hi guys,
I am new to Intellij and have the following error:
Error running ‘run_in_iex’: com.intellij.terminal.JBTerminalWidget.createTerminalSession(Lcom/jediterm/terminal/TtyConnector;)Lcom/jediterm/terminal/ui/TerminalSession;
I am currently using OpenSuse Leap 15
IntelliJ IDEA 2018.3 (Community Edition)
Build #IC-183.4284.148, built on November 21, 2018
JRE: 1.8.0_152-release-1343-b15 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.12.14-lp150.12.25-default
The application does start but the error show up and unable to access the terminal (ALT+4) window.
@KronicDeth, Any help and suggestions are welcome.
Thanks
Trending in Questions
Hello!
Suppose you are building workflow (order / task / payment) processing system with the following requirements:
Each workflow con...
New
I’m in search of an Elixir library that offers PDF generation capabilities similar to Ruby’s Prawn. While there have been discussions abo...
New
I’m looking to build a personal workflow to quickly deploy web applications written in elixir/phoenix, for local consumption (ie not on t...
New
Using Phoenix.LiveView.TagEngine as an EEx.Engine is deprecated!
To compile HEEx, use Phoenix.LiveView.TagEngine.compile/2 instead.
Sta...
New
Before I dive in myself, did anyone successfully sprinkle Hologram into their existing LiveView app?
Looking for hints regarding:
Addi...
New
Hi all, I wanted to ask how the community is dealing with post-release steps.
Today we have Ecto migrations, which make sure that the db...
New
I am using Oban and occasionally, shortly after a deployment, a handful of jobs can fail because of dependency on other parts of the syst...
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
@hugobarauna and I (Alex Koutmos) have been hard at work on writing a book on Nerves that takes you from simply blinking LEDs to building...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #performance










First 8 of 8 Posts
leggebroten
I’m having the same issue.
KronicDeth
Do you have a longer stack trace? That one line isn’t a lot to go on. That format with the L in the class name is usually something the class loader or reflection API in Java spits out, so it could be that in 2018.3 changed the bundled version of Jedi, which is the cross-platform terminal emulator library. It must be a change in 2018.3 that was released because I hadn’t seen the issue with the EAP.
In the future, you can open bug reports like this as issues in the GitHub repo.
joaquinalcerro
Thanks,
My “Event Log” is showing only this lines:
Can I enable a more detail log? I have been searching for it but unable to find it.
I will file a bug report.
Thanks
michael_teter
Darn! I’m stuck on this too.
joaquinalcerro
I opened up this issue in GitHub:
https://github.com/KronicDeth/intellij-elixir/issues/1352
I went back to Vim.
Best regards
michael_teter
Great, thanks for doing that. As for vim, I love the speed and the keys, but now that I’ve given IDEA a chance, I’m super happy with it. I’m able to use Python, Elixir, PostgreSQL, and Clojure all at the same time!
Only the iex -S isn’t working because of this issue, but it’s a small thing to wait for; after all, I wasn’t doing iex in vim either!
KronicDeth
For anyone following this thread: the issue has been fixed in Use com.intellij.terminal.TerminalExecutionConsole by KronicDeth · Pull Request #1368 · KronicDeth/intellij-elixir · GitHub and the fix is released in version 10.2.0 of the plugin that I just released.
joaquinalcerro
Thanks for your help