تمام مراحل نصب و کانفیگ IBSng رو بدون مشکل وخطا جلو رفتیم اما موقع استارت IBSng با این ارور مواجه میشیم :
کد:
[root@static ~]# /etc/init.d/IBSng start
Starting IBSng Core: importing required files ...
forking ...
IBSng started with pid=0
Calling Initializer routins
IBSng started with pid=22704
Shutting down on error
IBSng Failed to start!
Traceback (most recent call last):
File "/usr/local/IBSng/ibs.py", line 65, in start
mainThreadInitialize()
File "/usr/local/IBSng/ibs.py", line 40, in mainThreadInitialize
core.main.init()
File "/usr/local/IBSng/core/main.py", line 41, in init
server.init()
File "/usr/local/IBSng/core/server/server.py", line 11, in init
server=xmlrpcserver.XMLRPCServer((defs.IBS_SERVER_IP,defs.IBS_SERVER_PORT))
AttributeError: 'module' object has no attribute 'IBS_SERVER_IP'
[FAILED]
[root@static ~]# service httpd reload vs restart
Reloading httpd: [FAILED]
[root@static ~]# service httpd reload vs restart
Reloading httpd: [FAILED]
[root@static ~]# service httpd restart
Stopping httpd: [FAILED]
Starting httpd: [ OK ]
[root@static ~]# service httpd reload vs restart
Reloading httpd:
[root@static ~]# service httpd reload vs restart
Reloading httpd:
[root@static ~]# service httpd reload
Reloading httpd:
[root@static ~]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [ OK ]
[root@static ~]# service postgresql restartservice postgresql restart
Usage: /etc/init.d/postgresql {start|stop|status|restart|condrestart|condstop|reload|force-reload}
[root@static ~]# service postgresql restart
Stopping postgresql service: [ OK ]
Starting postgresql service: [ OK ]
[root@static ~]# service IBSng start
Starting IBSng Core: importing required files ...
forking ...
IBSng started with pid=0
Calling Initializer routins
IBSng started with pid=22980
Shutting down on error
IBSng Failed to start!
Traceback (most recent call last):
File "/usr/local/IBSng/ibs.py", line 65, in start
mainThreadInitialize()
File "/usr/local/IBSng/ibs.py", line 40, in mainThreadInitialize
core.main.init()
File "/usr/local/IBSng/core/main.py", line 41, in init
server.init()
File "/usr/local/IBSng/core/server/server.py", line 11, in init
server=xmlrpcserver.XMLRPCServer((defs.IBS_SERVER_IP,defs.IBS_SERVER_PORT))
AttributeError: 'module' object has no attribute 'IBS_SERVER_IP'
[FAILED]
چندین بار هم httpd و postgresql رو ریست کردیم درست نشد
راهنمایی کنید
ممنون