Giter Club home page Giter Club logo

Comments (13)

choptastic avatar choptastic commented on May 27, 2024

from nitrogen.

choptastic avatar choptastic commented on May 27, 2024

from nitrogen.

choptastic avatar choptastic commented on May 27, 2024

Last question - what is the mechanism by which Nitrogen here is being launched?

Also, if you wouldn't mind sharing the whole compilation and startup sequence, that would be helpful

from nitrogen.

JiffB avatar JiffB commented on May 27, 2024

Is this a new project generated from the most recent master?

Hi Jesse, sorry for the delay, a small e-mail server problem.

It was both, a former one upgraded with make and a brand new one to test if its was the same.

If this has a meaning, I use Erlang 25.3.2.6 compiled from their tarball.

Jean-Yves

from nitrogen.

JiffB avatar JiffB commented on May 27, 2024

Btw, this error is primarily indicating that nitro_cache is not started. If this is starting from a brand new project, I just tested with both master and the 2.x branch, and both worked as expected. If this is a previously generated project, but you just pulled a nitro_cache, try using application:ensure_all_started(nitro_cache), instead of just application:start(nitro_cache).

There is some progress on the new install (no time to test the old one at this moment), however if the original index.erl page displays in the browser, it crashes in the console immediately after, here is the log :

([email protected])1> application:ensure_all_started(nitro_cache).
=PROGRESS REPORT==== 16-Nov-2023::20:53:48.428949 ===
    supervisor: {local,mutagen_sup}
    started: [{pid,<0.158.0>},
              {id,mutagen},
              {mfargs,{mutagen,start_link,[]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,5000},
              {child_type,worker}]

=PROGRESS REPORT==== 16-Nov-2023::20:53:48.429161 ===
    application: mutagen
    started_at: '[email protected]'

=PROGRESS REPORT==== 16-Nov-2023::20:53:48.468978 ===
    supervisor: {local,nitro_cache_sup}
    started: [{pid,<0.163.0>},
              {id,nitro_cache_expirer},
              {mfargs,{nitro_cache_expirer,start_link,[]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,5000},
              {child_type,worker}]

=PROGRESS REPORT==== 16-Nov-2023::20:53:48.469637 ===
    application: nitro_cache
    started_at: '[email protected]'

{ok,[mutagen,nitro_cache]}
([email protected])2> =INFO REPORT==== 16-Nov-2023::20:53:55.924927 ===
Recaching Template: ./site/templates/bare.html

=NOTICE REPORT==== 16-Nov-2023::20:53:56.031371 ===
Nitrogen Global FastMap: Building wf_fastmap_worker with this config:
#{default_grid_system => grid960,
  default_grid_system_module => element_grid_960,
  {grid_system,grid960} => element_grid_960}

(If you see this more than a few times per day,
 you're probably updating this too much)

=INFO REPORT==== 16-Nov-2023::20:53:57.612878 ===
{error,postback_request,
    {url,"localhost:8000/"},
    {error,
        {exit,
            {noproc,{gen_server,call,[nprocreg,get_nodes]}},
            [{gen_server,call,2,[{file,"gen_server.erl"},{line,370}]},
             {nprocreg,'-get_nodes/0-fun-1-',0,
                 [{file,"src/nprocreg.erl"},{line,103}]},
             {nitro_cache,get,5,[{file,"src/nitro_cache.erl"},{line,108}]},
             {nprocreg,get_nodes,1,[{file,"src/nprocreg.erl"},{line,121}]},
             {nprocreg,get_pid,2,[{file,"src/nprocreg.erl"},{line,57}]},
             {nprocreg_registry_handler,get_pid,3,
                 [{file,
                      "src/handlers/process_registry/nprocreg_registry_handler.erl"},
                  {line,23}]},
             {wf_handler,call,3,[{file,"src/lib/wf_handler.erl"},{line,38}]},
             {process_registry_handler,get_pid,1,
                 [{file,
                      "src/handlers/process_registry/process_registry_handler.erl"},
                  {line,39}]}]},
        [{nitro_cache,get,5,[{file,"src/nitro_cache.erl"},{line,115}]},
         {nprocreg,get_nodes,1,[{file,"src/nprocreg.erl"},{line,121}]},
         {nprocreg,get_pid,2,[{file,"src/nprocreg.erl"},{line,57}]},
         {nprocreg_registry_handler,get_pid,3,
             [{file,
                  "src/handlers/process_registry/nprocreg_registry_handler.erl"},
              {line,23}]},
         {wf_handler,call,3,[{file,"src/lib/wf_handler.erl"},{line,38}]},
         {process_registry_handler,get_pid,1,
             [{file,
                  "src/handlers/process_registry/process_registry_handler.erl"},
              {line,39}]},
         {action_comet,get_accumulator_pid_no_start,1,
             [{file,"src/actions/action_comet.erl"},{line,378}]},
         {action_comet,get_actions_and_register_new_websocket_pid,1,
             [{file,"src/actions/action_comet.erl"},{line,665}]}]}}

from nitrogen.

choptastic avatar choptastic commented on May 27, 2024

This next error is indicating that nprocrec is not being started.

From the root of the nitrogen repo, what is the latest commit?

git log -1

That should be able to tell me how some of the processes are being started?

from nitrogen.

JiffB avatar JiffB commented on May 27, 2024

Last question - what is the mechanism by which Nitrogen here is being launched?

It is launched from its root by a sh scripts :

#!/bin/sh

bin/nitrogen console

Also, if you wouldn't mind sharing the whole compilation and startup sequence, that would be helpful

Ok, I erased *.beam w/ this script:

#!/bin/sh

rm lib/*/ebin/*beam
rm site/ebin/*beam

and re-compiled :

$ make
Using Erlang in /usr/local/bin/erl
==> cowlib (get-deps)
==> ranch (get-deps)
==> cowboy (get-deps)
==> stacktrace_compat (get-deps)
==> simple_bridge (get-deps)
==> cf (get-deps)
==> erlware_commons (get-deps)
==> qdate_localtime (get-deps)
==> qdate (get-deps)
==> mutagen (get-deps)
==> nitro_cache (get-deps)
==> nprocreg (get-deps)
==> rekt (get-deps)
==> canister (get-deps)
==> erlang_ds (get-deps)
==> nitrogen_core (get-deps)
==> fs (get-deps)
==> sync (get-deps)
==> site (get-deps)
==> zzz (get-deps)
Checking for Nitrogen Plugins
No Nitrogen Plugins Found
Using Erlang in /usr/local/bin/erl
==> cowlib (compile)
Compiled src/cow_qs.erl
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_spdy.erl:40:1: Warning: missing specification for function deflate_init/0
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_spdy.erl:46:1: Warning: missing specification for function inflate_init/0
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_spdy.erl:53:1: Warning: missing specification for function split/1
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_spdy.erl:61:1: Warning: missing specification for function parse/2
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_spdy.erl:190:1: Warning: missing specification for function data/3
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_spdy.erl:195:1: Warning: missing specification for function syn_stream/12
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_spdy.erl:211:1: Warning: missing specification for function syn_reply/6
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_spdy.erl:221:1: Warning: missing specification for function rst_stream/2
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_spdy.erl:238:1: Warning: missing specification for function settings/2
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_spdy.erl:271:1: Warning: missing specification for function ping/1
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_spdy.erl:274:1: Warning: missing specification for function goaway/2
Compiled src/cow_spdy.erl
Compiled src/cow_date.erl
Compiled src/cow_iolists.erl
Compiled src/cow_sse.erl
Compiled src/cow_http2_machine.erl
Compiled src/cow_hpack.erl
Compiled src/cow_http.erl
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_ws.erl:305:1: Warning: missing specification for function validate_permessage_deflate/3
Compiled src/cow_ws.erl
Compiled src/cow_multipart.erl
Compiled src/cow_cookie.erl
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_http2.erl:105:1: Warning: missing specification for function parse/2
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_http2.erl:113:1: Warning: missing specification for function parse/1
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_http2.erl:348:1: Warning: missing specification for function parse_settings_payload/1
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_http2.erl:396:1: Warning: missing specification for function data/3
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_http2.erl:399:1: Warning: missing specification for function data_header/3
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_http2.erl:404:1: Warning: missing specification for function headers/3
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_http2.erl:410:1: Warning: missing specification for function priority/4
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_http2.erl:414:1: Warning: missing specification for function rst_stream/2
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_http2.erl:418:1: Warning: missing specification for function settings/1
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_http2.erl:423:1: Warning: missing specification for function settings_payload/1
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_http2.erl:438:1: Warning: missing specification for function settings_ack/0
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_http2.erl:442:1: Warning: missing specification for function push_promise/3
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_http2.erl:447:1: Warning: missing specification for function ping/1
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_http2.erl:450:1: Warning: missing specification for function ping_ack/1
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_http2.erl:453:1: Warning: missing specification for function goaway/3
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_http2.erl:458:1: Warning: missing specification for function window_update/1
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_http2.erl:461:1: Warning: missing specification for function window_update/2
Compiled src/cow_http2.erl
Compiled src/cow_mimetypes.erl
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_base64url.erl:30:1: Warning: missing specification for function decode/1
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_base64url.erl:33:1: Warning: missing specification for function decode/2
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_base64url.erl:51:1: Warning: missing specification for function encode/1
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowlib/src/cow_base64url.erl:54:1: Warning: missing specification for function encode/2
Compiled src/cow_base64url.erl
Compiled src/cow_http_te.erl
Compiled src/cow_uri.erl
Compiled src/cow_http_hd.erl
==> ranch (compile)
Compiled src/ranch_transport.erl
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/ranch/src/ranch_acceptors_sup.erl:26:1: Warning: missing specification for function init/1
Compiled src/ranch_acceptors_sup.erl
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/ranch/src/ranch_ssl.erl:91:1: Warning: missing specification for function name/0
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/ranch/src/ranch_ssl.erl:97:1: Warning: missing specification for function messages/0
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/ranch/src/ranch_ssl.erl:124:1: Warning: missing specification for function disallowed_listen_options/0
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/ranch/src/ranch_ssl.erl:142:7: Warning: ssl:ssl_accept/3 is removed; use ssl_handshake/1,2,3 instead
Compiled src/ranch_ssl.erl
Compiled src/ranch.erl
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/ranch/src/ranch_tcp.erl:74:1: Warning: missing specification for function name/0
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/ranch/src/ranch_tcp.erl:80:1: Warning: missing specification for function messages/0
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/ranch/src/ranch_tcp.erl:96:1: Warning: missing specification for function disallowed_listen_options/0
Compiled src/ranch_tcp.erl
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/ranch/src/ranch_sup.erl:25:1: Warning: missing specification for function init/1
Compiled src/ranch_sup.erl
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/ranch/src/ranch_listener_sup.erl:31:1: Warning: missing specification for function init/1
Compiled src/ranch_listener_sup.erl
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/ranch/src/ranch_app.erl:22:1: Warning: missing specification for function start/2
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/ranch/src/ranch_app.erl:26:1: Warning: missing specification for function stop/1
Compiled src/ranch_app.erl
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/ranch/src/ranch_server.erl:149:1: Warning: missing specification for function init/1
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/ranch/src/ranch_server.erl:156:1: Warning: missing specification for function handle_call/3
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/ranch/src/ranch_server.erl:187:1: Warning: missing specification for function handle_cast/2
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/ranch/src/ranch_server.erl:190:1: Warning: missing specification for function handle_info/2
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/ranch/src/ranch_server.erl:209:1: Warning: missing specification for function terminate/2
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/ranch/src/ranch_server.erl:212:1: Warning: missing specification for function code_change/3
Compiled src/ranch_server.erl
Compiled src/ranch_protocol.erl
Compiled src/ranch_acceptor.erl
Compiled src/ranch_crc32c.erl
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/ranch/src/ranch_conns_sup.erl:303:1: Warning: missing specification for function system_continue/3
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/ranch/src/ranch_conns_sup.erl:310:1: Warning: missing specification for function system_code_change/4
Compiled src/ranch_conns_sup.erl
Compiled src/ranch_proxy_header.erl
==> cowboy (compile)
Compiled src/cowboy_sub_protocol.erl
Compiled src/cowboy_middleware.erl
Compiled src/cowboy_clear.erl
Compiled src/cowboy_constraints.erl
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowboy/src/cowboy_req.erl:230:6: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowboy/src/cowboy_req.erl:421:6: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowboy/src/cowboy_req.erl:552:8: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowboy/src/cowboy_req.erl:622:6: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace
Compiled src/cowboy_req.erl
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowboy/src/cowboy_metrics_h.erl:16:2: Warning: behaviour cowboy_stream undefined
Compiled src/cowboy_metrics_h.erl
Compiled src/cowboy_bstr.erl
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowboy/src/cowboy_handler.erl:50:16: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace
Compiled src/cowboy_handler.erl
Compiled src/cowboy_stream.erl
Compiled src/cowboy_sup.erl
Compiled src/cowboy.erl
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowboy/src/cowboy_stream_h.erl:305:17: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowboy/src/cowboy_stream_h.erl:310:17: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowboy/src/cowboy_stream_h.erl:314:32: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace
Compiled src/cowboy_stream_h.erl
Compiled src/cowboy_app.erl
Compiled src/cowboy_router.erl
Compiled src/cowboy_children.erl
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowboy/src/cowboy_loop.erl:85:16: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace
Compiled src/cowboy_loop.erl
Compiled src/cowboy_tracer_h.erl
Compiled src/cowboy_tls.erl
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowboy/src/cowboy_websocket.erl:517:16: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace
Compiled src/cowboy_websocket.erl
Compiled src/cowboy_clock.erl
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowboy/src/cowboy_http.erl:341:22: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowboy/src/cowboy_http.erl:363:22: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowboy/src/cowboy_http.erl:910:24: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowboy/src/cowboy_http.erl:1292:22: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowboy/src/cowboy_http.erl:1392:22: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace
Compiled src/cowboy_http.erl
Compiled src/cowboy_static.erl
Compiled src/cowboy_compress_h.erl
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowboy/src/cowboy_rest.erl:1625:15: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace
Compiled src/cowboy_rest.erl
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowboy/src/cowboy_http2.erl:390:24: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowboy/src/cowboy_http2.erl:497:22: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowboy/src/cowboy_http2.erl:524:22: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowboy/src/cowboy_http2.erl:585:24: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/cowboy/src/cowboy_http2.erl:1036:22: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace
Compiled src/cowboy_http2.erl
==> stacktrace_compat (compile)
Compiled src/stacktrace_transform.erl
==> simple_bridge (compile)
Generating compatibility for simple_bridge...
...?HASH/1 => "crypto:hash(sha, Data)"
...?MAPS_FILTER/2 => "maps:filter(Pred, Map)"
...?RAND_UNIFORM/1 => "rand:uniform(Max)"
...?PARSE_QS/1 => "uri_string:dissect_query(String)"
...no changes needed to "include/compat.hrl". Skipping writing new file
Compiled src/simple_bridge.erl
Compiled src/simple_bridge_handler.erl
Compiled src/yaws_bridge_modules/yaws_simple_bridge_sup.erl
Compiled src/inets_bridge_modules/inets_simple_bridge_anchor.erl
Compiled src/yaws_bridge_modules/yaws_simple_bridge_anchor.erl
Compiled src/yaws_bridge_modules/yaws_simple_bridge.erl
Compiled src/inets_bridge_modules/inets_simple_bridge_sup.erl
Compiled src/simple_bridge_handler_sample.erl
Compiled src/inets_bridge_modules/inets_simple_bridge.erl
Compiled src/cowboy_bridge_modules/cowboy_simple_bridge_sup.erl
Compiled src/cowboy_bridge_modules/cowboy_simple_bridge_anchor.erl
Compiled src/cowboy_bridge_modules/cowboy_request_server.erl
Compiled src/mochiweb_bridge_modules/mochiweb_simple_bridge_sup.erl
Compiled src/simple_bridge_app.erl
Compiled src/mochiweb_bridge_modules/mochiweb_simple_bridge_anchor.erl
Compiled src/cowboy_bridge_modules/cowboy_simple_bridge.erl
Compiled src/mochiweb_bridge_modules/mochiweb_simple_bridge.erl
Compiled src/simple_bridge_util.erl
Compiled src/sbw.erl
Compiled src/sb_file_upload_handler.erl
Compiled src/sb_uploaded_file.erl
Compiled src/webmachine_bridge_modules/webmachine_simple_bridge.erl
Compiled src/webmachine_bridge_modules/webmachine_simple_bridge_sup.erl
Compiled src/webmachine_bridge_modules/webmachine_simple_bridge_anchor.erl
Compiled src/simple_bridge_multipart.erl
Compiled src/webmachine_bridge_modules/webmachine_simple_bridge_static.erl
Compiled src/simple_bridge_websocket.erl
==> cf (compile)
Compiled src/cf.erl
Compiled src/cf_term.erl
==> erlware_commons (compile)
Compiled src/ec_vsn.erl
Compiled src/ec_dictionary.erl
Compiled src/ec_cmd_log.erl
Compiled src/ec_rbdict.erl
Compiled src/ec_compile.erl
Compiled src/ec_cnv.erl
Compiled src/ec_git_vsn.erl
Compiled src/ec_lists.erl
Compiled src/ec_talk.erl
Compiled src/ec_plists.erl
Compiled src/ec_gb_trees.erl
Compiled src/ec_semver_parser.erl
Compiled src/ec_orddict.erl
Compiled src/ec_assoc_list.erl
Compiled src/ec_file.erl
Compiled src/ec_dict.erl
Compiled src/ec_semver.erl
Compiled src/ec_date.erl
==> qdate_localtime (compile)
Compiled src/ibuild.erl
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/qdate_localtime/src/localtime_dst.erl:16:2: Warning: export_all flag enabled - all functions will be exported
Compiled src/localtime_dst.erl
Compiled src/localtime.erl
==> qdate (compile)
Compiled src/qdate_app.erl
Compiled src/qdate_sup.erl
Compiled src/qdate_srv.erl
Compiled src/qdate.erl
==> mutagen (compile)
Compiled src/mutagen_app.erl
Compiled src/mutagen_sup.erl
Compiled src/mutagen.erl
==> nitro_cache (compile)
Compiled src/nitro_cache_app.erl
Compiled src/nitro_cache_sup.erl
Compiled src/nitro_cache_expirer.erl
Compiled src/nitro_cache.erl
==> nprocreg (compile)
Compiled src/nprocreg_app.erl
Compiled src/nprocreg_sup.erl
Compiled src/nprocreg.erl
==> rekt (compile)
Compiled src/rekt.erl
==> canister (compile)
Compiled src/canister_log.erl
Compiled src/canister_sup.erl
Compiled src/canister_exp.erl
Compiled src/canister_resync.erl
Compiled src/canister_config.erl
Compiled src/canister_app.erl
Compiled src/canister_sync.erl
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/canister/src/canister.erl:25:2: Warning: export_all flag enabled - all functions will be exported
Compiled src/canister.erl
==> erlang_ds (compile)
Compiled src/erlang_ds_register.erl
Compiled src/erlang_ds_builder.erl
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/erlang_ds/src/erlang_ds_dict.erl:2:2: Warning: behaviour erlang_ds_type_handler undefined
Compiled src/erlang_ds_dict.erl
Compiled src/erlang_ds_qdate_updaters.erl
Compiled src/erlang_ds_type_handler.erl
Compiled src/ds_util.erl
Compiled src/ds.erl
==> nitrogen_core (compile)
Generating compatibility macros...
...?WF_ENCRYPT will use: "crypto:crypto_one_time(aes_128_cbc, Key, IV, Data, true)"
...?WF_DECRYPT will use: "crypto:crypto_one_time(aes_128_cbc, Key, IV, Data, false)"
...?WF_HASH will use:    "crypto:hash(sha, Data)"
...?WF_UNIQUE will use:  "erlang:unique_integer([positive])"
...?WF_RAND_UNIFORM/1 will use: "rand:uniform(Max)"
...?WF_RAND_UNIFORM/2 will use: "(rand:uniform(Max-Min)+Min-1)"
...?WF_PARSE_QS/1 will use: "uri_string:dissect_query(String)"
...no changes needed to "include/compat.hrl". Skipping writing new file
Compiled src/handlers/config/config_handler.erl
Compiled src/handlers/security/security_handler.erl
Compiled src/handlers/query/query_handler.erl
Compiled src/handlers/role/role_handler.erl
Compiled src/handlers/crash/crash_handler.erl
Compiled src/handlers/identity/identity_handler.erl
Compiled src/handlers/websocket/websocket_handler.erl
Compiled src/handlers/cache/cache_handler.erl
Compiled src/handlers/postback/postback_handler.erl
Compiled src/handlers/state/state_handler.erl
Compiled src/handlers/log/log_handler.erl
Compiled src/handlers/process_registry/process_registry_handler.erl
Compiled src/handlers/route/route_handler.erl
Compiled src/handlers/session/session_handler.erl
Compiled src/handlers/process_registry/nprocreg_registry_handler.erl
Compiled src/handlers/identity/default_identity_handler.erl
Compiled src/handlers/query/default_query_handler.erl
Compiled src/handlers/session/canister_session_handler.erl
Compiled src/handlers/session/simple_session_handler.erl
Compiled src/handlers/postback/default_postback_handler.erl
Compiled src/handlers/process_registry/gproc_registry_handler.erl
Compiled src/handlers/cache/default_cache_handler.erl
Compiled src/handlers/log/default_log_handler.erl
Compiled src/handlers/route/passthrough_route_handler.erl
Compiled src/handlers/route/nitrogen_smart_extensions.erl
Compiled src/handlers/route/dynamic_route_handler.erl
Compiled src/handlers/route/named_route_handler.erl
Compiled src/handlers/route/nitrogen_rest.erl
Compiled src/handlers/route/file_not_found_page.erl
Compiled src/handlers/config/default_config_handler.erl
Compiled src/handlers/security/http_basic_auth_security_handler.erl
Compiled src/handlers/security/default_security_handler.erl
Compiled src/handlers/role/default_role_handler.erl
Compiled src/handlers/crash/default_crash_handler.erl
Compiled src/handlers/crash/debug_crash_handler.erl
Compiled src/nitrogen_dev.erl
Compiled src/handlers/state/default_state_handler.erl
Compiled src/handlers/websocket/default_websocket_handler.erl
Compiled src/lib/wf_event.erl
Compiled src/wf_core.erl
Compiled src/lib/wf_action_queue.erl
Compiled src/lib/wf_context.erl
Compiled src/lib/wf_validation.erl
Compiled src/lib/wf_grid_system.erl
Compiled src/lib/nitro_mochinum.erl
Compiled src/lib/wf_tags.erl
Compiled src/lib/wf_pandoc.erl
Compiled src/lib/wf_cookies.erl
Compiled src/lib/wf_render_elements.erl
Compiled src/lib/wf_security_policy.erl
Compiled src/lib/wf_utils.erl
Compiled src/lib/wf_test_srv.erl
Compiled src/lib/wf_render_actions.erl
Compiled src/lib/wf_pickle.erl
Compiled src/lib/wf_fastmap_worker.erl
Compiled src/lib/wf_test.erl
Compiled src/lib/wf_handler.erl
Compiled src/lib/wf_convert.erl
Compiled src/wf.erl
Compiled src/lib/nitro_mochijson2.erl
Compiled src/lib/wf_fastmap.erl
Compiled src/actions/action_show.erl
Compiled src/actions/action_disable_selection.erl
Compiled src/actions/action_slide_down.erl
Compiled src/actions/action_js_fun.erl
Compiled src/actions/action_set.erl
Compiled src/actions/action_continue.erl
Compiled src/actions/action_remove_option.erl
Compiled src/actions/action_alert.erl
Compiled src/actions/action_effect.erl
Compiled src/actions/action_remove_class.erl
Compiled src/actions/action_make_readonly.erl
Compiled src/actions/action_confirm.erl
Compiled src/actions/action_clear_validation.erl
Compiled src/actions/action_click.erl
Compiled src/actions/action_script.erl
Compiled src/actions/action_add_option.erl
Compiled src/actions/action_slide_up.erl
Compiled src/actions/action_api.erl
Compiled src/actions/action_enable.erl
Compiled src/actions/action_validation_error.erl
Compiled src/actions/action_hide.erl
Compiled src/actions/action_make_writable.erl
Compiled src/actions/action_open_window.erl
Compiled src/actions/action_console_log.erl
Compiled src/actions/action_appear.erl
Compiled src/actions/action_event.erl
Compiled src/actions/action_set_cookie.erl
Compiled src/actions/action_before_postback.erl
Compiled src/actions/action_function.erl
Compiled src/actions/action_set_multiple.erl
Compiled src/actions/action_disable.erl
Compiled src/actions/action_if_value.erl
Compiled src/actions/action_toggle.erl
Compiled src/actions/action_redirect.erl
Compiled src/actions/action_validate.erl
Compiled src/actions/action_wire.erl
Compiled src/actions/action_toggle_option.erl
Compiled src/actions/action_buttonize.erl
Compiled src/actions/action_animate.erl
Compiled src/actions/action_update.erl
Compiled src/actions/action_add_class.erl
Compiled src/actions/action_jquery_effect.erl
Compiled src/actions/action_fade.erl
Compiled src/actions/action_toggle_mobile_panel.erl
Compiled src/nitrogen.erl
Compiled src/actions/action_comet.erl
Compiled src/validators/validator_is_integer.erl
Compiled src/validators/validator_min_length.erl
Compiled src/validators/validator_confirm_same.erl
Compiled src/validators/validator_is_email.erl
Compiled src/validators/validator_js_custom.erl
Compiled src/validators/validator_is_required.erl
Compiled src/validators/validator_is_number.erl
Compiled src/validators/validator_max_length.erl
Compiled src/validators/validator_confirm_password.erl
Compiled src/elements/layout/element_placeholder.erl
Compiled src/elements/layout/element_fieldset.erl
Compiled src/validators/validator_custom.erl
Compiled src/elements/layout/element_grid.erl
Compiled src/elements/layout/element_lightbox.erl
Compiled src/elements/layout/element_grid_960.erl
Compiled src/elements/layout/element_template.erl
Compiled src/elements/html/element_listitem.erl
Compiled src/elements/html/element_email_link.erl
Compiled src/elements/html/element_literal.erl
Compiled src/elements/html/element_basic_tag.erl
Compiled src/elements/html/element_list.erl
Compiled src/elements/html/element_image.erl
Compiled src/elements/html/element_br.erl
Compiled src/elements/html/element_time.erl
Compiled src/elements/html/element_hr.erl
Compiled src/elements/html/element_link.erl
Compiled src/elements/html/element_value.erl
Compiled src/elements/table/element_tablerow.erl
Compiled src/elements/table/element_tableheader.erl
Compiled src/elements/table/element_singlerow.erl
Compiled src/elements/table/element_table.erl
Compiled src/elements/table/element_tablecell.erl
Compiled src/elements/other/element_progress_bar.erl
Compiled src/elements/other/element_youtube.erl
Compiled src/elements/other/element_sortitem.erl
Compiled src/elements/other/element_flash.erl
Compiled src/elements/other/element_function.erl
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/nitrogen_core/src/elements/other/element_calendar.erl:139:12: Warning: variable 'ItemTag' is unused
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/nitrogen_core/src/elements/other/element_calendar.erl:139:44: Warning: variable 'CalTag' is unused
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/nitrogen_core/src/elements/other/element_calendar.erl:139:61: Warning: variable 'Delegate' is unused
/home/niff/ERLANG/SITES_NITROGEN/zzz/lib/nitrogen_core/src/elements/other/element_calendar.erl:139:76: Warning: variable 'Date' is unused
Compiled src/elements/other/element_calendar.erl
Compiled src/elements/other/element_sparkline.erl
Compiled src/elements/other/element_droppable.erl
Compiled src/elements/other/element_qr.erl
Compiled src/elements/other/element_gravatar.erl
Compiled src/elements/other/element_file.erl
Compiled src/elements/other/element_bind.erl
Compiled src/elements/other/element_sync_panel.erl
Compiled src/elements/other/element_icon.erl
Compiled src/elements/other/element_mermaid.erl
Compiled src/elements/other/element_draggable.erl
Compiled src/elements/other/element_delay_body.erl
Compiled src/elements/other/element_video.erl
Compiled src/elements/other/element_sortblock.erl
Compiled src/elements/other/element_spinner.erl
Compiled src/elements/other/element_google_chart.erl
Compiled src/elements/other/element_iframe.erl
Compiled src/elements/other/element_recaptcha.erl
Compiled src/elements/forms/element_password.erl
Compiled src/elements/forms/element_upload.erl
Compiled src/elements/forms/element_inplace.erl
Compiled src/elements/forms/element_button.erl
Compiled src/elements/forms/element_radiogroup.erl
Compiled src/elements/forms/element_range.erl
Compiled src/elements/forms/element_restful_reset.erl
Compiled src/elements/forms/element_textarea.erl
Compiled src/elements/forms/element_inplace_textarea.erl
Compiled src/elements/forms/element_inplace_textbox.erl
Compiled src/elements/forms/element_datepicker_textbox.erl
Compiled src/elements/forms/element_textbox_autocomplete.erl
Compiled src/elements/forms/element_restful_upload.erl
Compiled src/elements/forms/element_checkbox.erl
Compiled src/elements/forms/element_restful_form.erl
Compiled src/elements/forms/element_restful_submit.erl
Compiled src/elements/forms/element_hidden.erl
Compiled src/elements/forms/element_wizard.erl
Compiled src/elements/forms/element_dropdown.erl
Compiled src/elements/forms/element_label.erl
Compiled src/elements/forms/element_date_dropdown.erl
Compiled src/elements/forms/element_textbox.erl
Compiled src/elements/forms/element_radio.erl
Compiled src/elements/mobile/element_mobile_listitem.erl
Compiled src/elements/mobile/element_mobile_list.erl
Compiled src/elements/mobile/element_mobile_grid.erl
Compiled src/elements/mobile/element_mobile_toggle.erl
Compiled src/elements/mobile/element_mobile_collapsible_set.erl
Compiled src/elements/mobile/element_mobile_panel.erl
Compiled src/elements/mobile/element_mobile_collapsible.erl
Compiled src/elements/mobile/element_mobile_list_divider.erl
Compiled src/elements/mobile/element_mobile_grid_block.erl
==> fs (compile)
Compiled src/fs.erl
Compiled src/fs_sup.erl
Compiled src/fs_app.erl
Compiled src/fs_server.erl
Compiled src/sys/kqueue.erl
Compiled src/sys/inotifywait_win32.erl
Compiled src/sys/fsevents.erl
Compiled src/fs_event_bridge.erl
Compiled src/sys/inotifywait.erl
==> sync (compile)
Compiled src/sync.erl
Compiled src/sync_notify.erl
Compiled src/sync_utils.erl
Compiled src/sync_options.erl
Compiled src/sync_scanner.erl
==> site (compile)
Compiled src/nitrogen_app.erl
Compiled src/nitrogen_main_handler.erl
Compiled src/nitrogen_sup.erl
Compiled src/mobile.erl
Compiled src/index.erl
==> zzz (compile)

and the very first start up, just after make (launched with the above script) :

$ ./START_CONSOLE.sh 
Exec: /usr/local/bin/../lib/erlang/erts-13.2.2.3/bin/erlexec -boot_var RELTOOL_EXT_LIB /home/niff/ERLANG/SITES_NITROGEN/zzz/lib -sasl releases_dir "/home/niff/ERLANG/SITES_NITROGEN/zzz/releases" -boot /home/niff/ERLANG/SITES_NITROGEN/zzz/releases/2.4.0/nitrogen -mode interactive  -config /home/niff/ERLANG/SITES_NITROGEN/zzz/etc/app.config -config /home/niff/ERLANG/SITES_NITROGEN/zzz/etc/simple_bridge.config -config /home/niff/ERLANG/SITES_NITROGEN/zzz/etc/sync.config -args_file /home/niff/ERLANG/SITES_NITROGEN/zzz/etc/vm.args -- console
Root: /usr/local/bin/../lib/erlang
Erlang/OTP 25 [erts-13.2.2.3] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:5] [jit:ns]

=PROGRESS REPORT==== 16-Nov-2023::21:14:15.707902 ===
    supervisor: {local,logger_sup}
    started: [{pid,<0.61.0>},
              {id,error_logger},
              {mfargs,{error_logger,start_link,[]}},
              {restart_type,transient},
              {significant,false},
              {shutdown,2000},
              {child_type,worker}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:15.816381 ===
    supervisor: {local,sasl_safe_sup}
    started: [{pid,<0.65.0>},
              {id,alarm_handler},
              {mfargs,{alarm_handler,start_link,[]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,2000},
              {child_type,worker}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:15.816662 ===
    supervisor: {local,sasl_sup}
    started: [{pid,<0.64.0>},
              {id,sasl_safe_sup},
              {mfargs,{supervisor,start_link,
                                  [{local,sasl_safe_sup},sasl,safe]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,infinity},
              {child_type,supervisor}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:15.922910 ===
    supervisor: {local,sasl_sup}
    started: [{pid,<0.66.0>},
              {id,release_handler},
              {mfargs,{release_handler,start_link,[]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,2000},
              {child_type,worker}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:15.923162 ===
    application: sasl
    started_at: '[email protected]'

=PROGRESS REPORT==== 16-Nov-2023::21:14:15.923362 ===
    application: crypto
    started_at: '[email protected]'

=PROGRESS REPORT==== 16-Nov-2023::21:14:15.972946 ===
    supervisor: {local,runtime_tools_sup}
    started: [{pid,<0.73.0>},
              {id,ttb_autostart},
              {mfargs,{ttb_autostart,start_link,[]}},
              {restart_type,temporary},
              {significant,false},
              {shutdown,3000},
              {child_type,worker}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:15.973273 ===
    application: runtime_tools
    started_at: '[email protected]'

=PROGRESS REPORT==== 16-Nov-2023::21:14:15.973766 ===
    application: xmerl
    started_at: '[email protected]'

=PROGRESS REPORT==== 16-Nov-2023::21:14:15.974076 ===
    application: compiler
    started_at: '[email protected]'

=PROGRESS REPORT==== 16-Nov-2023::21:14:15.974403 ===
    application: asn1
    started_at: '[email protected]'

=PROGRESS REPORT==== 16-Nov-2023::21:14:15.974574 ===
    application: public_key
    started_at: '[email protected]'

=PROGRESS REPORT==== 16-Nov-2023::21:14:15.995468 ===
    supervisor: {local,logger_sup}
    started: [{pid,<0.82.0>},
              {id,ssl_handler},
              {mfargs,{logger_olp,start_link,
                                  [logger_std_h_ssl_handler,logger_h_common,
                                   #{config =>
                                         #{filesync_repeat_interval =>
                                               no_repeat,
                                           type => standard_io},
                                     filter_default => stop,filters => [],
                                     formatter => {ssl_logger,#{}},
                                     id => ssl_handler,level => debug,
                                     module => logger_std_h},
                                   #{}]}},
              {restart_type,temporary},
              {significant,false},
              {shutdown,2000},
              {child_type,worker}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.037434 ===
    supervisor: {local,ssl_admin_sup}
    started: [{pid,<0.86.0>},
              {id,ssl_pem_cache},
              {mfargs,{ssl_pem_cache,start_link,[[]]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,4000},
              {child_type,worker}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.085542 ===
    supervisor: {local,ssl_admin_sup}
    started: [{pid,<0.87.0>},
              {id,ssl_manager},
              {mfargs,{ssl_manager,start_link,[[]]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,4000},
              {child_type,worker}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.092484 ===
    supervisor: {local,ssl_admin_sup}
    started: [{pid,<0.88.0>},
              {id,tls_client_ticket_store},
              {mfargs,{tls_client_ticket_store,start_link,"Ϩᰠ"}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,4000},
              {child_type,worker}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.092763 ===
    supervisor: {local,ssl_sup}
    started: [{pid,<0.85.0>},
              {id,ssl_admin_sup},
              {mfargs,{ssl_admin_sup,start_link,[]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,4000},
              {child_type,supervisor}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.099578 ===
    supervisor: {local,tls_sup}
    started: [{pid,<0.91.0>},
              {id,tls_connection_sup},
              {mfargs,{tls_connection_sup,start_link,[]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,4000},
              {child_type,supervisor}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.110507 ===
    supervisor: {local,tls_server_sup}
    started: [{pid,<0.93.0>},
              {id,ssl_listen_tracker_sup},
              {mfargs,{ssl_listen_tracker_sup,start_link,[]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,4000},
              {child_type,supervisor}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.112665 ===
    supervisor: {local,tls_server_sup}
    started: [{pid,<0.94.0>},
              {id,tls_server_session_ticket},
              {mfargs,{tls_server_session_ticket_sup,start_link,[]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,4000},
              {child_type,supervisor}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.114081 ===
    supervisor: {local,tls_server_sup}
    started: [{pid,<0.95.0>},
              {id,ssl_server_session_cache_sup},
              {mfargs,{ssl_server_session_cache_sup,start_link,[]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,4000},
              {child_type,supervisor}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.115655 ===
    supervisor: {local,tls_server_sup}
    started: [{pid,<0.96.0>},
              {id,ssl_upgrade_server_session_cache_sup},
              {mfargs,{ssl_upgrade_server_session_cache_sup,start_link,[]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,4000},
              {child_type,supervisor}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.115914 ===
    supervisor: {local,tls_sup}
    started: [{pid,<0.92.0>},
              {id,tls_server_sup},
              {mfargs,{tls_server_sup,start_link,[]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,4000},
              {child_type,supervisor}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.116074 ===
    supervisor: {local,ssl_connection_sup}
    started: [{pid,<0.90.0>},
              {id,tls_sup},
              {mfargs,{tls_sup,start_link,[]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,4000},
              {child_type,supervisor}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.145461 ===
    supervisor: {local,dtls_sup}
    started: [{pid,<0.98.0>},
              {id,dtls_connection_sup},
              {mfargs,{dtls_connection_sup,start_link,[]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,4000},
              {child_type,supervisor}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.153819 ===
    supervisor: {local,dtls_server_sup}
    started: [{pid,<0.100.0>},
              {id,dtls_listener_sup},
              {mfargs,{dtls_listener_sup,start_link,[]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,4000},
              {child_type,supervisor}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.157600 ===
    supervisor: {local,dtls_server_sup}
    started: [{pid,<0.101.0>},
              {id,dtls_server_session_cache_sup},
              {mfargs,{dtls_server_session_cache_sup,start_link,[]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,4000},
              {child_type,supervisor}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.157863 ===
    supervisor: {local,dtls_sup}
    started: [{pid,<0.99.0>},
              {id,dtls_server_sup},
              {mfargs,{dtls_server_sup,start_link,[]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,4000},
              {child_type,supervisor}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.158005 ===
    supervisor: {local,ssl_connection_sup}
    started: [{pid,<0.97.0>},
              {id,dtls_sup},
              {mfargs,{dtls_sup,start_link,[]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,4000},
              {child_type,supervisor}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.158124 ===
    supervisor: {local,ssl_sup}
    started: [{pid,<0.89.0>},
              {id,ssl_connection_sup},
              {mfargs,{ssl_connection_sup,start_link,[]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,4000},
              {child_type,supervisor}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.158308 ===
    application: ssl
    started_at: '[email protected]'

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.158467 ===
    application: common_test
    started_at: '[email protected]'

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.158605 ===
    application: parsetools
    started_at: '[email protected]'

Eshell V13.2.2.3  (abort with ^G)
([email protected])1> =PROGRESS REPORT==== 16-Nov-2023::21:14:16.285371 ===
    application: qdate_localtime
    started_at: '[email protected]'

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.296411 ===
    application: cf
    started_at: '[email protected]'

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.298372 ===
    application: erlware_commons
    started_at: '[email protected]'

=INFO REPORT==== 16-Nov-2023::21:14:16.308297 ===
Creating qdate ETS Table: qdate_srv
=PROGRESS REPORT==== 16-Nov-2023::21:14:16.308486 ===
    supervisor: {local,qdate_sup}
    started: [{pid,<0.118.0>},
              {id,qdate_srv},
              {mfargs,{qdate_srv,start_link,[]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,5000},
              {child_type,worker}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.308757 ===
    application: qdate
    started_at: '[email protected]'

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.341407 ===
    application: cowlib
    started_at: '[email protected]'

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.364207 ===
    supervisor: {local,ranch_sup}
    started: [{pid,<0.128.0>},
              {id,ranch_server},
              {mfargs,{ranch_server,start_link,[]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,5000},
              {child_type,worker}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.365173 ===
    application: ranch
    started_at: '[email protected]'

Starting Cowboy Server on {0,0,0,0}:8000
=PROGRESS REPORT==== 16-Nov-2023::21:14:16.398409 ===
    supervisor: {local,cowboy_sup}
    started: [{pid,<0.133.0>},
              {id,cowboy_clock},
              {mfargs,{cowboy_clock,start_link,[]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,5000},
              {child_type,worker}]

Static Paths: ["js/","css/","images/","nitrogen/","favicon.ico"]
Document Root for Static: ./site/static
=PROGRESS REPORT==== 16-Nov-2023::21:14:16.398661 ===
    application: cowboy
    started_at: '[email protected]'

Using Cowboy Dispatch Table:
  [{'_',[],
        [{[<<"js">>,'...'],
          [],cowboy_static,
          {dir,"./site/static/js/",[{mimetypes,cow_mimetypes,all}]}},
         {[<<"css">>,'...'],
          [],cowboy_static,
          {dir,"./site/static/css/",[{mimetypes,cow_mimetypes,all}]}},
         {[<<"images">>,'...'],
          [],cowboy_static,
          {dir,"./site/static/images/",[{mimetypes,cow_mimetypes,all}]}},
         {[<<"nitrogen">>,'...'],
          [],cowboy_static,
          {dir,"./site/static/nitrogen/",[{mimetypes,cow_mimetypes,all}]}},
         {[<<"favicon.ico">>],
          [],cowboy_static,
          {file,"./site/static/favicon.ico",[{mimetypes,cow_mimetypes,all}]}},
         {'_',[],cowboy_simple_bridge_anchor,[]}]}]
=PROGRESS REPORT==== 16-Nov-2023::21:14:16.432888 ===
    supervisor: {<0.134.0>,ranch_listener_sup}
    started: [{pid,<0.135.0>},
              {id,ranch_conns_sup},
              {mfargs,
                  {ranch_conns_sup,start_link,[http,ranch_tcp,cowboy_clear]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,infinity},
              {child_type,supervisor}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.444988 ===
    supervisor: {<0.136.0>,ranch_acceptors_sup}
    started: [{pid,<0.137.0>},
              {id,{acceptor,<0.136.0>,1}},
              {mfargs,{ranch_acceptor,start_link,
                                      [#Port<0.8>,ranch_tcp,error_logger,
                                       <0.135.0>]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,brutal_kill},
              {child_type,worker}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.445192 ===
    supervisor: {<0.136.0>,ranch_acceptors_sup}
    started: [{pid,<0.138.0>},
              {id,{acceptor,<0.136.0>,2}},
              {mfargs,{ranch_acceptor,start_link,
                                      [#Port<0.8>,ranch_tcp,error_logger,
                                       <0.135.0>]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,brutal_kill},
              {child_type,worker}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.445589 ===
    supervisor: {<0.136.0>,ranch_acceptors_sup}
    started: [{pid,<0.139.0>},
              {id,{acceptor,<0.136.0>,3}},
              {mfargs,{ranch_acceptor,start_link,
                                      [#Port<0.8>,ranch_tcp,error_logger,
                                       <0.135.0>]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,brutal_kill},
              {child_type,worker}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.450367 ===
    supervisor: {<0.136.0>,ranch_acceptors_sup}
    started: [{pid,<0.140.0>},
              {id,{acceptor,<0.136.0>,4}},
              {mfargs,{ranch_acceptor,start_link,
                                      [#Port<0.8>,ranch_tcp,error_logger,
                                       <0.135.0>]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,brutal_kill},
              {child_type,worker}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.450628 ===
    supervisor: {<0.136.0>,ranch_acceptors_sup}
    started: [{pid,<0.141.0>},
              {id,{acceptor,<0.136.0>,5}},
              {mfargs,{ranch_acceptor,start_link,
                                      [#Port<0.8>,ranch_tcp,error_logger,
                                       <0.135.0>]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,brutal_kill},
              {child_type,worker}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.450899 ===
    supervisor: {<0.136.0>,ranch_acceptors_sup}
    started: [{pid,<0.142.0>},
              {id,{acceptor,<0.136.0>,6}},
              {mfargs,{ranch_acceptor,start_link,
                                      [#Port<0.8>,ranch_tcp,error_logger,
                                       <0.135.0>]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,brutal_kill},
              {child_type,worker}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.451100 ===
    supervisor: {<0.136.0>,ranch_acceptors_sup}
    started: [{pid,<0.143.0>},
              {id,{acceptor,<0.136.0>,7}},
              {mfargs,{ranch_acceptor,start_link,
                                      [#Port<0.8>,ranch_tcp,error_logger,
                                       <0.135.0>]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,brutal_kill},
              {child_type,worker}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.451327 ===
    supervisor: {<0.136.0>,ranch_acceptors_sup}
    started: [{pid,<0.144.0>},
              {id,{acceptor,<0.136.0>,8}},
              {mfargs,{ranch_acceptor,start_link,
                                      [#Port<0.8>,ranch_tcp,error_logger,
                                       <0.135.0>]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,brutal_kill},
              {child_type,worker}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.451482 ===
    supervisor: {<0.136.0>,ranch_acceptors_sup}
    started: [{pid,<0.145.0>},
              {id,{acceptor,<0.136.0>,9}},
              {mfargs,{ranch_acceptor,start_link,
                                      [#Port<0.8>,ranch_tcp,error_logger,
                                       <0.135.0>]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,brutal_kill},
              {child_type,worker}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.451735 ===
    supervisor: {<0.136.0>,ranch_acceptors_sup}
    started: [{pid,<0.146.0>},
              {id,{acceptor,<0.136.0>,10}},
              {mfargs,{ranch_acceptor,start_link,
                                      [#Port<0.8>,ranch_tcp,error_logger,
                                       <0.135.0>]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,brutal_kill},
              {child_type,worker}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.451899 ===
    supervisor: {<0.134.0>,ranch_listener_sup}
    started: [{pid,<0.136.0>},
              {id,ranch_acceptors_sup},
              {mfargs,{ranch_acceptors_sup,start_link,[http,ranch_tcp]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,infinity},
              {child_type,supervisor}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.457245 ===
    supervisor: {local,ranch_sup}
    started: [{pid,<0.134.0>},
              {id,{ranch_listener_sup,http}},
              {mfargs,
               {ranch_listener_sup,start_link,
                [http,ranch_tcp,
                 #{connection_type => supervisor,
                   socket_opts => [{ip,{0,0,0,0}},{port,8000}]},
                 cowboy_clear,
                 #{connection_type => supervisor,
                   env =>
                    #{dispatch =>
                       [{'_',[],
                         [{[<<"js">>,'...'],
                           [],cowboy_static,
                           {dir,"./site/static/js/",
                            [{mimetypes,cow_mimetypes,all}]}},
                          {[<<"css">>,'...'],
                           [],cowboy_static,
                           {dir,"./site/static/css/",
                            [{mimetypes,cow_mimetypes,all}]}},
                          {[<<"images">>,'...'],
                           [],cowboy_static,
                           {dir,"./site/static/images/",
                            [{mimetypes,cow_mimetypes,all}]}},
                          {[<<"nitrogen">>,'...'],
                           [],cowboy_static,
                           {dir,"./site/static/nitrogen/",
                            [{mimetypes,cow_mimetypes,all}]}},
                          {[<<"favicon.ico">>],
                           [],cowboy_static,
                           {file,"./site/static/favicon.ico",
                            [{mimetypes,cow_mimetypes,all}]}},
                          {'_',[],cowboy_simple_bridge_anchor,[]}]}]},
                   max_keepalive => 100}]}},
              {restart_type,permanent},
              {significant,false},
              {shutdown,infinity},
              {child_type,supervisor}]

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.457867 ===
    application: simple_bridge
    started_at: '[email protected]'

=PROGRESS REPORT==== 16-Nov-2023::21:14:16.458128 ===
    application: nitrogen
    started_at: '[email protected]'

=INFO REPORT==== 16-Nov-2023::21:14:21.711446 ===
{error,exit,
    {failure_to_deserialize_page_context,
        [{serialized_page_context,
             <<"RmpaHT4aJQmfOs9b8sbuKHjFA1lZlB-8Wy7CAqVR_6MEbJU2mXOYpzA3L-I4Y8-DQSVAXYLTfW2aTJJfm5tTMSm2zjm_jEvEspnKzGHHrCwhQH8oOYy5-UgxqL2cWMAoo0eFVEfvDaJaPDtSUPfCYB-SzA-pWzc_rpH3ywcQX_6nxeNVcH8poV8b7htqdm-Xb5hx0G0v5ZBZkXJG2dg4wCGemeie5eyZqYM5OYcLPmDg1RWu3sRawVKV04I9usPvVZpi6SNiENVCgAbrppqdHk-wSSAD9XGfH1cazJey6uHoH57XLTmO9pWlq215He4AsQtWvDbWKdvtjFzzDGVTRT7PJuM8eEMUllohI6Iu3p1oOkphMCy8r8_oUGrkp07vm1gezYwxgUVgSn7H9m0rkpCW4MtMyi82DxVA3riU3xX3FDzcSJEsBz5LWkv4evyMvfxpn-_aaQX2c7Em5lXGInnKR_Ly7ZyP6RA6ynMuEYakyrCQ4-2vN0bIGYIFsQm91jrQ8Svb5feEyWNflXuZnTCyPNWojLZel4r9XOmrXhlTGvYMYuMRu45VkcCFFMMNOa7M9Vv9RaXdXX4JA_ez0LpYtvd9ACsM012RtPNneRWRL2SdBSPEYY8y4qCfI8k6-53Ad4lOx8xDVyiBq6aiTuM2OCUr2UAx9kLAO0-qXjFhFK4xXfsaXQuHl-fedqUPyAYruxhJLeOcvOXHJ5h2gF9fh4SDkiyJ1cPSvN-NzfeFBUmSFMot5Ezc7r65OUDgeW8wzVjJIaZgy8P08a5HH_XUlVfxfpdMLbL244NJXPL99r-HJn3IeEAPbVipb1PZbVsIUQW68gkn_FqAdS1tgN2H9G6UfBHMhWRbYmVMk2tFpBLGMZ2JOtPNu3pLPddDYYTHnzknrbZ31CJ1mBnfhLzdnN9uz1_Yz-1ej9iIO9XW_lihwu3SLFGArdZf3sPkCwOXe03cHp4AEBeuoq0ADGEBDJ6gdFmke2z-NO4qC4dqvhEl0YoZ5Ia78ny2GYPwDznNLV9UgD1XgT9hw_we73-ElDxhRRIOZLlAgU-HaAvTk4jxuem8YLp_lFOnOjNt_YUZ3h_pvsBwu__PtZiFEPTcJ_ED9VPxWVPlXnrtBu1YT-C0qxJFvqUsuCsbAAg9sa2MPHgDZPG_efTkMy6xMu1LPvYIzxy8icXtUqO6tXERLULwqs_yPC_0vD4cWSph7-rgnkUEkOoHchTFWZOK1lC8h6CVSgph2NJ71QFWe5iLGPlJuLdUdZXPpsNLX91u444-vQAJDeiCxHrqlkTcQnZa2FfHQd_zKfp-OVPbzwB8zBkXoKJMusi2Krt-gtIXNiKHJLv1lrfaGNH6EidDDn6IwdN36UGzIkm6KENBt0MJXE7oIuX4YGrhXPI6gM0VAGyo4Dr9cBolB0d6lbLNLebjG44KKQZ_mfGrAWpAP7H8MTHgMJ7ttBGjVoNzv9D5YVx8V2lrBwMQf3QOK5o6KXKBBn4hixRJkjM2zjtCfZjvHQ_53OFe60W6MuDiAT0OpISQGDH0azLqSx6Q5RDO_2_Boy9FXq0FZK44_0iMpjI5wp7AohqYAWT6rNGoGw26tND1QZ7PuK5hvvZ5pWGb4PMnrO1Vx0myUFd-8Rryo7Oc0XgHY1dU4qsENjHc8zGHJI6JLwlad4GKT8yQRfqSztaIsLX2DolYHqYdNIYFLl6F-1_VqH9COvagjHVEmnwEfJiOk6s524piW9i7etZDL3l4AOqTa_rg6Wt_sAv2-4nT5_SLw65axXORbfemz8Te0sq7KA7Yd460m83SVjM_JCGYIrBPS974JynucMwEQ2IwR2BU3rSWBT12QO-J0fxv9ZDkDFy9XePO3DHecJyhGTEojmKKekJG8ha8sO6pTFCL5NFmNm-Htpgd6FFAtPK8dYKZLRU_CCt9P7gdRnTTWov3ecTbZwcRrCwoh7CyJOMwcCOiNoPb5r-o7-ud5Ce0IhMUjXQ9rYgQ3rdxa1E-zD48CMBerlIwjHfJ9YssT9JET6JGuohSdngGTF3O9npB4n0PuVwZJV1mA8Nqov49ePvmd3bIEU7cVbIV9rk4LZqh1ERyOgcdts7cKcnoF-UKrWcVEw6xqMzTXN3e2j7a-EKXKy1G08_Z9M2tr6kqMMeA19RLB5rDKPqCKN2DSbUtOVj-zGClz-gqdIfNeqSdw00nLnEusajRF-fOnQJY-IRqHY9wJY0pCTllhFZZ-CaCkW6r5I4JxC6IAzTtIhyBY9RXbJqlczyZJEaibLLK2unPlw7MAUYZZrj6XkFBBcRzw44lSeWWyMrgHZ6syUYP2Dsyo5iaMfcyKFqOwJS_Z8H1nRa8o5CF6JEVX8xMkN_ypZ9_HpDz5UWj0B_xf0w5Fwe4Zj8Tsc6WJNkRiNCe7FK8xXfNn6He-aBJOGM8N53O7UIoC4zEJnK5_7LTzxZbDtfdjZiV53VsvSQFkIr0D2OPDqBTwyuw_g21CCf5j012qPWaxWuEchhsUARIwlMBqCk8pNjUE2qqnTozfwC0XLgna0hWpe0p6lwOxUFBOxKrfD3IvzRjaOA1VmlgcdeD-cPYL_Kc0fuhib8GTWfvEgbtBs3IWAOV0swJkLf0yeUb0LuMLS0jwukagvh2hb56u1OMRiI4G12nvxEds5ldEOV-OwRlc_JEeLZgVUukfCrS9_shoEfGBvB3yZt60sKd5xkDKcbN305o8GyOORLwuMQo9NTGvqaCLaD9lItjw754dboAJj6LLBdOZv-gIPU4vWCME27hU_GxMdACqFtsZx0T1uiZAc6cHYXAcwWURBuTNuJBcdG1M-M64yV-2SAiiRpl7xttGme_Nku59MI0L05ynAhdCYLj8uftsIdl5bKudVXM1Dwc1hCFz-feO_U8zNBcLWOAD9Phj3ricP2dzFGVk-NAdc16bPc3hZwC-tyojluUm_y5IBCcrhlGU05P1t5q8oMStI5Cw8WDUEIxMFzDDkl_gjzYnOqO79nuGmgzz1IHycljxhhRw5vJheT5f1TKaINkZNQbwrqvHfhzTFxxbcw3zWLC7CNmpXjPlne9KvAcgdV4fdgRk2br2putuKG0zCqzRhYmrXY0HmmwLpIb2DOejNDbYz5drRiBz_xvGmBvLTxIphkyPom9ODVtTPgqoJOg8KLnRCIbjJsTAW1iEtPSKmbHOcGHKaeeKLmvxGq5PjaGGDN-6vnmbcvcKoCFvABVbNLY0KZ1X71cPeBo3btuhVN8cxDFVSorRJRuMQk59Mw1euJ-1Ajw2X2SGIQCDiQPgGijII8DGFAFePjd300UDD05IT4Hie9TmZdT1Zhu1lq-QRrB_u0Htv_o8yISS0t9hkq9UzFKttO5gR36EJGJP5Yu3u5eoE0mCxcR1LM2KB6jV8HcCUCK7RG2WTkJcUh22WOBWuXygFn3CMtaOOx0pXmQEYhBiAdNTEjtDk-XpePXEnq5hFfiXg1DnCNoRV1HpJ8esIBy5BytCc5gwxbTxpAeJKhzO7dL9Ar3L-OjRvP8qtPiVsBCxJMq_RztnIFcLfgy8G5VkYGJ9f9GjxS6JnOyXKk8GqvUo1sTbKso8m3CyBizURPVpJ_lkw0TNb78oozaouT8-onOUhb3lcN3ACz2S1RKbn-b5SEHu_Ol_xKPuhCViG7ikzuEqq0rCXkYEORZjMDtc9x9Z_GNZBE6ADGLk0-AJFrgI50lmvn0cSdmO4puzG7mSaKjOf_BR81W0n_5mj087c2k-qB8nVBh6ffi9oPF-10W5gKNDAv51WDY2aELaJukf1taEVNpU8Swz9YOHv3iCD8GZqHzyPHPGo5a_P6Qs3Y8UDtlMUEs3NXbQr1w-zxgY0XmWv_1DRq261LCxPl1twKdYp-4ir5h8xkEEVe24oh10ovzptJEu0o9vyyhplM1CnLOVX2Db9Q1lGYxNSlrLR2ANJkXnfTq92WfkU_qFD2DPQUsDJ_gi_ALbJCZWbopmIziGlj-NIdLbvt05FPTRoUPKmUS0b4H_TPrYFgsbgjgrvOwlVe5DWqRr-OyKrfHNTAZ9tyYGEYVf_NHmgoWrX0u_eS2b3DbA43_7Jip7VKFOKgxlVbaaRAK78O6ng_OM4NdxBOor6CBqW9f8ajLn0BSibGg2vLFq4MpTqeWVmxfY9t1vQbRVe4KYYn2Rbkm1KN-W8YDATvWVFODZB_UiBO0PXC7-a2ryeKuCzbNedKEORIuPha2Xm2E1lQ4WRIolh4GZLXxHdYXn1HCVvAPztcH8OoJxxDsaGcCWJ2ElLJsOdYn7ZV03-_N1LTOJQIMmO0CcZ-ytbOw_kndWs3RHFJ9rTrYfxEdFhbPpRfD9iWrZtcu-TZrrPMYcygzpP5DA9sS-KNzFDGxevRkXC4oghpcuPVz2B1Bk9BNFaU5w-lkEZ---2ks7lrj1EpgF-9cvuwa71MaEa2e7pyo1PlRmrVnk1_gRB8m2OnMwNWkeS0AQaKAwKYV66Hb-GbX1s4hxeg8Xisd82OwLj4p7XHU0V8kphAMoSHdSrwMHQ-dNDzqt2tMijflUFw26DPsyxgfJutovCr5WRTd0rPhhZIVRjrRANiDeN1qwNDRJIGBN8Y3N9KE4h0RZIXevcPXJU4mhxsFWk5t5AzlpjLG_lbZFo4wwC0BefLza2Cu-chNNHSWc-AHI0_83cwpZroifEZFZiPjyLRfNQBP8ZVrn2bTOOFKwIzs6H6WnWVnae5W45qQGvaUU3OU0qip1wWJz_plghk0ElmHjHWCz9cpdWUi0oFA5P_pGEFzixJyTbCJmltcA8V4SpVxcmeokpa-SX3Rb_ldm_dEqXmB4WTxDhMCV1smRuzojukQGNFyTkoNmG-uR60Kkb4tvTPJcpRLvsfCv_PGdtqSPGfmfFjVDTAcH08NVP4F5lqhl3N6iQYKkklcp-cKrtJLfjKpVNwYkbkmT-lcugqDxtpdwOIeB341-Gqbida_V_FSDea_Qtu36lc7xFHRPdZxVVxDu0AqndxUXZCBGl7VK0AYhdwJiozMRaUYtSa4-Of91qijZSiUHjLbPhiB4gFTwLwQOphKefZJxa6o03TDpabXDYsNf6nOUTlh5bDgV2e_XG3koZnGNneEIMsBhwLBJanI4OYdRtzjnZauDQcPO5HaV8ASHes2i0g5p3anDYd0FYkx0-dNw3C0Fs_3laa_Mc5MmRB--qbj5ZU6I08P6z3Db_iqjTFD8plT3e7PMm2wMFhgqL1-4KM87v9dDHGFhCtVdYsi77M1H9QpJBRvIoIg4VZafhInSopdZF0DiC_n9Pw0YC_c8RayRYxG52-PSPG7iK-vzPjmCBlmcsviD_j7bbtyYxKCX2orj-8sTO2tVxhdSOIyYYWzFyiq1IJeWkw8L00KCbRlQ1D2ytNeaH0jewTN4WACRRHpId2U69ccrvKhdfbTcBLHLSe2SXS-KHUq0V3Gznn2p7syrG-im5LlxpvfIeyZNKiLB71CORvoYTgiCCXAJ1wv6PuSZ-niIHbiX4Jp0ucJn2Z8_zbp-Ib1QYDNU4Xv8lKb5zfDbVTlCCC_K2gH4FRNagj4pl8WAjNmMytegrYBJ_SLXNgP7EEktSpu0j1R9B8XtHM7Ie89CHAKbApG7DVT04b9A8op8sg3g-yBUu3V6qKWDOh0n6qBhK9Busf-J8wGUeqvXACWEF1-aVwEvqmLyOSb0rXd2TDlGD1wEt6hYmIj1A8rnB21urc84FSvvOAe0Iedj321c4nxsLbP2JkE_rEuuy0_Mt0z7C3T79Bxy5GoRYxr667rGKy0QcCG-CexgGF-A6XF0NF8qAUdDLvSUEbylRqmdhecseaXiLA-WzdhGnn3W4kGKhVAE8-ZBuV94oXIxYT6ZNI9DTN5jPAdVXCjsckFSXD1yq3b0SsPOfEOkynf7VZOW_yYMwaHfodtPDWnyzm2hP9bscnpv2Z6bT3wYGBRTM1BzPpzFpYKg48WrphOKMUH_DLVeO90fecq048vVerNCZDjugnl3xgIuSYeBoel1PRYnlgmi9dgiUssi0-AkOUVDvPXG5ITbfn_MiHFZbw8qNI9AKG74caR5BU8QdZepSBPyi1YzweDUg3kJSzum1y5lUmjrzzMIFAtTVPQP1N16jc00kQ8CyUy7U504Das9kBAMhQ3yIIaFe_rUXLb_HQtT7JnHtYXWlJFFMg-yWWZuCr19kiKfBcrOyuRzQTNSPnfUs14T8LlX4zoEy9GMm054TZs0CWV2ywUHX1NQq6rlQ9WjdVffcWjBijDfi1VJ5YidN-WGoKzSGItOybx1XUna20rDpFMMvA6uLjcKp84FN_z3YphgWU5QUs25Ua70RQZRwx3Cycm-Zl6Dzx2nUd_1K7zk5FFZYtWW7-L_1z_TbVa-wosM-Q7iNAU0iUkY2bwdWhGFmYWgnZIXPAr83E">>},
         {suggestion,
             "The most common cause of this is that nitro_cache is not started. Try running: application:start(nitro_cache)."}]},
    [{wf_core,deserialize_context,1,[{file,"src/wf_core.erl"},{line,188}]},
     {wf_core,init_websocket,1,[{file,"src/wf_core.erl"},{line,60}]},
     {nitrogen,ws_message_catched,2,[{file,"src/nitrogen.erl"},{line,126}]},
     {nitrogen,ws_message,3,[{file,"src/nitrogen.erl"},{line,94}]},
     {cowboy_simple_bridge_anchor,websocket_handle,2,
         [{file,"src/cowboy_bridge_modules/cowboy_simple_bridge_anchor.erl"},
          {line,70}]},
     {cowboy_websocket,handler_call,6,
         [{file,"src/cowboy_websocket.erl"},{line,482}]},
     {cowboy_http,loop,1,[{file,"src/cowboy_http.erl"},{line,231}]},
     {proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]}

=INFO REPORT==== 16-Nov-2023::21:14:21.733043 ===
{error_in_crash_handler,exit,
    {noproc,{gen_server,call,[nitro_cache_expirer,{new,nitrogen}]}},
    [{gen_server,call,2,[{file,"gen_server.erl"},{line,370}]},
     {nitro_cache,init,1,[{file,"src/nitro_cache.erl"},{line,48}]},
     {nitro_cache,get,5,[{file,"src/nitro_cache.erl"},{line,135}]},
     {default_cache_handler,get_cached,5,
         [{file,"src/handlers/cache/default_cache_handler.erl"},{line,58}]},
     {wf_handler,call,3,[{file,"src/lib/wf_handler.erl"},{line,38}]},
     {cache_handler,get_cached,3,
         [{file,"src/handlers/cache/cache_handler.erl"},{line,59}]},
     {wf,cache,3,[{file,"src/wf.erl"},{line,465}]},
     {wf_render_actions,call_action_render,5,
         [{file,"src/lib/wf_render_actions.erl"},{line,162}]}]}


([email protected])1> =INFO REPORT==== 16-Nov-2023::21:15:06.519525 ===
{error,exit,
    {failure_to_deserialize_page_context,
        [{serialized_page_context,
             <<"iDAHwKtC-8slRFqJiaZw5RNwAmL8ChuY09QbeuEbyMfU8zX1U13LYZQJbMwHQTeT_hhQYAm-9SOoFibackB1WdCQoOkepxNLb99G8oaS2kJ4uvI1yZuF8EFm04XLGELFWTITAbRsB2kYjDpnUd52Ni-wDcXUkqBKyqKVE3F7qaR8WJE58iVidg7v0YBoJvD2X-VrvCYh9ZX4zp9YBBAdLzFXpw8tYhJRa49XIA_1-n6uF9bjG5SOjyi6nFh04feGr6ejOArd1D-EUuslWE79O7KQGbjWexkZkZLMjUx_FzdBky00">>},
         {suggestion,
             "The most common cause of this is that nitro_cache is not started. Try running: application:start(nitro_cache)."}]},
    [{wf_core,deserialize_context,1,[{file,"src/wf_core.erl"},{line,188}]},
     {wf_core,init_websocket,1,[{file,"src/wf_core.erl"},{line,60}]},
     {nitrogen,ws_message_catched,2,[{file,"src/nitrogen.erl"},{line,126}]},
     {nitrogen,ws_message,3,[{file,"src/nitrogen.erl"},{line,94}]},
     {cowboy_simple_bridge_anchor,websocket_handle,2,
         [{file,"src/cowboy_bridge_modules/cowboy_simple_bridge_anchor.erl"},
          {line,70}]},
     {cowboy_websocket,handler_call,6,
         [{file,"src/cowboy_websocket.erl"},{line,482}]},
     {cowboy_http,loop,1,[{file,"src/cowboy_http.erl"},{line,231}]},
     {proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]}

=INFO REPORT==== 16-Nov-2023::21:15:06.520009 ===
{error_in_crash_handler,exit,
    {noproc,{gen_server,call,[nitro_cache_expirer,{new,nitrogen}]}},
    [{gen_server,call,2,[{file,"gen_server.erl"},{line,370}]},
     {nitro_cache,init,1,[{file,"src/nitro_cache.erl"},{line,48}]},
     {nitro_cache,get,5,[{file,"src/nitro_cache.erl"},{line,135}]},
     {default_cache_handler,get_cached,5,
         [{file,"src/handlers/cache/default_cache_handler.erl"},{line,58}]},
     {wf_handler,call,3,[{file,"src/lib/wf_handler.erl"},{line,38}]},
     {cache_handler,get_cached,3,
         [{file,"src/handlers/cache/cache_handler.erl"},{line,59}]},
     {wf,cache,3,[{file,"src/wf.erl"},{line,465}]},
     {wf_render_actions,call_action_render,5,
         [{file,"src/lib/wf_render_actions.erl"},{line,162}]}]}```

from nitrogen.

JiffB avatar JiffB commented on May 27, 2024

git log -1

O_o, Whiney Houston, we have a problem - i got out of the first start up and typed that, but it did not like it :/

$ git log -1
fatal: your current branch 'master' does not have any commits yet

May be it just comes from the scripts I copied at the root, as I did not commit anything since the creation of this test project.

from nitrogen.

choptastic avatar choptastic commented on May 27, 2024

git log -1

O_o, Whiney Houston, we have a problem - i got out of the first start up and typed that, but it did not like it :/

$ git log -1
fatal: your current branch 'master' does not have any commits yet

May be it just comes from the scripts I copied at the root, as I did not commit anything since the creation of this test project.

I mean from the root of nitrogen, not the root of your application.

from nitrogen.

choptastic avatar choptastic commented on May 27, 2024

Regardless, there's a disconnect between versions (pulling from the master branch of nitrogen_core won't work with the current version of the nitrogen repo on your machine).

So there are a few options here to get this squared away:

Option 1: Update your rebar.config to point nitrogen_core at the 2.x branch (instead of the master branch), then delete dependencies and rerun make
Option 2: Pull the latest version of nitrogen with git clone https://github.com/nitrogen/nitrogen and run the usual make scripts from that

For your already-existing project, I'd recommend doing option 1, for a new project, I recommend option 2.

Alternatively, you can automate some of the steps to upgrade to Nitrogen 3 and rebar3 with this: https://github.com/nitrogen/nitrogen#upgrading-from-nitrogen-2-to-nitrogen-3

Make sure you follow the instructions on-screen closely. There is a post-script step that requires some manual steps before running one more script.

from nitrogen.

JiffB avatar JiffB commented on May 27, 2024

I mean from the root of nitrogen, not the root of your application.

Arf, here it is :

$ git log -1
commit 839981f687bc2e9faccb9d83b655627f56f11e26 (HEAD, origin/master, origin/HEAD, master)
Author: Jesse Gumm <[email protected]>
Date:   Sun Nov 12 16:13:49 2023 -0600

    Fixed a crash in template callouts

from nitrogen.

JiffB avatar JiffB commented on May 27, 2024

Regardless, there's a disconnect between versions (pulling from the master branch of nitrogen_core won't work with the current version of the nitrogen repo on your machine).

Ah, ok, I was beginning to think about that.

So there are a few options here to get this squared away:

Option 1: Update your rebar.config to point nitrogen_core at the 2.x branch (instead of the master branch), then delete dependencies and rerun make

I'll take this one until the net stable tag appears.

Option 2: Pull the latest version of nitrogen with git clone https://github.com/nitrogen/nitrogen and run the usual make scripts from that

For your already-existing project, I'd recommend doing option 1, for a new project, I recommend option 2.

What I did was to restore nitrogen files from a former backup, but I'm locking it right now to the '2.x' branch instead of the master one to make sure there's no possibility to goof.

Alternatively, you can automate some of the steps to upgrade to Nitrogen 3 and rebar3 with this: https://github.com/nitrogen/nitrogen#upgrading-from-nitrogen-2-to-nitrogen-3

Make sure you follow the instructions on-screen closely. There is a post-script step that requires some manual steps before running one more script.

Talking about that, I have some fix/modifications to the 2.x branch, such as 'fix-slim-release' fixed (used: git:// instead of https://), the 'after' in element_checkbox that now works, adding the 'loading' parm into element_image and element_iframe and a modification to wf_convert (encoding/decoding the keyboard hyphen to the typographic one, that isn't recognized by databases) shall I send you directly (PM) the modified files ?

from nitrogen.

choptastic avatar choptastic commented on May 27, 2024

from nitrogen.

Related Issues (20)

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.