sconadm doesn't work
Howdy,
I am trying to register a new system, and am repeatedly getting the atatched [1] Java exception. This is a new x86 Solaris 10 6/06 host, and the username and password I am using in ym profile work correctly on updates.sun.com. Does anyone know what is going on here? I have seen numerous folks post problem related to this, but have yet to see a fix.
Thanks for any insight,
- Ryan
sconadm register -a -r /tmp/RegistrationProfile
sconadm is running
Authenticating user ...
Exception in thread "main" java.lang.reflect.UndeclaredThrowableException
at $Proxy5.getOfferingInstanceName(Unknown Source)
at com.sun.cns.basicreg.cacao.SWUPOMCacaoAdapter.getSWUPOfferingInstanceMBean(SWUP OMCacaoAdapter.java:145)
at com.sun.cns.basicreg.cacao.SWUPOMCacaoAdapter.setSWUPPortalEnabled(SWUPOMCacaoA dapter.java:301)
at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:758)
at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:562)
Caused by: javax.management.InstanceNotFoundException: com.sun.scn:name=SWUPOfferingFactory,assetSubProfile=TODO,host=X.X.X.X,assetPro file=OperatingSystem,scnType=OfferingFactory,Vendor=Sun Microsystems Inc
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServ erInterceptor.java:1010)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getClassLoaderFor(Default MBeanServerInterceptor.java:1349)
at com.sun.jmx.mbeanserver.JmxMBeanServer.getClassLoaderFor(JmxMBeanServer.java:13 00)
at com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor.getClassLoaderFor(Defaul tMBeanServerInterceptor.java:285)
at com.sun.cacao.agent.DispatchInterceptor.getClassLoaderFor(DispatchInterceptor.j ava:474)
at com.sun.cacao.agent.auth.impl.AccessControlInterceptor.getClassLoaderFor(Access ControlInterceptor.java:427)
at com.sun.jdmk.JdmkMBeanServerImpl.getClassLoaderFor(JdmkMBeanServerImpl.java:113 0)
at com.sun.cacao.common.instrum.impl.InstrumDefaultForwarder.getClassLoaderFor(Ins trumDefaultForwarder.java:153)
at javax.management.remote.rmi.RMIConnectionImpl$4.run(RMIConnectionImpl.java:1306 )
at java.security.AccessController.doPrivileged(Native Method)
at javax.management.remote.rmi.RMIConnectionImpl.getClassLoaderFor(RMIConnectionIm pl.java:1303)
at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:766 )
at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
at sun.rmi.transport.Transport$1.run(Transport.java:153)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
at java.lang.Thread.run(Thread.java:595)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall .java:247)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126)
at com.sun.jmx.remote.internal.PRef.invoke(Unknown Source)
at javax.management.remote.rmi.RMIConnectionImpl_Stub.invoke(Unknown Source)
at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMI Connector.java:969)
at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandl er.java:201)
... 5 more
[3806 byte] By [
Matty1919] at [2007-11-26 8:34:07]

# 1
Can you first check to see whether you have all these X86 patches installed:
121119-06 Sun Update Connection Client System Edition 1.0.4
121082-05 Connected Customer Agents 1.1.0
121564-02 Sun Update Connection Registration, version 1.0.3
122232-01 Sun Connection agents, transport certificate update
121454-02 Sun Update Connection Client Foundation
119255-24 Install & Patch Utilities Patch
119575-02 SU Patch
120336-04 Sun Update Connection Client Localization
Secondly let us know what version of java ("java -version") you have installed, and whether the system has a direct connection to the internet or whether it connects through an HTTP proxy.
# 2
Howdy,
I am using the version of java (1.5) that came on the Solaris 10 6/06 CDs:
-bash-3.00$ java -version
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)
I have a direct connection to the Internet, and am not using a proxy.Also, I have all of the patches applied. Any idea what the error means? Are there any recommendations for debugging this?
- Ryan
# 3
Also -- it looks like the basic registration package changed names in Solaris 10 6/06:
$ pwd
/tmp/121564-02
$ find .
.
./README.121564-02
./.diPatch
./patchinfo
./SUNWbreg
./SUNWbreg/pkgmap
./SUNWbreg/pkginfo
./SUNWbreg/install
./SUNWbreg/install/checkinstall
./SUNWbreg/install/copyright
./SUNWbreg/install/i.none
./SUNWbreg/install/patch_checkinstall
./SUNWbreg/install/patch_postinstall
./SUNWbreg/install/postinstall
./SUNWbreg/install/preinstall
./SUNWbreg/reloc
./SUNWbreg/reloc/usr
./SUNWbreg/reloc/usr/lib
./SUNWbreg/reloc/usr/lib/breg
./SUNWbreg/reloc/usr/lib/breg/assetapi.jar
./SUNWbreg/reloc/usr/lib/breg/basicreg.jar
./SUNWbreg/reloc/usr/lib/breg/br-common.jar
./SUNWbreg/reloc/usr/lib/breg/data
./SUNWbreg/reloc/usr/lib/breg/data/RegistrationProfile.properties
./SUNWbreg/reloc/usr/lib/breg/wizard.jar
./SUNWbreg/reloc/usr/sbin
./SUNWbreg/reloc/usr/sbin/sconadm
./mkpatch_info
./LEGAL_LICENSE.TXT
$ pkginfo SUNWbrg
application SUNWbrg SCN Basic Registration Application, Usr (/usr)
Shouldn't the installed package be SUNWbreg? I installed from the official x86 Solaris 10 media.
Thanks,
- Ryan
# 4
Deat Matty,
Could we have a look at those packages mentioned previously please.
Specifically, please check against the following list, using
# showrev -p | egrep "<package1>|<package2>|..."
The list, dont worry about the proxy pkg as you said you had a direct connection, and dont worry about the Connected Customer Agents unless you are using the Sun Update Connection Services portal for remote administration purposes. This list is for x86 only.
121119-06 Sun Update Connection Client System Edition 1.0.4
121082-05 Connected Customer Agents 1.1.0
121564-02 Sun Update Connection Registration, version 1.0.3
122232-01 Sun Connection agents, transport certificate update
121454-02 Sun Update Connection Client Foundation
119255-24 Install & Patch Utilities Patch
119575-02 SU Patch
120336-04 Sun Update Connection Client Localization
then if the system is a Sun Update Connection Proxy as well;
119789-02 Sun Update Connection Proxy, System Edition 1.0
# 5
> 121119-06 Sun Update Connection Client System Edition 1.0.4
> 121082-05 Connected Customer Agents 1.1.0
> 121564-02 Sun Update Connection Registration, version 1.0.3
> 122232-01 Sun Connection agents, transport certificate update
>121454-02 Sun Update Connection Client Foundation
>119255-24 Install & Patch Utilities Patch
>119575-02 SU Patch
> 120336-04 Sun Update Connection Client Localization
On my Sparc-system all of these patched are installed, except for 121563-02. But when I try to install this, I am receiving this error:
| Package SUNWbreg from directory SUNWbreg in patch
| 121563-02 is not installed on the system.
Where do I get this package?
# 6
Which Solaris release are you using? If it's 6/06, it looks like the SUNWbreg package was renamed to SUNWbrg for some reason. I reckon Sun needs to update that patch to take this into account. - Ryan
# 7
> Which Solaris release are you using? If it's 6/06, it
> looks like the SUNWbreg package was renamed to
> SUNWbrg for some reason. I reckon Sun needs to update
> that patch to take this into account.
I am not sure about the release, but I think it's 6/06. How can I determine the release?
# 9
DisregardMessage was edited by: kayo_granillo
# 10
was a resolution identified for this issue?
# 11
Which issue in particular? Are you getting the same java errors as the original poster? If so please post them.To clarify an earlier point on the thread, yes the basic reg package did change with the 6/06 release.
# 12
yes. it is the same error as the original post. New install of 6/06 on a dell x86 box.
trying to register the machine.
After typing in the user name/password into the rgistration wizard and clicking Next, the wizard just hangs.
Tried to use:
sconadm register -a -r /tmp/myregfile
where myregfile contained entries for
userName=xxx
Password=xxx
hostName=xxxx
portalEnabled=false
proxyHostName=xxxxx
proxyPort=80
and I recieved the stack trace ending in Undeclared ThrowableException that appears at the beginning of this thread.
# 13
Hello,
Please can you attempt to access the following site from the browser on this system:
https://cns-transport.sun.com
Please can you also attempt to run the following command:
/usr/lib/cc-cfw/platform/transport/bin/cctrunner -p
ls -ld /var
ls -ld /var/tmp
ls -ld /var/tmp/cc-transport
Regards,
# 14
while trying to hit cns-transport.sun.com using the mozilla browser that installed with solaris, I recieve the following error:
"Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked"
I am able to get to that site using firefox on my windows machine. It shows no systems registered to my id.
running cctrunner -p, I recieve the following error:
"unhandled exception: Shared CNW CCR lacks required properties: cns.security.provatekey, cns.transport serverurlcns.assetid/cns.clientid"
there is no file /var/tmp/cc-transport
# 15
Hi
Trying now over a day to bring the registration to work to update my solaris machine.
Still the same error on fresh installed system. Think the main problem is that the patch ID 121564-02 can not be installed because of the name change.
Tried so much written in other threads, but still the same.
Someone has a real working solution? Or is there a patch which works with 6/06 ?
# 16
If you are trying to register using sconadm and the profile you are using hast teh portalEnabled field set to true then you'll have to perform the following steps and then retry registration -
/usr/lib/cc-cfw/framework/lib/cc-client-adm stop
/usr/lib/cc-cfw/framework/lib/cc-client-adm disable
/usr/lib/cc-ccr/bin/ccr -p cns.transport.serverurl -v https://cns-transport.sun.com
/usr/lib/cc-cfw/framework/lib/cc-client-adm enable
/usr/lib/cc-cfw/framework/lib/cc-client-adm start
The 121564-02 patch wont install because it comes as part of the 6/06 install. Yes the package name did change from SUNWbreg to SUNWbrg but there were several other that changed too.....this is not the issue that causing your error.
Something - Try the workaround above. If it still fails, then post the actual erro message you receive when attempting to register.
# 17
Wau, you are fast. Thats what I'm calling support!
portalEnabled is "false" in my config.
Tried the workaruound you wrote anyway (there is an error):
-bash-3.00# /usr/lib/cc-cfw/framework/lib/cc-client-adm stop
Looking up the stop entries in /usr/lib/cc-cfw/platform
Stopping the components of the service platform.
Invoking the script /usr/lib/cc-cfw/platform/transport/stop
ERROR : CNS Transport is not properly enabled. Cannot find /etc/init.d/cc-transport
Looking up the stop entries in /usr/lib/cc-cfw/swupPortalMgmt
Stopping the components of the service swupPortalMgmt.
-bash-3.00# /usr/lib/cc-cfw/framework/lib/cc-client-adm disable
Looking up the disable entries in /usr/lib/cc-cfw/platform
Invoking the /usr/lib/cc-cfw/platform/transport/disable
Removing initd entry for /usr/lib/cc-cfw/platform/transport/cc-transport /usr/lib/cc-cfw/platform/transport/runlevel
/usr/lib/cc-cfw/platform/transport/cc-transport
/usr/lib/cc-cfw/platform/transport/runlevel
Stopping cctransport
/etc/init.d/cc-transport: No such file or directory
Setting the status to disabled for CC transport
Invoking the /usr/lib/cc-cfw/platform/invagent/disable
/usr/lib/cc-cfw/platform/invagent/etc/cc-invagent
/usr/lib/cc-cfw/platform/invagent/etc/runlevel
All the components of the service are disabled.
Setting the service status to disabled.
Looking up the disable entries in /usr/lib/cc-cfw/swupPortalMgmt
Invoking the /usr/lib/cc-cfw/swupPortalMgmt/swupagent/disable
All the components of the service are disabled.
Setting the service status to disabled.
-bash-3.00# /usr/lib/cc-ccr/bin/ccr -p cns.transport.serverurl -v https://cns-transport.sun.com
-bash-3.00# /usr/lib/cc-cfw/framework/lib/cc-client-adm enable
Looking up the enable entries in /usr/lib/cc-cfw/platform
Invoking the /usr/lib/cc-cfw/platform/transport/enable
unhandled exception: Shared CNS CCR lacks required property: cns.assetid/cns.clientid
proxy queue initialization failed
Invoking the /usr/lib/cc-cfw/platform/invagent/enable
Updating crontab for root.
/usr/lib/cc-cfw/platform/invagent/etc/cc-invagent
/usr/lib/cc-cfw/platform/invagent/etc/runlevel
Atleast one of the components of the service is enabled.
Setting the service status to enabled.
The property file /var/cc-ccr/platform.properties exists.
Looking up the enable entries in /usr/lib/cc-cfw/swupPortalMgmt
Invoking the /usr/lib/cc-cfw/swupPortalMgmt/swupagent/enable
Updating crontab for root.
Atleast one of the components of the service is enabled.
Setting the service status to enabled.
The property file /var/cc-ccr/swupPortalMgmt.properties exists.
-bash-3.00# /usr/lib/cc-cfw/framework/lib/cc-client-adm start
Looking up the start entries in /usr/lib/cc-cfw/platform
Starting the components of the service platform.
Invoking the script /usr/lib/cc-cfw/platform/transport/start
ERROR : CNS Transport is not properly enabled. Cannot find /etc/init.d/cc-transport
Looking up the start entries in /usr/lib/cc-cfw/swupPortalMgmt
Starting the components of the service swupPortalMgmt.
Invoking the script /usr/lib/cc-cfw/swupPortalMgmt/swupagent/start
-bash-3.00# sconadm register -a -r RegistrationProfile.properties
sconadm is running
Authenticating user ...
Exception in thread "main" java.lang.reflect.UndeclaredThrowableException
at $Proxy5.getOfferingInstanceName(Unknown Source)
at com.sun.cns.basicreg.cacao.SWUPOMCacaoAdapter.getSWUPOfferingInstanceMBean(SWUP OMCacaoAdapter.java:145)
at com.sun.cns.basicreg.cacao.SWUPOMCacaoAdapter.setSWUPPortalEnabled(SWUPOMCacaoA dapter.java:301)
at com.sun.cns.basicreg.BasicRegCLI.run(BasicRegCLI.java:758)
at com.sun.cns.basicreg.BasicRegCLI.main(BasicRegCLI.java:562)
Caused by: javax.management.InstanceNotFoundException: com.sun.scn:name=SWUPOfferingFactory,assetSubProfile=TODO,host=gam01.icrcom.ch, assetProfile=OperatingSystem,scnType=OfferingFactory,Vendor=Sun Microsystems Inc
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServ erInterceptor.java:1010)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getClassLoaderFor(Default MBeanServerInterceptor.java:1349)
at com.sun.jmx.mbeanserver.JmxMBeanServer.getClassLoaderFor(JmxMBeanServer.java:13 00)
at com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor.getClassLoaderFor(Defaul tMBeanServerInterceptor.java:285)
at com.sun.cacao.agent.DispatchInterceptor.getClassLoaderFor(DispatchInterceptor.j ava:474)
at com.sun.cacao.agent.auth.impl.AccessControlInterceptor.getClassLoaderFor(Access ControlInterceptor.java:427)
at com.sun.jdmk.JdmkMBeanServerImpl.getClassLoaderFor(JdmkMBeanServerImpl.java:113 0)
at com.sun.cacao.common.instrum.impl.InstrumDefaultForwarder.getClassLoaderFor(Ins trumDefaultForwarder.java:153)
at javax.management.remote.rmi.RMIConnectionImpl$4.run(RMIConnectionImpl.java:1306 )
at java.security.AccessController.doPrivileged(Native Method)
at javax.management.remote.rmi.RMIConnectionImpl.getClassLoaderFor(RMIConnectionIm pl.java:1303)
at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:766 )
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
at sun.rmi.transport.Transport$1.run(Transport.java:153)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
at java.lang.Thread.run(Thread.java:595)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall .java:247)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126)
at com.sun.jmx.remote.internal.PRef.invoke(Unknown Source)
at javax.management.remote.rmi.RMIConnectionImpl_Stub.invoke(Unknown Source)
at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMI Connector.java:969)
at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandl er.java:201)
... 5 more
/var/cacao/instances/default/logs/cacao.0 (one more warning):
Oct 6, 2006 2:24:32 PM com.sun.scn.jmx.impl.AbstractComponent log
WARNING: The SCOP Bean was null.
Oct 6, 2006 2:24:32 PM com.sun.scn.jmx.impl.AbstractComponent log
SEVERE:
java.lang.NullPointerException
at com.sun.scn.jmx.impl.SCNClientRegistrationImpl.registerClientMSC(SCNClientRegis trationImpl.java:139)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:4 14)
at javax.management.StandardMBean.invoke(StandardMBean.java:323)
at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213 )
at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServer Interceptor.java:815)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
at com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServe rInterceptor.java:203)
at com.sun.cacao.agent.DispatchInterceptor.invoke(DispatchInterceptor.java:662)
at com.sun.cacao.agent.auth.impl.AccessControlInterceptor.invoke(AccessControlInte rceptor.java:618)
at com.sun.jdmk.JdmkMBeanServerImpl.invoke(JdmkMBeanServerImpl.java:764)
at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandl er.java:201)
at $Proxy4.registerClientMSC(Unknown Source)
at com.sun.scn.jmx.impl.SCNClientConfigImpl.registerIfNecessary(SCNClientConfigImp l.java:248)
at com.sun.scn.jmx.impl.SCNClientConfigImpl.getOfferingCatalogs(SCNClientConfigImp l.java:274)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sun.jmx.mbeanserver.StandardMetaDataImpl.getAttribute(StandardMetaDataImpl. java:637)
at com.sun.jmx.mbeanserver.StandardMetaDataImpl.getAttribute(StandardMetaDataImpl. java:265)
at javax.management.StandardMBean.getAttribute(StandardMBean.java:278)
at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.getAttribute(DynamicMetaDataImpl.ja va:96)
at com.sun.jmx.mbeanserver.MetaDataImpl.getAttribute(MetaDataImpl.java:181)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBean ServerInterceptor.java:638)
at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:659)
at com.sun.jdmk.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBea nServerInterceptor.java:178)
at com.sun.cacao.agent.DispatchInterceptor.getAttribute(DispatchInterceptor.java:4 05)
at com.sun.cacao.agent.auth.impl.AccessControlInterceptor.getAttribute(AccessContr olInterceptor.java:310)
at com.sun.jdmk.JdmkMBeanServerImpl.getAttribute(JdmkMBeanServerImpl.java:640)
at com.sun.cacao.common.instrum.impl.InstrumDefaultForwarder.getAttribute(InstrumD efaultForwarder.java:642)
at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.jav a:1385)
at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java :81)
at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnec tionImpl.java:1245)
at java.security.AccessController.doPrivileged(Native Method)
at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnecti onImpl.java:1348)
at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.ja va:597)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
at sun.rmi.transport.Transport$1.run(Transport.java:153)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
at java.lang.Thread.run(Thread.java:595)
Oct 6, 2006 2:24:32 PM com.sun.scn.jmx.impl.AbstractComponent log
WARNING: SCNClientConfigImpl.activate("com.sun.scn.offering.SoftwareUpdate") -- failed, no such module
# 18
I was able to resolve all my errors from downloading the latest JRE. The JRE that is shipped with 6/06 doesn't work with the patching sw that is shipped.
# 19
HiThank you.Can you may give me a short instruction how i should install it on my x86 machine that it does not conflict with the installed one and it really use the new one when registering with sconadm. There are some differences between Linux and Solaris...
# 20
Hello,
It would appear as though you may not be able to access https sites from this system.
Please can you attempt to access the following https site:
https://www.verisign.com
If you are still seeing errors when attempting to acces this site please consult with you network / firewall team.
Regards,
# 21
I just downloaded the latest x86-solaris version from java.sun.com.After installing, I think I had to link to the new dir from the install
# 22
Gentlemen,
We have noticed with at least one other customer that this sequence of commands, then an attempt to re-register has helped. However this is normally in the circumstance where the system in question has previously been registered and has had its ip address or hostname changed during a re-install.
# cacaoadm stop
# rm /var/scn/persistence/SCN*
# /usr/lib/cc-cfw/framework/lib/cc-client-adm stop
# /usr/lib/cc-cfw/framework/lib/cc-client-adm disable
# /usr/lib/cc-ccr/bin/eraseCCRRepository
# cacaoadm start
# 23
https works:-bash-3.00# telnet www.verisign.com 443Trying 65.205.249.60...Connected to www.verisign.net.Escape character is '^]'.
# 24
Hello,
second command returned a "No such file or directory". Maybe a missing package?
-bash-3.00# cacaoadm stop
-bash-3.00# rm /var/scn/persistence/SCN*
/var/scn/persistence/SCN*: No such file or directory
-bash-3.00# /usr/lib/cc-cfw/framework/lib/cc-client-adm stop
Looking up the stop entries in /usr/lib/cc-cfw/platform
Stopping the components of the service platform.
Invoking the script /usr/lib/cc-cfw/platform/transport/stop
ERROR : CNS Transport is not properly enabled. Cannot find /etc/init.d/cc-transport
Looking up the stop entries in /usr/lib/cc-cfw/swupPortalMgmt
Stopping the components of the service swupPortalMgmt.
-bash-3.00# /usr/lib/cc-cfw/framework/lib/cc-client-adm disable
Looking up the disable entries in /usr/lib/cc-cfw/platform
Component transport of the service platform is already disabled.
Invoking the /usr/lib/cc-cfw/platform/invagent/disable
/usr/lib/cc-cfw/platform/invagent/etc/cc-invagent
/usr/lib/cc-cfw/platform/invagent/etc/runlevel
All the components of the service are disabled.
Setting the service status to disabled.
Looking up the disable entries in /usr/lib/cc-cfw/swupPortalMgmt
Invoking the /usr/lib/cc-cfw/swupPortalMgmt/swupagent/disable
All the components of the service are disabled.
Setting the service status to disabled.
-bash-3.00# /usr/lib/cc-ccr/bin/eraseCCRRepository
-bash-3.00# cacaoadm start
# 25
Sorry, directory "/var/scn/persistence/" was already empty....
# 26
Please check for the following updates;121118-08 for sparcand121119-08 for x86using # showrev -p | grep <patch>
# 27
The patch is not installed on the system.But is only available to download for users with a valid Sun Service Plan....
# 28
the two patches are public - they can be downloaded by anyone: http://sunsolve.sun.com/search/document.do?assetkey=1-21-121118-08-1 http://sunsolve.sun.com/search/document.do?assetkey=1-21-121119-08-1
# 29
Still no seccess to download the patch. Now tried it from around five machines: Linux, Windows, Mac with IE, Firefox, Konqueror, Safari.
Always same result:
Registered users, please sign in! (I'm logged in of course.... Can downlaod other patches without problems)
You have selected an update which is available to registered SunSolve users with a valid Sun Service Plan.
In order to download this update you need to sign in to access SunSolve. If you are a new user to SunSolve, you can register today if you have a Sun Support contract number or a Solaris 10 Entitlement Token.
If you are a new user of Solaris 10, you can get access to all Solaris 10 updates with purchase of a Sun Service Plan.
# 30
Something,
We havent actually verified whether you have the correct patchest installed yet have we? Lets do that before we recommend anything else. Please reply with the output from the follwoing commands -
# cat /etc/release
# showrev -p | egrep -e '121454|121119|120336|121082|121564|122232|119789'
# 31
-bash-3.00# cat /etc/release
Solaris 10 6/06 s10x_u2wos_09a X86
Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 09 June 2006
-bash-3.00# showrev -p | egrep -e '121454|121119|120336|121082|121564|122232|119789'
Patch: 121454-02 Obsoletes: 120777-03, 121087-02, 119108-07 Requires: 119575-02, 119255-06 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWccccrr, SUNWccccr, SUNWccfw, SUNWccsign, SUNWcctpx, SUNWccinv, SUNWcsmauth, SUNWppror, SUNWpprou, SUNWupdatemgru, SUNWupdatemgrr
Patch: 121082-05 Obsoletes: Requires: 121454-02 Incompatibles: Packages: SUNWccccrr, SUNWccccr, SUNWccfw, SUNWccsign, SUNWcctpx, SUNWccinv
Patch: 122232-01 Obsoletes: Requires: 121454-02 Incompatibles: Packages: SUNWcctpx
Patch: 121119-06 Obsoletes: Requires: 121454-02 Incompatibles: Packages: SUNWppror, SUNWpprou, SUNWupdatemgru, SUNWupdatemgrr
Patch: 120336-04 Obsoletes: Requires: 121454-01 Incompatibles: Packages: SUNWpprou
Missing:
121564: The one you said it's included in 6/06 (Second post on page 2)
119789: We don't have a proxy
# 32
I attempted to download 121119-08 from SunSolve without logging in and received the page you mentioned in a previous post.
Once I had logged in with an account to which no service plan was associated, it did allow me to download the patch ok .
The top right-hand "greenish" box should say "Welcome, <login id> ...." ,
then I selected patchfinder, typed in the patch name and then downloaded the signed patch with no problems.
Are you still having issues with this ?
Sincerely,
Moderator.
# 33
No. Does not work:
Green box: Welcome, Urs Weiss
On top: Controlled Access Area- You are logged in to SunSolve
Downloading some other patches for test (picked some random ID's from patch report):
122213-10: Works
119060-17: Works
118951-26: Works
121119-08: Still the same message
Can you may send me the patch by eMail?
Thank you
Urs
# 34
Dear Urs,
Please drop us a short email regarding this to :
rsc-forum-inbound@Sun.COM
and we will investigate from there now.
Please include the following in the email, and make reference to it being a continuation of this Forum case , thanks.
* Output the current configuration
o smpatch get
* Output the current list of available patches for this system
o smpatch analyze
* Version information of Sun Update Connection software packages
o showrev -p | egrep -e '121454|121119|120336|121082|121564|122232|119789'
* Solaris release info
o cat /etc/release
I realise some of this information has been asked for previously however this helps contain the case information.
# 35
I was able to get my registration working by updgrading to jdk 1.5.08
tsgroa at 2007-7-21 15:14:00 >

# 36
Hello,
Together with the Sun support we found the reason for the error. Here the solution which worked for me:
- Download an install patch 121119-08 (x86)
(if you can't download it, ask Sun support)
- Make sure all these packages are installed:
- SUNWccccfg
- SUNWccfwctrl
- SUNWccinv
- SUNWcctpx
- all packages from CD1 begining with SUNWscn* (SUNWscnsomr was missing on my installation)
- Execute these commands:
1. cacaoadm stop
2. rm /var/scn/persistence/SCN*
3. /usr/lib/cc-cfw/framework/lib/cc-client-adm stop
4. /usr/lib/cc-cfw/framework/lib/cc-client-adm disable
5. /usr/lib/cc-ccr/bin/eraseCCRRepository
6. cacaoadm start
Now registration worked on my system.