Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in windows 10 #708

Closed
roger120981 opened this issue Nov 17, 2021 · 6 comments
Closed

error in windows 10 #708

roger120981 opened this issue Nov 17, 2021 · 6 comments

Comments

@roger120981
Copy link

Hi for everyone, i tried to run livebook in my windows 10 (elixir -v 1.12.1) environment, a launch this error:

11:37:31.343 [info] :alarm_handler: {:set, {{:disk_almost_full, 'C:\'}, []}}
11:37:31.393 [info] :alarm_handler: {:set, {{:disk_almost_full, 'E:\'}, []}}
11:37:31.393 [info] :alarm_handler: {:set, {:system_memory_high_watermark, []}}
11:37:32.833 [info] Protocol 'inet_tcp': register/listen error: econnrefused

ERROR!!! [Livebook] could not start distributed node: {{:shutdown, {:failed_to_start_child, :net_kernel, {:EXIT, :nodistribution}}}, {:child, :undefined, :net_sup_dynamic, {:erl_distribution, :start_link, [[:livebook_g42w5kvp, :shortnames, 15000], false, :net_sup_dynamic]}, :permanent, 1000, :supervisor, [:erl_distribution]}}

pd: my hard disk has 12 gb free space, i dont understand ...Thanks

@jonatanklosko
Copy link
Member

Hey! The error looks related to permissions and seems similar to #196. Could you run iex --sname test and see if a firewall config pops up?

@roger120981
Copy link
Author

When I type the command in the console, it confirms the dialog box and this is the final result:

C:\workspace>iex --sname test
Interactive Elixir (1.12.1) - press Ctrl+C to exit (type h() ENTER for help)
iex(test@DESKTOP-Q1ACF90)1>

@jonatanklosko
Copy link
Member

Yeah, and does starting Livebook then works or still the same error?

@roger120981
Copy link
Author

ok, it is already working correctly, I had to reinstall the whole stack, I followed the steps I read in the other thread, but it keeps throwing me several warnings, thanks for the answer

11:55:39.315 [info] :alarm_handler: {:set, {{:disk_almost_full, 'C:\'}, []}}
11:55:39.365 [info] :alarm_handler: {:set, {{:disk_almost_full, 'E:\'}, []}}
11:55:39.365 [info] :alarm_handler: {:set, {:system_memory_high_watermark, []}}
[Livebook] Application running at http://localhost:8080/?token=nkx7napeqioafuu72zgixwo43iv5h524

@jonatanklosko
Copy link
Member

Great! The warnings are just monitoring information and they are fine, disk_almost_full indicates the listed partitions are used in > 80%, and the system_memory_high_watermark is similar except for memory.

@eksperimental
Copy link
Contributor

Great! The warnings are just monitoring information and they are fine, disk_almost_full indicates the listed partitions are used in > 80%, and the system_memory_high_watermark is similar except for memory.

I am running under Linux, disk usage is not even 50% and I am getting this
[notice] :alarm_handler: {:set, {{:disk_almost_full, '/'}, []}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants