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

[780 byte] By [Barry_Greenberg] at [2007-11-26 10:00:36]
# 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 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 2
Compare your properties file with http://sunsolve.sun.com/search/document.do?assetkey=1-9-82688-1Check your /tmp/basicreg<timestamp>.log for hints.
ForumModerator at 2007-7-7 1:29:49 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 3

I have done all of the above mentioned. I even created a new account on the sunconnection.sun.com website. That account didn't work either. I have cleanly installed Solaris 10 6/06 with the latest patch cluster. I have also downloaded and installed the latest updateConnection-sparc.zip. Still complains saying "failed registration".

JimCovington at 2007-7-7 1:29:49 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 4
Can you post the following information so that we could be in a better position to advise further:$ showrev -p | egrep -e '121453|121118|120335|121081|121563|122231|119788'$ smpatch get$ java -version
ForumModerator at 2007-7-7 1:29:49 > top of Java-index,Administration Tools,Sun Update Connection-System...