Skip to content

Instantly share code, notes, and snippets.

View pdilyard's full-sized avatar

Paul Dilyard pdilyard

  • Atomic Industries
  • Cleveland, OH
View GitHub Profile
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:
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
# Python compiled files
*.pyc
# Large datasets
# *.bin
radium/nlp/data/GoogleNews.bin
# venv
venv
@pdilyard
pdilyard / output
Created September 6, 2016 19:29
vagrant output
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
## 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
===> 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,
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}
upstream myapp {
server 10.123.45.67:4000;
server 10.123.54.76:4000;
}
[
extends: [],
import: [],
mappings: [
"orient.username": [
doc: "The username to use when connecting to OrientDB",
to: "ex_orient.user",
datatype: :binary,
default: "admin"
],
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,
{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"},