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

katta
I having some trouble figuring out if I have set myself too strict of standards for my production server. Currently I can handle 75% of r...
New
brecabral
Documentation While reading the Scoped Routes section, I noticed that the documentation currently refers to a problem without explainin...
New
nseaSeb
Hello, I know there is an approach for handling lists that allows for optimized traversal, but I can’t recall the specific method (somet...
New
kpanic
Hi everyone, I am toying with the idea of building a “match maker” for giving personal help to people that wants to start coding. I sta...
New
velrest
So my question is quite simple and i have found no conclusive answer on forum, google or AI. Should we use :erlang.float for Integer to ...
New
asweet-confluent
I recently noticed that Elixir’s Logger defaults its primary log level to :debug when no :logger, :level application configuration is pre...
New
apz
I’m new to elixir and just tried to install the elixirLS extension for VScode(ium) and it is throwing some errors that I would like help ...
New

Other Trending Topics Top

GenericJam
Edit: 2026 May 15 - This post is archived. Mob is alive!! Main docs: mob v0.7.11 — Documentation A bit of explanation for the slightly c...
New
JesseHerrick
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
mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
garrison
Hobbes is a low-level distributed database for the Elixir programming language. Hobbes provides a simple, safe, and scalable storage lay...
New
mhanberg
Hi everyone! The first release candidate for the Expert language server project is now available! We’ve published a press release detai...
New
budgie
A little off-topic, but I feel like people here have a good head on their shoulders. I used to be quite good at making software. Was luc...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews