garbage collection - executing java command remotely via ssh fails with GC error -


i've been attempting execute java application using ssh remote machine quite doesn't work :(

to execute application on local machine, wrote shell script including java command, , works okay on local.

so, tried execute shell script remotely via ssh below

ssh username@hostname execute.sh 

it seemed worked out @ first, result in following error, , shutdown.

gc warning: repeated allocation of large block (appr. size 929792): may lead memory leak , poor performance.

gc warning: out of memory! returning nil!

i understood message means reading page ( http://www.hpl.hp.com/personal/hans_boehm/gc/debugging.html ), yet, have no idea how come error occur when execute java command remotely.

does know this? or, there better way execute java command remotely other ssh?

any idea or information appreciated!

regards, may


java version: java(tm) se runtime environment (build 1.6.0_18-b07)

the difference between exec'ing command locally vs remotely environmental variable setup. please check environment variables program might using (such java_home) being set expected values


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -