sconadm failed registration
Does this error case look familiar? A proxy host and port was specified
in /tmp/myreg.profile but it appears to be a network problem.
Any advice would be appreciated.
burl-v445-1[51] sconadm register -a -r /tmp/myreg.profile
sconadm is running
Authenticating user ...
failed registration!
On the console the following error appears:
Sep 7 14:48:10 burl-v445-1 cacao[1268]:
com.sun.scn.jmx.impl.AbstractComponent.log :
com.sun.scn.service.clientreg.CRSClientException:
java.rmi.RemoteException: HTTP transport error:
java.net.UnknownHostException: cns-services.sun.com; nested exception is:
Sep 7 14:48:10 burl-v445-1HTTP transport error:
java.net.UnknownHostException: cns-services.sun.com
# 1
> Does this error case look familiar?
> A proxy host and port was specified
> in /tmp/myreg.profile but it appears to
> be a network problem.
> Any advice would be appreciated.
>
> burl-v445-1[51] sconadm register -a -r
> /tmp/myreg.profile
> sconadm is running
> Authenticating user ...
> failed registration!
Yeah, I got this too. I found some reports that others
had had problems configuring sconadm to use a
proxy (some said that sconadm just doesn't work
with a proxy).
After beating my head against a wall for a bit, I went
back and read the manual page, which is, to put it
politely, lacking a little clarity.
Once you've created your registration profile, you
need to use the second form of the sconadm
command to configure the proxy settings. Then you
can do sconadm register.
Try:
sconadm proxy -r /tmp/myreg.profile
Then:
sconadm register -a -r /tmp/myreg.profile
Steve.
spoo at 2007-7-7 1:29:49 >
