Hi, while running bin/opscenter -f i get the following error
[root@NJVC-BAO-DEV-APP-2 opscenter-2.1]# bin/opscenter -f
2012-06-26 11:58:01-0500 [] INFO: Log opened.
2012-06-26 11:58:01-0500 [] INFO: twistd 10.2.0 (/root/local/Python-2.7/bin/python2.7 2.7.0) s tarting up.
2012-06-26 11:58:01-0500 [] INFO: reactor class: twisted.internet.selectreactor.SelectReactor.
2012-06-26 11:58:01-0500 [] INFO: Logging level set to 'debug'
2012-06-26 11:58:01-0500 [] INFO: OpsCenterdService startService
2012-06-26 11:58:01-0500 [] INFO: OpsCenter version: 2.1
2012-06-26 11:58:01-0500 [] INFO: Compatible agent version: 2.8
2012-06-26 11:58:01-0500 [] DEBUG: Main config options:
2012-06-26 11:58:02-0500 [] DEBUG: webserver : [('port', '8888'), ('interface', '10.3.248.106') ], logging : [('level', 'DEBUG')], authentication : [], agents : [('incoming_interface', '10.3. 248.46')],
2012-06-26 11:58:02-0500 [] DEBUG: Loading all per-cluster config files
2012-06-26 11:58:02-0500 [] INFO: Cluster config dir './conf/clusters' does not exist yet
2012-06-26 11:58:02-0500 [] DEBUG: Done loading all per-cluster config files
2012-06-26 11:58:02-0500 [] INFO: No clusters are configured yet, checking to see if a config migration is needed
2012-06-26 11:58:02-0500 [] INFO: Main config does not appear to include a cluster configurati on, skipping migration
2012-06-26 11:58:02-0500 [] DEBUG: Loading all per-cluster config files
2012-06-26 11:58:02-0500 [] INFO: Cluster config dir './conf/clusters' does not exist yet
2012-06-26 11:58:02-0500 [] DEBUG: Done loading all per-cluster config files
2012-06-26 11:58:02-0500 [] INFO: No clusters are configured
2012-06-26 11:58:02-0500 [] INFO: HTTP BASIC authentication disabled
2012-06-26 11:58:02-0500 [] INFO: Starting webserver with ssl disabled.
2012-06-26 11:58:02-0500 [] INFO: SSL enabled
2012-06-26 11:58:02-0500 [] INFO: opscenterd.WebServer.OpsCenterdWebServer starting on 8888
2012-06-26 11:58:02-0500 [] INFO: Starting factory <opscenterd.WebServer.OpsCenterdWebServer i nstance at 0x36ec5f0>
2012-06-26 11:58:02-0500 [] INFO: morbid.morbid.StompFactory starting on 61619
2012-06-26 11:58:02-0500 [] INFO: Starting factory <morbid.morbid.StompFactory instance at 0x3 6ec9e0>
2012-06-26 11:58:02-0500 [] INFO: Configuring agent communication with ssl support enabled.
2012-06-26 11:58:02-0500 [] INFO: Unhandled error in Deferred:
2012-06-26 11:58:02-0500 [] Unhandled Error
Traceback (most recent call last):
File "/root/datastax-2.1/opscenter-2.1/lib/py-redhat/2.7/shared/amd64/twisted/scripts /_twistd_unix.py", line 317, in startApplication
app.startApplication(application, not self.config['no_save'])
File "/root/datastax-2.1/opscenter-2.1/lib/py-redhat/2.7/shared/amd64/twisted/applica tion/app.py", line 653, in startApplication
service.IService(application).startService()
File "/root/datastax-2.1/opscenter-2.1/lib/py-redhat/2.7/shared/amd64/twisted/applica tion/service.py", line 277, in startService
service.startService()
File "/root/datastax-2.1/opscenter-2.1/lib/py-redhat/2.7/shared/amd64/twisted/interne t/defer.py", line 1141, in unwindGenerator
return _inlineCallbacks(None, f(*args, **kwargs), Deferred())
--- <exception caught here> ---
File "/root/datastax-2.1/opscenter-2.1/lib/py-redhat/2.7/shared/amd64/twisted/interne t/defer.py", line 1020, in _inlineCallbacks
result = g.send(result)
File "build/lib/python2.7/site-packages/opscenterd/OpsCenterdService.py", line 50, in startService
File "/root/datastax-2.1/opscenter-2.1/lib/py-redhat/2.7/shared/amd64/twisted/applica tion/service.py", line 277, in startService
service.startService()
File "/root/datastax-2.1/opscenter-2.1/lib/py-redhat/2.7/shared/amd64/twisted/applica tion/service.py", line 277, in startService
service.startService()
File "build/lib/python2.7/site-packages/opscenterd/Agents.py", line 169, in startServ ice
File "build/lib/python2.7/site-packages/opscenterd/OrbitedService.py", line 59, in li sten_ssl
File "/root/datastax-2.1/opscenter-2.1/lib/py-redhat/2.7/shared/amd64/twisted/applica tion/service.py", line 184, in setServiceParent
self.parent.addService(self)
File "/root/datastax-2.1/opscenter-2.1/lib/py-redhat/2.7/shared/amd64/twisted/applica tion/service.py", line 303, in addService
service.privilegedStartService()
File "/root/datastax-2.1/opscenter-2.1/lib/py-redhat/2.7/shared/amd64/twisted/applica tion/internet.py", line 104, in privilegedStartService
self._port = self._getPort()
File "/root/datastax-2.1/opscenter-2.1/lib/py-redhat/2.7/shared/amd64/twisted/applica tion/internet.py", line 131, in _getPort
'listen%s' % (self.method,))(*self.args, **self.kwargs)
File "/root/datastax-2.1/opscenter-2.1/lib/py-redhat/2.7/shared/amd64/twisted/interne t/posixbase.py", line 444, in listenSSL
p.startListening()
File "/root/datastax-2.1/opscenter-2.1/lib/py-redhat/2.7/shared/amd64/twisted/interne t/tcp.py", line 857, in startListening
raise CannotListenError, (self.interface, self.port, le)
twisted.internet.error.CannotListenError: Couldn't listen on 10.3.248.46:61620: [Errno 99] Cannot assign requested address.
2012-06-26 11:58:02-0500 [] INFO: OS Version: Linux version 2.6.32-220.23.1.el6.x86_64 (mockbu ild@x86-002.build.bos.redhat.com) (gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) ) #1 SMP Tue Jun 12 11:20:15 EDT 2012
2012-06-26 11:58:02-0500 [] INFO: CPU Info: ['2526.999']
2012-06-26 11:58:02-0500 [] INFO: Mem Info: 996MB
2012-06-26 11:58:05-0500 [] DEBUG: EC2 Instance type: None
2012-06-26 11:58:08-0500 [] DEBUG: EC2 Instance ami: None
2012-06-26 11:58:08-0500 [] INFO: Package Manager: Unknown
2012-06-26 11:59:02-0500 [] DEBUG: Average opscenterd CPU usage: 0.14%, memory usage: 22 MB
2012-06-26 12:00:07-0500 [] DEBUG: Average opscenterd CPU usage: 0.37%, memory usage: 22 MB
2012-06-26 12:01:06-0500 [] DEBUG: Average opscenterd CPU usage: 0.12%, memory usage: 22 MB
2012-06-26 12:02:04-0500 [] DEBUG: Average opscenterd CPU usage: 0.16%, memory usage: 22 MB
2012-06-26 12:03:05-0500 [] DEBUG: Average opscenterd CPU usage: 0.11%, memory usage: 22 MB
2012-06-26 12:04:05-0500 [] DEBUG: Average opscenterd CPU usage: 0.10%, memory usage: 22 MB
2012-06-26 12:05:06-0500 [] DEBUG: Average opscenterd CPU usage: 0.11%, memory usage: 22 MB
what is the solution??
