Hi,
I have installed successfully OpsCenter from the Debian package.When I've tried the automatic installation of the agent I got this error (when i click on the button "install on all nodes" :
Error during agent install ('ascii' codec can't decode byte 0xc3 in position 202: ordinal not in range(128))
Looking at the logs (/var/log/opscenter/opscenterd.log, I found this error:
2012-05-28 14:24:36+0100 [] Problem while calling InstallAgentController
Traceback (most recent call last):
File "/usr/share/opscenter/lib/py-debian/2.6/i386/twisted/internet/defer.py", line 542, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/share/opscenter/lib/py-debian/2.6/i386/twisted/internet/defer.py", line 1076, in gotResult
_inlineCallbacks(r, g, deferred)
File "/usr/share/opscenter/lib/py-debian/2.6/i386/twisted/internet/defer.py", line 1018, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/share/opscenter/lib/py-debian/2.6/i386/twisted/python/failure.py", line 349, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
--- <exception caught here> ---
File "/usr/lib/python2.6/dist-packages/opscenterd/TwistedRouter.py", line 185, in doCall
File "/usr/share/opscenter/lib/py-debian/2.6/i386/twisted/internet/defer.py", line 1018, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/share/opscenter/lib/py-debian/2.6/i386/twisted/python/failure.py", line 349, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/python2.6/dist-packages/opscenterd/WebServer.py", line 1137, in InstallAgentController
exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 202: ordinal not in range(128)
I'm using OpsCenter 2.0 , python 2.6.5 , java version 1.6.0_20
Thanks in advance
Selim