I assume this error msg is showing in a dialog while the registeration window is still up. There is an option in the first couple of registration screens to configure the network proxy. You need to start over (or just close the error dialog and hit the Back button) and then select the "Configure Network Proxies" link (this may not be the exact wording).
-Dave
I am seeing the same errors. Proxy is set correctly. When I run from the command line, I get:
updatemanager
Jun 2, 2005 6:27:01 PM java.util.prefs.FileSystemPreferences$2 run
INFO: Created user preferences directory.
Jun 2, 2005 6:29:15 PM com.sun.cc.platform.user.UserServiceClientImpl validate
SEVERE: Error validating user with service: com.sun.cc.platform.user.ValidationFailure: Access Denied: coniglio - Access Denied for access manager data required access: coniglio
my sun online account works fine for other stuff?
Hi Frederic,
I'm sorry to say, but proxy server configuration (as I expected) is not a solution, same behaviour. As jasonah wrote, also my machine can access the internet without problems. To show the problem and the difference with and without proxy configuration, I paste the relevant lines from the logfiles in /tmp. You can easily find the error message shown in the popup window:
Exception in web service communication
Ciao, Christian
without proxy:
==============
INFO: StoreTask ENTER
Jun 3, 2005 9:06:08 AM com.sun.cns.basicreg.wizard.swing.WizardPanel$StoreTask <init>
INFO: >>>> About to output
Jun 3, 2005 9:06:08 AM com.sun.cns.basicreg.common.ProxyManager isProxyEnabled
INFO: proxy is disabled
Jun 3, 2005 9:06:08 AM com.sun.cns.basicreg.adapter.CCRAdapter getValueThroughCSMAuth
INFO: Running cmd := /usr/lib/cc-ccr/bin/ccr [ccr, -g, cns.httpproxy.ipaddr]
Jun 3, 2005 9:06:08 AM com.sun.cns.basicreg.adapter.CCRAdapter getValueThroughCSMAuth
INFO: Running cmd := /usr/lib/cc-ccr/bin/ccr [ccr, -g, cns.httpproxy.port]
Jun 3, 2005 9:06:08 AM com.sun.cns.basicreg.adapter.CCRAdapter getValueThroughCSMAuth
INFO: Running cmd := /usr/lib/cc-ccr/bin/ccr [ccr, -g, cns.httpproxy.auth]
Jun 3, 2005 9:06:08 AM com.sun.cns.basicreg.adapter.Adapter reLoadProxyFromCCR
INFO: loading proxyHost from CCR =
Jun 3, 2005 9:06:08 AM com.sun.cns.basicreg.adapter.Adapter reLoadProxyFromCCR
INFO: loading proxyPort from CCR =
Jun 3, 2005 9:06:08 AM com.sun.cns.basicreg.adapter.Adapter reLoadProxyFromCCR
INFO: loading proxyAuth from CCR = ***
Jun 3, 2005 9:06:08 AM com.sun.cns.basicreg.adapter.eCRAdapter <init>
INFO: Using eCRAdapter endpoint := https://swup-updates.central.sun.com/UserInformationService/UserInformationServ ice
Jun 3, 2005 9:06:12 AM com.sun.cns.basicreg.common.ProxyManager isSecureProxyEnabled
INFO: secure proxy is disabled
Jun 3, 2005 9:06:12 AM com.sun.cns.basicreg.adapter.Adapter connectToSun
INFO: internet connection tested OK !
Jun 3, 2005 9:06:12 AM com.sun.cns.basicreg.adapter.eCRAdapter authenticateUser
SEVERE: Exception in web service communication
Jun 3, 2005 9:06:12 AM com.sun.cns.basicreg.adapter.eCRAdapter authenticateUser
SEVERE: java.lang.NullPointerException
Jun 3, 2005 9:06:12 AM com.sun.cns.basicreg.adapter.eCRAdapter authenticateUser
SEVERE:
with proxy:
===========
INFO: StoreTask ENTER
Jun 3, 2005 9:46:08 AM com.sun.cns.basicreg.wizard.swing.WizardPanel$StoreTask <init>
INFO: >>>> About to output
Jun 3, 2005 9:46:08 AM com.sun.cns.basicreg.common.ProxyManager isProxyEnabled
INFO: proxy is enabled
Jun 3, 2005 9:46:08 AM com.sun.cns.basicreg.common.ProxyManager isSecureProxyEnabled
INFO: secure proxy is enabled
Jun 3, 2005 9:46:08 AM com.sun.cns.basicreg.adapter.eCRAdapter <init>
INFO: Using eCRAdapter endpoint := https://swup-updates.central.sun.com/UserInformationService/UserInformationServ ice
Jun 3, 2005 9:46:11 AM com.sun.cns.basicreg.common.ProxyManager isSecureProxyEnabled
INFO: secure proxy is enabled
Jun 3, 2005 9:46:11 AM com.sun.cns.basicreg.adapter.Adapter connectToSun
INFO: secure proxy tested OK !
Jun 3, 2005 9:46:11 AM com.sun.cns.basicreg.adapter.eCRAdapter authenticateUser
SEVERE: Exception in web service communication
Jun 3, 2005 9:46:12 AM com.sun.cns.basicreg.adapter.eCRAdapter authenticateUser
SEVERE: java.lang.NullPointerException
Jun 3, 2005 9:46:12 AM com.sun.cns.basicreg.adapter.eCRAdapter authenticateUser
SEVERE:
Same happens to me:
INFO: Using eCRAdapter endpoint := https://swup-updates.central.sun.com/UserInformationService/UserInformationServ ice
Jun 3, 2005 9:27:53 PM com.sun.cns.basicreg.common.ProxyManager isSecureProxyEnabled
INFO: secure proxy is disabled
Jun 3, 2005 9:27:53 PM com.sun.cns.basicreg.adapter.Adapter connectToSun
INFO: internet connection tested OK !
Jun 3, 2005 9:27:53 PM com.sun.cns.basicreg.adapter.eCRAdapter authenticateUser
SEVERE: Exception in web service communication
Jun 3, 2005 9:27:53 PM com.sun.cns.basicreg.adapter.eCRAdapter authenticateUser
SEVERE: java.lang.NullPointerException
Jun 3, 2005 9:27:53 PM com.sun.cns.basicreg.adapter.eCRAdapter authenticateUser
SEVERE:
com.sun.cns.basicreg.adapter.eCRAdapter.authenticateUser(eCRAdapter.java:78)
com.sun.cns.basicreg.adapter.eCRAdapter.authenticateUser(eCRAdapter.java:65)
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.cns.basicreg.wizard.cli.CmdLineWizard.authenticateUser(CmdLineWizard.ja va:1052)
com.sun.cns.basicreg.wizard.cli.CmdLineWizard.outCall(CmdLineWizard.java:802)
com.sun.cns.basicreg.wizard.cli.CmdLineWizard.output(CmdLineWizard.java:759)
com.sun.cns.basicreg.wizard.swing.WizardPanel$StoreTask.<init>(WizardPane l.java:1000)
com.sun.cns.basicreg.wizard.swing.WizardPanel$1.construct(WizardPanel.java:819)
com.sun.cns.basicreg.wizard.swing.SwingWorker$2.run(SwingWorker.java:126)
java.lang.Thread.run(Thread.java:595)
Jun 3, 2005 9:27:53 PM com.sun.cns.basicreg.wizard.cli.CmdLineWizard outCall
The following command may do the trick:
/usr/sbin/patchrm 119108-01
Although your mileage may vary.
What I mean to say is that I am not entirely sure this will result in a clean uninstall. I'm not aware of an uninstallUpdateConnection script or command to cleanly remove the previous installation.
If the above succeeds, it is likely you will be able to install with the latest installUpdateConnection command.
I wish I knew where there were formal instructions to point you at for this process... They may exist but I am unaware of them.
I do happen to know this issue is addressed in the latest version.
Have installed updatemanager and completed registration with no problems. Ran updatemanager, installed a few updates, everything seems to work fine. Went to the portal at:
https://updates.sun.com/
Loggged in and see my system. I am running Solaris 10 on a AMD 64 system. Sumcheck on the zip file I downloaded from Sun:
61554 19672 updateConnection-i386.zip
Not sure if this helps, but I am pleased to report that this is working with no issues.
Regards,
Sean
====
I confirm with the new download fileset it works for me now!
Thanks for the support!
By the way:
Why is reboot not sufficient to apply the updates ?
What is the difference between reboot, init and shutdown ?
Thouht its all the same, different syntax, same result.
Not true ?
Thanks again, Christian
Per
http://docs.sun.com/app/docs/doc/816-0211/6m6nc674n?a=view
The reboot utility does not execute the scripts in /etc/rcnum.d or execute shutdown actions in inittab(4). To ensure a complete shutdown of system services, use shutdown(1M) or init(1M) to reboot a Solaris system.
Without running the rc scripts when coming back up, the patches won't get applied.
In order to optimize the installation sequence for updates requiring reboot, reconfig or singleuser mode, the installation of such updates is done in a /etc/rcn.d shutdown script rather than a startup script (performing the installation in a startup script could in some instances require a second reboot for some patches which would be undesirable from a system availability standpoint).
There are subtle differences in the commands available to do a shutdown or reboot. The important difference in this case is that 'reboot' does not run the /etc/rcn.d shutdown scripts, it just kills all running processes and then reboots (see the NOTES section of the 'reboot' man page). Since 'reboot' doesn't run the shutdown scripts, it doesn't run the script we use to install the pending updates. shutdown and init do run these scripts, which is why their use is required.