prashant-r / Scalaris

DHT Chord Transaction
Apache License 2.0
0 stars 0 forks source link

Error booting #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. make clean
2. ./configure
3. make
4. cd bin (or not)
5. ./boot.sh (or ./bin/boot.sh)

What is the expected output? What do you see instead?
I would expect to have a server started and responding on ports 8000 or 14195. 
I receive: 
{error_logger,{{2009,7,20},{23,6,40}},"Can't set long node name!\nPlease
check your configuration\n",[]}
{error_logger,{{2009,7,20},{23,6,40}},crash_report,[[{pid,<0.22.0>},{registered_
name,net_kernel},{error_info,{exit,{error,badarg},[{gen_server,init_it,6},{proc_
lib,init_p_do_apply,3}]}},{initial_call,{net_kernel,init,['Argument__1']}},{ance
stors,[net_sup,kernel_sup,<0.9.0>]},{messages,[]},{links,[<0.19.0>]},{dictionary
,[{longnames,true}]},{trap_exit,true},{status,running},{heap_size,4181},{stack_s
ize,23},{reductions,2083}],[]]}
{error_logger,{{2009,7,20},{23,6,40}},supervisor_report,[{supervisor,{local,net_
sup}},{errorContext,start_error},{reason,{'EXIT',nodistribution}},{offender,[{pi
d,undefined},{name,net_kernel},{mfa,{net_kernel,start_link,[[boot,longnames]]}},
{restart_type,permanent},{shutdown,2000},{child_type,worker}]}]}
{error_logger,{{2009,7,20},{23,6,40}},supervisor_report,[{supervisor,{local,kern
el_sup}},{errorContext,start_error},{reason,shutdown},{offender,[{pid,undefined}
,{name,net_sup},{mfa,{erl_distribution,start_link,[]}},{restart_type,permanent},
{shutdown,infinity},{child_type,supervisor}]}]}
{error_logger,{{2009,7,20},{23,6,40}},crash_report,[[{pid,<0.8.0>},{registered_n
ame,[]},{error_info,{exit,{shutdown,{kernel,start,[normal,[]]}},[{application_ma
ster,init,4},{proc_lib,init_p_do_apply,3}]}},{initial_call,{application_master,i
nit,['Argument__1','Argument__2','Argument__3','Argument__4']}},{ancestors,[<0.7
.0>]},{messages,[{'EXIT',<0.9.0>,normal}]},{links,[<0.7.0>,<0.6.0>]},{dictionary
,[]},{trap_exit,true},{status,running},{heap_size,233},{stack_size,23},{reductio
ns,123}],[]]}
{error_logger,{{2009,7,20},{23,6,40}},std_info,[{application,kernel},{exited,{sh
utdown,{kernel,start,[normal,[]]}}},{type,permanent}]}
{"Kernel pid
terminated",application_controller,"{application_start_failure,kernel,{shutdown,
{kernel,start,[normal,[]]}}}"}

Crash dump was written to: erl_crash.dump
Kernel pid terminated (application_controller)
({application_start_failure,kernel,{shutdown,{kernel,start,[normal,[]]}}})

What version of the product are you using? On what operating system?
Svn -r374
Linux you 2.6.29-gentoo-r5 #9 SMP Thu Jul 9 08:00:25 PDT 2009 i686 Intel(R)
Core(TM)2 CPU T5500 @ 1.66GHz GenuineIntel GNU/Linux

Please provide any additional information below.

Original issue reported on code.google.com by frogstar...@gmail.com on 21 Jul 2009 at 6:07

GoogleCodeExporter commented 8 years ago
Hi,

is it possible, that you didn't set a fully-qualified hostname?
"hostname -f" should return something like "mymachine.mydomain.com" and no just
"mymachine".

Original comment by schu...@gmail.com on 21 Jul 2009 at 8:36

GoogleCodeExporter commented 8 years ago

Original comment by schu...@gmail.com on 28 Aug 2009 at 8:32