On Mon, 8 Sep 2014 11:19:41 -0400
Dennis Reedy <
dennis...@gmail.com> wrote:
> > Now Aether wants to download necessary dependencies from
> >
repo1.maven.org and fails. The usual OS level proxy settings
> > (permanently set http_proxy/ftp_proxy env vars) are not used.
> > Still searching for a solution.
> This only happens if Rio cannot install itself into your local Maven
> repository. This is still pointing to an environment issue IMO. Take
> a look at the install.groovy script, or try running it from the
> command line.
It turned out* that on Windows and Gnome 2 systems java can get proxies
from the desktop environment. The rest of the world has to set them
manually either globally in <openjdk7>/jre/lib/net.properties or for the
jvm to be just run.
*
http://docs.oracle.com/javase/7/docs/technotes/guides/net/proxies.html
Now I could start rio (Sigar is put aside).
The log shows cybernode is started:
INFO 08:54:00.311 o.rioproject.cybernode.CybernodeImpl - Enlist with
ProvisionManagers as an instantiation resource using:
Cybernode-2279@kuti-zsolt
DEBUG 08:54:00.317 o.rioproject.cybernode.CybernodeImpl - Created new
ServiceID: 8d34ca40-40d0-4b59-b3c2-133901709582
INFO 08:54:00.317 o.rioproject.cybernode.CybernodeImpl - Started
Cybernode [kuti]
but when it comes to provisioning services it claims:
"There are no registered Cybernodes" and services are not provisioned.
rio-ui shows no cybernodes, no services (only an orange diamond).
However, rio-ui from 4.2 distribution still shows cybernodes running on
remote machines.
08:34:29.629 org.rioproject.monitor.services -
ServiceElementManager.verify(): [Application/Outrigger] actual [0],
pending [0], maintain [1]
WARN 08:34:29.630 o.r.monitor.ServiceProvisioner - Failure Reason(s):
There are no registered Cybernodes, unable to provision Outrigger
DEBUG 08:34:29.630 o.r.monitor.ServiceProvisioner - Wrote
[Application/Outrigger] to Dynamic-Service TestManager
DEBUG 08:40:46.682 o.r.cybernode.ServiceConsumer - Canceling all event
registrations to Provisioner instances
Until now the same opstring, deployment type (everything under deploy
dir) and unchanged service code is being used to proceed gradually.
Zsolt