Skip to content

Instantly share code, notes, and snippets.

@tomiles
Created August 17, 2009 13:43
Show Gist options
  • Save tomiles/169122 to your computer and use it in GitHub Desktop.
Save tomiles/169122 to your computer and use it in GitHub Desktop.
1> couch_os_process:start_link("/usr/bin/java -Dcouchdb.log.dir=/opt/local/var/log/couchdb-lucene -Dcouchdb.lucene.dir=/opt/local/var/lib/couchdb-lucene -jar /Users/tomsante/git/couchdb-lucene/target/couchdb-lucene-0.4-SNAPSHOT-jar-with-dependencies.jar -index").
{ok,<0.151.0>}
2> [error] [<0.151.0>] OS Process died with status: 134
[error] [<0.151.0>] ** Generic server <0.151.0> terminating
** Last message in was {#Port<0.1219>,{exit_status,134}}
** When Server state == {os_proc,"/usr/bin/java -Dcouchdb.log.dir=/opt/local/var/log/couchdb-lucene -Dcouchdb.lucene.dir=/opt/local/var/lib/couchdb-lucene -jar /Users/tomsante/git/couchdb-lucene/target/couchdb-lucene-0.4-SNAPSHOT-jar-with-dependencies.jar -index",
#Port<0.1219>,
#Fun<couch_os_process.0.4707866>,
#Fun<couch_os_process.1.68874858>,5000}
** Reason for termination ==
** {exit_status,134}
=ERROR REPORT==== 17-Aug-2009::16:01:40 ===
** Generic server <0.151.0> terminating
** Last message in was {#Port<0.1219>,{exit_status,134}}
** When Server state == {os_proc,"/usr/bin/java -Dcouchdb.log.dir=/opt/local/var/log/couchdb-lucene -Dcouchdb.lucene.dir=/opt/local/var/lib/couchdb-lucene -jar /Users/tomsante/git/couchdb-lucene/target/couchdb-lucene-0.4-SNAPSHOT-jar-with-dependencies.jar -index",
#Port<0.1219>,
#Fun<couch_os_process.0.4707866>,
#Fun<couch_os_process.1.68874858>,5000}
** Reason for termination ==
** {exit_status,134}
[error] [<0.151.0>] {error_report,<0.25.0>,
{<0.151.0>,crash_report,
[[{initial_call,{couch_os_process,init,['Argument__1']}},
{pid,<0.151.0>},
{registered_name,[]},
{error_info,{exit,{exit_status,134},
[{gen_server,terminate,6},
{proc_lib,init_p_do_apply,3}]}},
{ancestors,[<0.32.0>]},
{messages,[]},
{links,[<0.32.0>]},
{dictionary,[]},
{trap_exit,false},
{status,running},
{heap_size,1597},
{stack_size,24},
{reductions,287}],
[{neighbour,[{pid,<0.32.0>},
{registered_name,[]},
{initial_call,{erlang,apply,2}},
{current_function,{shell,eval_loop,3}},
{ancestors,[]},
{messages,[]},
{links,[<0.26.0>,<0.151.0>]},
{dictionary,[]},
{trap_exit,false},
{status,waiting},
{heap_size,2584},
{stack_size,6},
{reductions,3606}]}]]}}
** exception error: {exit_status,134}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment