Hello,
I just upgraded from core 4.2.3 to 4.2.4 by rpm. The upgrade process is smooth and no any error messages. But now i can't log into the WebUI, i see an error like below:
Type: <class 'Products.Sessions.interfaces.SessionDataManagerErr'>
Value: External session data container '/temp_folder/session_data' not found.
Traceback (most recent call last): File "/opt/zenoss/lib/python/ZPublisher/Publish.py", line 126, in publish request, bind=1) File "/opt/zenoss/lib/python/ZPublisher/mapply.py", line 77, in mapply if debug is not None: return debug(object,args,context) File "/opt/zenoss/lib/python/ZPublisher/Publish.py", line 46, in call_object result=apply(object,args) # Type s<cr> to step into published object. File "/opt/zenoss/Products/ZenUtils/patches/pasmonkey.py", line 153, in login pas_instance.updateCredentials(request, response, login, password) File "/opt/zenoss/lib/python/Products/PluggableAuthService/PluggableAuthService.py", line 1100, in updateCredentials updater.updateCredentials(request, response, login, new_password) File "/opt/zenoss/lib/python/Products/PluggableAuthService/plugins/SessionAuthHelper.py", line 102, in updateCredentials request.SESSION.set('__ac_name', login) File "/opt/zenoss/lib/python/ZPublisher/HTTPRequest.py", line 1379, in __getattr__ v = self.get(key, default, returnTaints=returnTaints) File "/opt/zenoss/lib/python/ZPublisher/HTTPRequest.py", line 1336, in get v = v() File "/opt/zenoss/lib/python/Products/Sessions/SessionDataManager.py", line 101, in getSessionData return self._getSessionDataObject(key) File "/opt/zenoss/lib/python/Products/Sessions/SessionDataManager.py", line 187, in _getSessionDataObject container = self._getSessionDataContainer() File "/opt/zenoss/lib/python/Products/Sessions/SessionDataManager.py", line 234, in _getSessionDataContainer '/'.join(self.obpath) SessionDataManagerErr: External session data container '/temp_folder/session_data' not found.
My upgrade process:
1. stop zenoss service
2. install epel redis rpm package
3. start redis service
4. rpm -Uvh zenoss_core-4.2.4.el6.x86_64.rpm
5. start zenoss service
Any way can fix this?
Thank you.