This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20:42:31.981 [error] Task #PID<0.9006.1211> started from :error_logger terminating | |
** (ArgumentError) argument error | |
(honeybadger) lib/honeybadger/client.ex:36: Honeybadger.Client.send_notice/3 | |
(elixir) lib/task/supervised.ex:94: Task.Supervised.do_apply/2 | |
(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3 | |
Function: #Function<0.116999615/0 in Honeybadger.Logger.handle_event/2> | |
Args: [] | |
=CRASH REPORT==== 11-Oct-2016::20:42:31 === | |
crasher: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
orient: | |
image: orientdb:2.1.19 | |
ports: | |
- 2424:2424 | |
- 2480:2480 | |
environment: | |
ORIENTDB_ROOT_PASSWORD: admin | |
volumes: | |
- ./ci/config:/orientdb/config | |
- ./ci/databases:/orientdb/databases |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Python compiled files | |
*.pyc | |
# Large datasets | |
# *.bin | |
radium/nlp/data/GoogleNews.bin | |
# venv | |
venv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bringing machine 'default' up with 'virtualbox' provider... | |
==> default: Importing base box 'concourse/lite'... | |
==> default: Matching MAC address for NAT networking... | |
==> default: Checking if box 'concourse/lite' is up to date... | |
==> default: Setting the name of the VM: concourse_default_1473189117652_71594 | |
==> default: Fixed port collision for 22 => 2222. Now on port 2200. | |
==> default: Clearing any previously set network interfaces... | |
==> default: Preparing network interfaces based on configuration... | |
default: Adapter 1: nat | |
default: Adapter 2: hostonly |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Name of the node | |
-name hydrogen@ip.address.removed | |
## Cookie for distributed erlang | |
-setcookie custom_cookie_removed | |
## Heartbeat management; auto-restarts VM if it dies or becomes unresponsive | |
## (Disabled by default..use with caution!) | |
##-heart |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
===> Provider (release) failed with: {error, | |
{rlx_prv_assembler, | |
{release_script_generation_error, | |
systools_make, | |
[{error_reading, | |
{exometer_core, | |
{{missing_param,registered}, | |
{application, | |
exometer_core, | |
[{description, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
map $http_upgrade $connection_upgrade { | |
default upgrade; | |
'' close; | |
} | |
upstream myapp { | |
server 10.123.45.67:4000; | |
server 10.123.54.76:4000; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
extends: [], | |
import: [], | |
mappings: [ | |
"orient.username": [ | |
doc: "The username to use when connecting to OrientDB", | |
to: "ex_orient.user", | |
datatype: :binary, | |
default: "admin" | |
], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defmodule Hydrogen.Mixfile do | |
use Mix.Project | |
def project do | |
[ | |
app: :hydrogen, | |
version: "1.0.0", | |
elixir: "~> 1.2", | |
elixirc_paths: elixirc_paths(Mix.env), | |
compilers: [:phoenix] ++ Mix.compilers, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{error_logger,{{2016,4,2},{13,14,4}},crash_report,[[{initial_call,{supervisor_bridge,user_sup,['Argument__1']}},{pid,<0.172.0>},{registered_name,[]},{error_info,{exit,{undef,[{'Elixir.IEx.CLI',start,[],[]},{user_sup,start_user,3,[{file,"user_sup.erl"},{line,100}]},{user_sup,init,1,[{file,"user_sup.erl"},{line,49}]},{supervisor_bridge,init,1,[{file,"supervisor_bridge.erl"},{line,80}]},{gen_server,init_it,6,[{file,"gen_server.erl"},{line,328}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]},[{gen_server,init_it,6,[{file,"gen_server.erl"},{line,352}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]}},{ancestors,[kernel_sup,<0.153.0>]},{messages,[]},{links,[<0.154.0>]},{dictionary,[]},{trap_exit,true},{status,running},{heap_size,2586},{stack_size,27},{reductions,303}],[]]} | |
{error_logger,{{2016,4,2},{13,14,4}},supervisor_report,[{supervisor,{local,kernel_sup}},{errorContext,start_error},{reason,{undef,[{'Elixir.IEx.CLI',start,[],[]},{user_sup,start_user,3,[{file,"user_sup.erl"}, |