Hello Guys,
I am using ubuntu 12.04 and cassandra db server.I installed datastax opscenter community version.But I don't know it's not working properly.
When I issued the command service opscenterd start for the first time it gave me the following traceback and the next time nothing at all.
The below traceback as suggests for superuser permission I suggest, but when I tried next time with giving the permission still no success.
Is it a bug or problem with the linux version(12.04) as I am using or what?Please check out the stack trace and looking for your feedback.
When I start opscenterd service it gave me the following traceback.
Traceback (most recent call last):
File "/usr/share/opscenter/bin/twistd", line 19, in <module>
run()
File "/usr/share/opscenter/lib/py-debian/2.7/i386/twisted/scripts/twistd.py", line 27, in run
app.run(runApp, ServerOptions)
File "/usr/share/opscenter/lib/py-debian/2.7/i386/twisted/application/app.py", line 631, in run
runApp(config)
File "/usr/share/opscenter/lib/py-debian/2.7/i386/twisted/scripts/twistd.py", line 23, in runApp
_SomeApplicationRunner(config).run()
File "/usr/share/opscenter/lib/py-debian/2.7/i386/twisted/application/app.py", line 373, in run
self.preApplication()
File "/usr/share/opscenter/lib/py-debian/2.7/i386/twisted/scripts/_twistd_unix.py", line 192, in preApplication
checkPID(self.config['pidfile'])
File "/usr/share/opscenter/lib/py-debian/2.7/i386/twisted/scripts/_twistd_unix.py", line 70, in checkPID
pid = int(open(pidfile).read())
IOError: [Errno 13] Permission denied: '/var/run/opscenter/opscenterd.pid'
