Problems with registration - Remote Exception

I just installed Solaris 10 Update 2 on a T2000. I am attempting to register my system using the CLI and I get the following error. Any help?

/usr/sbin/sconadm register -a -r /tmp/RegistrationProfile

sconadm is running

Authenticating user ...

failed registration!

cat /tmp/RegistrationProfile

# CLI registration profile template version 1.0

# ******** WARNING ********

# This profile contains sensitive data: passwords and subscription

# keys. You should take care in how you handle it, ensuring that it

# is always adequately protected (mode 400 or 600, owned by root)

# and not stored on insecure file systems like those exported through

# standard NFS.

#

# Sun Online account information. A new account can be created by visiting

# http://updates.sun.com

#

userName=xxxxx

password=xxxxxx

#

# Name (label) of this machine as you would like it to appear on the Sun Connection

# portal. If left blank hostname will be used

#

hostName=xxxxx

#

# Service Plan / contract number with Sun. For more information on this topic

# please visit http://www.sun.com/service/warrantiescontracts/ . NOTE - a

# subscription key is required to use the Sun Connection Portal.

#

subscriptionKey=xxxxx

#

# Allow this host to be managed by the Sun Connection Portal. If set to true,

# a subscription key is required.

#

portalEnabled=false

#

# HTTPS proxy information needed to connect to Sun for registration and patch

# updates.

#

proxyHostName=xxx.xxxx.com

proxyPort=80

proxyUserName=xxxx

proxyPassword=xxxxxx

cat basicreg20060703021018633.log

Jul 3, 2006 2:10:40 PM com.sun.cns.basicreg.BasicReg loadPropertiesFromHomeDir

INFO: properties file loaded from the default config.properties

Jul 3, 2006 2:10:40 PM com.sun.cns.basicreg.BasicRegCLI printRegistrationProfile

INFO: userName = xxxxx

Jul 3, 2006 2:10:40 PM com.sun.cns.basicreg.BasicRegCLI printRegistrationProfile

INFO: password = *****

Jul 3, 2006 2:10:40 PM com.sun.cns.basicreg.BasicRegCLI printRegistrationProfile

INFO: hostName =xxxx

Jul 3, 2006 2:10:40 PM com.sun.cns.basicreg.BasicRegCLI printRegistrationProfile

INFO: subscriptionKey = ********

Jul 3, 2006 2:10:40 PM com.sun.cns.basicreg.BasicRegCLI printRegistrationProfile

INFO: portalEnabled =false

Jul 3, 2006 2:10:40 PM com.sun.cns.basicreg.BasicRegCLI printRegistrationProfile

INFO: proxyHost = xxxx

Jul 3, 2006 2:10:40 PM com.sun.cns.basicreg.BasicRegCLI printRegistrationProfile

INFO: proxyPort = 80

Jul 3, 2006 2:10:40 PM com.sun.cns.basicreg.BasicRegCLI printRegistrationProfile

INFO: proxyUsername = xxxx

Jul 3, 2006 2:10:40 PM com.sun.cns.basicreg.BasicRegCLI printRegistrationProfile

INFO: proxyPassword = ****

Jul 3, 2006 2:10:40 PM com.sun.cns.basicreg.BasicRegCLI run

INFO: Authenticating user ...

Jul 3, 2006 2:10:40 PM com.sun.cns.basicreg.cacao.ClientLoginCacaoAdapter getSCNClientSession

INFO: CREATING SCNClientSession

Jul 3, 2006 2:10:41 PM com.sun.cns.basicreg.cacao.ClientLoginCacaoAdapter$LoginAccountCallbackHandler handle

INFO: account callback setting username: xxxx

Jul 3, 2006 2:10:41 PM com.sun.cns.basicreg.cacao.ClientLoginCacaoAdapter loginAccount

SEVERE: Error: login account exception: RemoteException

Jul 3, 2006 2:10:41 PM com.sun.cns.basicreg.cacao.ClientLoginCacaoAdapter loginAccount

SEVERE:

com.sun.scn.jmx.impl.UISClientLoginModule.login(UISClientLoginModule.java:216)

sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)

java.lang.reflect.Method.invoke(Method.java:585)

javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)

javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)

javax.security.auth.login.LoginContext$5.run(LoginContext.java:706)

java.security.AccessController.doPrivileged(Native Method)

javax.security.auth.login.LoginContext.invokeCreatorPriv(LoginContext.java:703)

javax.security.auth.login.LoginContext.login(LoginContext.java:575)

com.sun.scn.jmx.impl.UISClientLogin.login(UISClientLogin.java:198)

sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)

java.lang.reflect.Method.invoke(Method.java:585)

com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:4 14)

javax.management.StandardMBean.invoke(StandardMBean.java:323)

com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213 )

com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)

com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServer Interceptor.java:815)

com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)

com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServe rInterceptor.java:203)

com.sun.cacao.agent.DispatchInterceptor.invoke(DispatchInterceptor.java:662)

com.sun.cacao.agent.auth.impl.AccessControlInterceptor.invoke(AccessControlInte rceptor.java:618)

com.sun.jdmk.JdmkMBeanServerImpl.invoke(JdmkMBeanServerImpl.java:764)

com.sun.cacao.common.instrum.impl.InstrumDefaultForwarder.invoke(InstrumDefault Forwarder.java:106)

javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.jav a:1408)

javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java :81)

javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnec tionImpl.java:1245)

java.security.AccessController.doPrivileged(Native Method)

javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnecti onImpl.java:1348)

javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782 )

sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)

java.lang.reflect.Method.invoke(Method.java:585)

sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)

sun.rmi.transport.Transport$1.run(Transport.java:153)

java.security.AccessController.doPrivileged(Native Method)

sun.rmi.transport.Transport.serviceCall(Transport.java:149)

sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)

sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)

java.lang.Thread.run(Thread.java:595)

Jul 3, 2006 2:10:41 PM com.sun.cns.basicreg.cacao.ClientLoginCacaoAdapter getLoginResult

INFO: SCN Fault: RemoteException

Jul 3, 2006 2:10:41 PM com.sun.cns.basicreg.cacao.OfferingCacaoAdapter getOfferingCatalogs

INFO: catalog: 0

Jul 3, 2006 2:10:41 PM com.sun.cns.basicreg.cacao.OfferingCacaoAdapter getOfferingCatalogs

INFO: catalog.scopname: Sun Connection Network

Jul 3, 2006 2:10:41 PM com.sun.cns.basicreg.cacao.OfferingCacaoAdapter getOfferingCatalogs

INFO: catalog.scopURI: null

Jul 3, 2006 2:10:41 PM com.sun.cns.basicreg.cacao.OfferingCacaoAdapter getOfferingCatalogEntries

INFO: entry: 0

Jul 3, 2006 2:10:41 PM com.sun.cns.basicreg.cacao.OfferingCacaoAdapter getOfferingCatalogEntries

INFO: entry name: Use Sun Update Manager and Sun Update Connection to manage updates

Jul 3, 2006 2:10:41 PM com.sun.cns.basicreg.cacao.OfferingCacaoAdapter getOfferingCatalogEntries

INFO: entry module name: com.sun.scn.offering.SoftwareUpdate

Jul 3, 2006 2:10:41 PM com.sun.cns.basicreg.cacao.OfferingCacaoAdapter getOfferingCatalogEntries

INFO: entry instance name: SoftwareUpdateOfferingInstance

Jul 3, 2006 2:10:41 PM com.sun.cns.basicreg.cacao.OfferingCacaoAdapter getOfferingCatalogEntries

INFO: entry config profile: no profile

Jul 3, 2006 2:10:41 PM com.sun.cns.basicreg.cacao.OfferingCacaoAdapter getOfferingCatalogEntries

INFO: entry: 1

Jul 3, 2006 2:10:41 PM com.sun.cns.basicreg.cacao.OfferingCacaoAdapter getOfferingCatalogEntries

INFO: entry name: Use Sun Update Manager using a local update source, such as Sun Connection Proxy

Jul 3, 2006 2:10:41 PM com.sun.cns.basicreg.cacao.OfferingCacaoAdapter getOfferingCatalogEntries

INFO: entry module name: com.sun.scn.offering.SoftwareUpdate

Jul 3, 2006 2:10:41 PM com.sun.cns.basicreg.cacao.OfferingCacaoAdapter getOfferingCatalogEntries

INFO: entry instance name: SoftwareUpdateOfferingInstance

Jul 3, 2006 2:10:41 PM com.sun.cns.basicreg.cacao.OfferingCacaoAdapter getOfferingCatalogEntries

INFO: entry config profile: no profile

Jul 3, 2006 2:10:41 PM com.sun.cns.basicreg.cacao.OfferingCacaoAdapter getOfferingCatalogEntries

INFO: entry: 2

Jul 3, 2006 2:10:41 PM com.sun.cns.basicreg.cacao.OfferingCacaoAdapter getOfferingCatalogEntries

INFO: entry name: Register the Solaris software without choosing an update option

Jul 3, 2006 2:10:41 PM com.sun.cns.basicreg.cacao.OfferingCacaoAdapter getOfferingCatalogEntries

INFO: entry module name: com.sun.scn.offering.ProductRegistration

Jul 3, 2006 2:10:41 PM com.sun.cns.basicreg.cacao.OfferingCacaoAdapter getOfferingCatalogEntries

INFO: entry instance name: ProductRegOfferingInstance

Jul 3, 2006 2:10:41 PM com.sun.cns.basicreg.cacao.OfferingCacaoAdapter getOfferingCatalogEntries

INFO: entry config profile: no profile

Jul 3, 2006 2:10:41 PM com.sun.cns.basicreg.cacao.OfferingCacaoAdapter activate

INFO: OCA activate: Use Sun Update Manager and Sun Update Connection to manage updates

Jul 3, 2006 2:10:41 PM com.sun.cns.basicreg.cacao.OfferingCacaoAdapter activate

INFO: with config: null

Jul 3, 2006 2:10:41 PM com.sun.cns.basicreg.cacao.SWUPOMCacaoAdapter setSWUPPortalEnabled

INFO: CALL SWUPOfferingInstanceMBean.setSWUPPortalEnableKey(): false

Jul 3, 2006 2:10:41 PM com.sun.cns.basicreg.cacao.SWUPOMCacaoAdapter getSWUPOfferingFactoryMBean

INFO:

SWUPOfferingFactory ObjectName =

com.sun.scn:Vendor=Sun Microsystems Inc,assetProfile=OperatingSystem,assetSubProfile=TODO,host=10.20.207.74,name=SW UPOfferingFactory,scnType=OfferingFactory

Jul 3, 2006 2:10:42 PM com.sun.cns.basicreg.cacao.SWUPOMCacaoAdapter setSystemDisplayName

INFO: CALL SWUPOfferingInstanceMBean.setSystemDisplayName():

Jul 3, 2006 2:10:42 PM com.sun.cns.basicreg.cacao.SWUPOMCacaoAdapter registerSystem

INFO: CALL SWUPOfferingInstanceMBean.register()

Jul 3, 2006 2:10:42 PM com.sun.cns.basicreg.cacao.SWUPOMCacaoAdapter registerSystem

SEVERE: Error: SWUPOM register() exception: Failed to register asset with AMS. Error message is :com.sun.scn.offering.prom.AssetRegistrationException: RemoteException

Jul 3, 2006 2:10:42 PM com.sun.cns.basicreg.cacao.SWUPOMCacaoAdapter registerSystem

SEVERE:

com.sun.scn.offering.swupom.SWUPOfferingInstance.register(SWUPOfferingInstance. java:525)

sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)

java.lang.reflect.Method.invoke(Method.java:585)

com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:4 14)

javax.management.StandardMBean.invoke(StandardMBean.java:323)

com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213 )

com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)

com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServer Interceptor.java:815)

com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)

com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServe rInterceptor.java:203)

com.sun.cacao.agent.DispatchInterceptor.invoke(DispatchInterceptor.java:662)

com.sun.cacao.agent.auth.impl.AccessControlInterceptor.invoke(AccessControlInte rceptor.java:618)

com.sun.jdmk.JdmkMBeanServerImpl.invoke(JdmkMBeanServerImpl.java:764)

com.sun.cacao.common.instrum.impl.InstrumDefaultForwarder.invoke(InstrumDefault Forwarder.java:106)

javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.jav a:1408)

javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java :81)

javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnec tionImpl.java:1245)

java.security.AccessController.doPrivileged(Native Method)

javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnecti onImpl.java:1348)

javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782 )

sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)

java.lang.reflect.Method.invoke(Method.java:585)

sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)

sun.rmi.transport.Transport$1.run(Transport.java:153)

java.security.AccessController.doPrivileged(Native Method)

sun.rmi.transport.Transport.serviceCall(Transport.java:149)

sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)

sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)

java.lang.Thread.run(Thread.java:595)

Jul 3, 2006 2:10:42 PM com.sun.cns.basicreg.cacao.SWUPOMCacaoAdapter getRegisterResult

INFO: SWUPOM Fault: Failed to register asset with AMS. Error message is :com.sun.scn.offering.prom.AssetRegistrationException: RemoteException

[14737 byte] By [kej01s] at [2007-11-26 8:27:19]
# 1
Verify that the username and password combination specified in the registration properties file is valid by trying to log into http://updates.sun.com with it.
ForumModerator at 2007-7-6 21:42:52 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 2
I have verified my username and password and it works.
kej01s at 2007-7-6 21:42:52 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 3
I used the GUI and it worked. I then attempted to re-register via CLI and it worked fine. I think there is some sort of bug.
kej01s at 2007-7-6 21:42:52 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 4
See bug 6417985
bbarrett1 at 2007-7-6 21:42:52 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 5
See bug 6417985
bbarrett1 at 2007-7-6 21:42:52 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 6
kej01s ,Can you tell us what your username is by sending an email to "rsc-forum-inbound@sun.com"? We would like to investigate further why you got the errors when registering originally with sconadm.Please include a reference to this forum thread in the email you send.
ncsupport at 2007-7-6 21:42:52 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 7

Hi,

I'm also getting the same error when trying to register using sconadm to register a fresh install of solaris 10 x86 update 3.

My sun online account works - I can login to updates.sun.com.

Unfortunately the GUI registration process doesn't seem to be able to connect through our internet proxy here, although from the log it appears sconadm can connect just fine.

The username I'm trying to connect with is encode1.

enc0de at 2007-7-6 21:42:52 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 8
We're in the process of investigating a possible registration issue with Sol 10 update 3 under bug id 6505828 (internal only for the moment) so you may be experiencing that. I'd highly recommend you raise a support case enc0de so we can better aid in troubleshooting.
ForumModerator at 2007-7-6 21:42:52 > top of Java-index,Administration Tools,Sun Update Connection-System...