On Mon, 8 Sep 2014 05:58:33 -0400
Dennis Reedy <
dennis...@gmail.com> wrote:
Hello Dennis,
> Just off the top of my head; try setting the following when starting
> Rio:
> -Djava.rmi.server.useCodebaseOnly=false
Now ClassNotFoundException has gone away.
From the log attached it seems due to no Sigar support Cybernode
initialization fails, hence no services provisioned, rio-ui shows no
cybernode for this machine.
Can I switch off capability checks?
I tried to leave out the compute_resource part from:
def cybernodeConfigs = [rioHome+'/config/common.groovy',
rioHome+'/config/cybernode.groovy',
rioHome+'/config/compute_resource.groovy']
in start-all.groovy, to no avail.
> Also, you should really upgrade
Yes I am aware.
A quick try produces:
$ rio start all
starter config [/home/kuti/apps/rio-5.0-M3/config/start-all.groovy]
Error opening zip file or JAR manifest
missing : /home/kuti/apps/rio-5.0-M3/lib/boot.jar Error occurred during
initialization of VM agent library failed to init: instrument
Indeed, boot.jar is missing.
Thanks for your prompt answer.
Zsolt