Hello;
Please I need to your help;
I try to install FRED system to be our Registry Software in Syria, But
when i try to install FRED, i always excute these command :
fred-rifd -ORBnativeCharCodeSet UTF-8 -ORBendPoint
giop:tcp:localhost:2222 &&
fred-adifd -ORBnativeCharCodeSet UTF-8 -ORBendPoint
giop:tcp:localhost:2223 && fred-pifd -ORBnativeCharCodeSet UTF-8
-ORBendPoint giop:tcp:localhost:2224but these ports did not reserved
and i did not get any error, (netstat did not show any thing about
this ports),
i get this ports by netstat:
0.0.0.0:2809 <http://0.0.0.0:2809> 0.0.0.0:*
LISTEN 28835/omniNames
127.0.0.1:5432 <http://127.0.0.1:5432>
0.0.0.0:* LISTEN 28789/postgres
0.0.0.0:18456 <http://0.0.0.0:18456>
0.0.0.0:* LISTEN 17220/python
0 0.0.0.0:2225 <http://0.0.0.0:2225>
0.0.0.0:* LISTEN 28843/python
and when i try to log in by the page :webadmin in port :18456/login/
i get this error :
Error:
Error: Backend server is not running!
Traceback (most recent call last): File
"/usr/local/lib/python2.6/site-packages/fred_webadmin/exposed.py",
line 24, in _wrapper return view_func(*args, **kwd) File
"/usr/local/lib/python2.6/site-packages/fred_webadmin/controller/adif.py",
line 417, in login
redir_addr = self._login_process_valid_form(form) File
"/usr/local/lib/python2.6/site-packages/fred_webadmin/controller/adif.py",
line 321, in _login_process_valid_form
self._corba_connect(corba_server)
File
"/usr/local/lib/python2.6/site-packages/fred_webadmin/controller/adif.py",
line 308, in _corba_connect corba_obj.connect(ior, nscontext) File
"/usr/local/lib/python2.6/site-packages/fred_webadmin/corba.py", line
82, in connect
self.context = obj._narrow(CosNaming.NamingContext) File
"/usr/lib/python2.6/dist-packages/omniORB/CORBA.py", line 787, in
_narrow return _omnipy.narrow(self, repoId, 1)TRANSIENT:
CORBA.TRANSIENT(omniORB.TRANSIENT_ConnectFailed, CORBA.COMPLETED_NO)
Please Help me;
Thanks;
Best Regards;
Mustafa AL Rifaee;
------------------------------------------------------------------------
_______________________________________________
fred-users mailing list
fred-users(a)lists.nic.cz
https://lists.nic.cz/mailman/listinfo/fred-users
Hello,
Why are you starting these services by hand, you should use the
fred-manager included atleast until you know what you are doing.
./fred-manager start (starts up adif,rifd,pifd + postgres + omni + apache)
The easiease way to get fred installed is to use the ./fred-manager
install :)
Georg Kahest