geofflane

geofflane

I’ve been playing with Ubuntu 17.04 in a VMware VM and pulled in one of my Phoenix projects (Phoenix 1.3-rc, Elixir 1.4.2, Erlang 19.2.1). It pulls the deps fine, compiles fine, and runs the tests fine. But when I load a Phoenix page in my browser it recompiles the whole application and gives a bunch of warnings about redefining module. It does this over and over for every page load and, of course, it’s super slow because of that.

warning: redefining module Molly.Integration.Server (current version loaded from _build/dev/lib/molly/ebin/Elixir.Molly.Integration.Server.beam)
  lib/molly/integration/server.ex:1

warning: redefining module Molly.Web.Api.PlayerView (current version loaded from _build/dev/lib/molly/ebin/Elixir.Molly.Web.Api.PlayerView.beam)
  lib/molly/web/views/api/player_view.ex:1

warning: redefining module Molly.Web.Api.PackageView (current version loaded from _build/dev/lib/molly/ebin/Elixir.Molly.Web.Api.PackageView.beam)
  lib/molly/web/views/api/package_view.ex:1

warning: redefining module Molly.FranchisePreferredPackage (current version loaded from _build/dev/lib/molly/ebin/Elixir.Molly.FranchisePreferredPackage.beam)
  lib/molly/core/franchise_preferred_packages.ex:1

Has anyone seen anything like this? Thanks!

Showing Posts 1 to 9

benwilson512

benwilson512

Author of Craft GraphQL APIs in Elixir with Absinthe

If you rm -rf _build does the problem persist?

geofflane

geofflane OP

Removing _build doesn’t change it. mix phx.server runs and code compiles, I load the first page and everything recompiles with the warning.

geofflane

geofflane OP

It has something to do with code reloading because if I set code_reloader: false in the dev mix config the problem goes away. I confirmed I have inotify-tools installed (I think that’s how phoenix watches for file changes), I don’t know how to tell if it’s working correctly or not though.

smpallen99

smpallen99

Check your system time. I use VMs on my Mac and get time drift a lot. Strange things happen when when time is not current. There were issues in in mix a couple years ago that were fixed, but you may be hitting an edge case.

geofflane

geofflane OP

Good suggestion about the time. I confirmed the time was correct, installed and ran ntp to make sure it was up-to-date. I even deleted my app directory and re-cloned from github after doing that to ensure everything was good. Same behavior, so it doesn’t seem like a time issue.

This is a weird one. Just trying to figure out if it’s an Ubuntu 17.04 issue or if it’s a VMware issue or something?

geofflane

geofflane OP

Tried it on VMWare with Fedora 25 and it does NOT have the same problem. So it might be something specific to Ubuntu 17.04?

geofflane

geofflane OP

I think it comes down to using the default Ubuntu erlang packages. I installed the Erlang Solutions erlang package and the problem went away.

nulian

nulian

I saw another post from someone at our company that had the same problem it has to do something with zlib and older erlang version they fixed that in 19.3 or something like that.

romenigld

romenigld

this worked for me.
But I was seeking on the internet and I saw this command:
mix do clean, phx.server

— All posts loaded —

Where Next? Top

Trending in Questions Top

Blokh
Hey guys, I’ve got a huge CSV ( around 10 GB ) that needs to be processed hourly Do you guys have any suggestions what is the best prac...
New
kszambelanczyk
Hello! Could someone please give me a help/sample code, how to delete a file from s3 using waffle/waffle_ecto from Phoenix app. I creat...
New
Onor.io
I have what I’ve heard referred to as a “lookup table” in my database. This is a way of assigning codes to common values. One common lo...
New
jaybe78
Hello, I’m developing a online persistent chat system (what’s app) like using elixir/dynamodb/aws for a mobile app(flutter). The diffic...
New
Trolleger
What approach to take when sending live updates to “random” users Hi! I have a question, I have a little chat app, and when I create a DM...
New
matt-savvy
Anyone here using Honeybadger? My Honeybadger account is being overwhelmed with noise from some bots. Seeing a lot of Bandit.HTTPError...
New
RemyXRenard
I’m seeing that a list inside a Kino.DataTable will be interpreted as a charlist, even if the Kino.configure() is set to charlists: :as_l...
New

Other Trending Topics Top

garrison
Hobbes is a low-level distributed database for the Elixir programming language. Hobbes provides a simple, safe, and scalable storage lay...
New
mcass19
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Damirados
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
netoum
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
wintermeyer
There are three potential reasons for members of this forum to have a look at https://vutuv.de You are tired or annoyed of LinkedIn. Yo...
New
webofbits
Aludel - LLM Evaluation Workbench Aludel is an embeddable Phoenix LiveView dashboard for evaluating and comparing LLM prompts across mult...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews