Coder Social home page Coder Social logo

td-cx's People

Contributors

elenagarciabluetab avatar guillermobluetab avatar nacho-hidalgo avatar nacho-hidalgob avatar nettinho avatar sonibluetab avatar tcrossland avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

td-cx's Issues

Redis Connection Error when running 'mix phx.server'.

Hello,

I followed the instructions in the read me file and was able to run ecto commands to create and migrate the databases.
However when I run 'mix phx.server' I get the below error.

2020-07-08T21:55:08.841Z [error] pid=<0.340.0> module=gen_server GenServer TdCache.ConceptCache terminating
** (Redix.ConnectionError) the connection to Redis is closed
    (redix 0.11.1) lib/redix.ex:608: Redix.command!/3
    (td_cache 4.0.0) lib/td_cache/concept_cache.ex:388: anonymous fn/1 in TdCache.ConceptCache.migration_commands/0
    (elixir 1.10.4) lib/enum.ex:921: anonymous fn/3 in Enum.filter/2
    (stdlib 3.13) maps.erl:233: :maps.fold_1/3
    (elixir 1.10.4) lib/enum.ex:2127: Enum.filter/2
    (td_cache 4.0.0) lib/td_cache/concept_cache.ex:388: TdCache.ConceptCache.migration_commands/0
    (td_cache 4.0.0) lib/td_cache/concept_cache.ex:363: TdCache.ConceptCache.migrate/0
    (td_cache 4.0.0) lib/td_cache/concept_cache.ex:116: TdCache.ConceptCache.handle_info/2
    (stdlib 3.13) gen_server.erl:680: :gen_server.try_dispatch/4
    (stdlib 3.13) gen_server.erl:756: :gen_server.handle_msg/6
    (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3
Last message: :migrate
State: %{}
2020-07-08T21:55:08.859Z [error] pid=<0.392.0> module=gen_server GenServer TdCache.ConceptCache terminating
** (Redix.ConnectionError) the connection to Redis is closed
    (redix 0.11.1) lib/redix.ex:608: Redix.command!/3
    (td_cache 4.0.0) lib/td_cache/concept_cache.ex:388: anonymous fn/1 in TdCache.ConceptCache.migration_commands/0
    (elixir 1.10.4) lib/enum.ex:921: anonymous fn/3 in Enum.filter/2
    (stdlib 3.13) maps.erl:233: :maps.fold_1/3
    (elixir 1.10.4) lib/enum.ex:2127: Enum.filter/2
    (td_cache 4.0.0) lib/td_cache/concept_cache.ex:388: TdCache.ConceptCache.migration_commands/0
    (td_cache 4.0.0) lib/td_cache/concept_cache.ex:363: TdCache.ConceptCache.migrate/0
    (td_cache 4.0.0) lib/td_cache/concept_cache.ex:116: TdCache.ConceptCache.handle_info/2
    (stdlib 3.13) gen_server.erl:680: :gen_server.try_dispatch/4
    (stdlib 3.13) gen_server.erl:756: :gen_server.handle_msg/6
    (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3
Last message: :migrate
State: %{}
2020-07-08T21:55:08.861Z [error] pid=<0.393.0> module=gen_server GenServer TdCache.ConceptCache terminating
** (Redix.ConnectionError) the connection to Redis is closed
    (redix 0.11.1) lib/redix.ex:608: Redix.command!/3
    (td_cache 4.0.0) lib/td_cache/concept_cache.ex:388: anonymous fn/1 in TdCache.ConceptCache.migration_commands/0
    (elixir 1.10.4) lib/enum.ex:921: anonymous fn/3 in Enum.filter/2
    (stdlib 3.13) maps.erl:233: :maps.fold_1/3
    (elixir 1.10.4) lib/enum.ex:2127: Enum.filter/2
    (td_cache 4.0.0) lib/td_cache/concept_cache.ex:388: TdCache.ConceptCache.migration_commands/0
    (td_cache 4.0.0) lib/td_cache/concept_cache.ex:363: TdCache.ConceptCache.migrate/0
    (td_cache 4.0.0) lib/td_cache/concept_cache.ex:116: TdCache.ConceptCache.handle_info/2
    (stdlib 3.13) gen_server.erl:680: :gen_server.try_dispatch/4
    (stdlib 3.13) gen_server.erl:756: :gen_server.handle_msg/6
    (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3
Last message: :migrate
State: %{}
2020-07-08T21:55:08.863Z [error] pid=<0.394.0> module=gen_server GenServer TdCache.ConceptCache terminating
** (Redix.ConnectionError) the connection to Redis is closed
    (redix 0.11.1) lib/redix.ex:608: Redix.command!/3
    (td_cache 4.0.0) lib/td_cache/concept_cache.ex:388: anonymous fn/1 in TdCache.ConceptCache.migration_commands/0
    (elixir 1.10.4) lib/enum.ex:921: anonymous fn/3 in Enum.filter/2
    (stdlib 3.13) maps.erl:233: :maps.fold_1/3
    (elixir 1.10.4) lib/enum.ex:2127: Enum.filter/2
    (td_cache 4.0.0) lib/td_cache/concept_cache.ex:388: TdCache.ConceptCache.migration_commands/0
    (td_cache 4.0.0) lib/td_cache/concept_cache.ex:363: TdCache.ConceptCache.migrate/0
    (td_cache 4.0.0) lib/td_cache/concept_cache.ex:116: TdCache.ConceptCache.handle_info/2
    (stdlib 3.13) gen_server.erl:680: :gen_server.try_dispatch/4
    (stdlib 3.13) gen_server.erl:756: :gen_server.handle_msg/6
    (stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3
Last message: :migrate
State: %{}

Can you please let me know if additional information is needed to reproduce this issue? I'm pretty new to Elixir can you help me figure out this issue?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.