hi,
After completing tango installation when i ran command jive ,
it shows following result,
Desc-> connection to database failed !
org.omg,CORBA.TRANSIENT:Reries exceeded, couldn’t reconnect to 127.0.0.1:2809 vmcid: 0x0 minor code: 0 completed: No
Reason-> TangoApi_DATABASE_CONNECTION_FAILED
Origin-> connect_to_dbase(mehdi,10000)
what does that mean ?
Hi Rachid,
After completing TANGO installation you need to start TANGO database server using following command:
DataBaseds 2 -ORBendPoint giop:tcp::10000
Then start Jive. Let me know if you face any additional issue.
Keep Dancing !!!
Apurva Patkar
hi Apurva Patkar,
when i ran command DataBaseds 2 -ORBendPoint giop:tcp::10000
i’ve got error DataBaseds : commande introuvable
Remotie,
the Databaseds server is not in your path so you need to start it with the full path. Even better is to use the system startup script:
sudo //etc/init.d/tango-dbase start
Beforehand make sure mysql server is running:
sudo /etc/init.d/mysql start
Somehow the documentation for installation on Ubuntu has disappeared from the rtd docs. We will need to document the installation again. I have created an issue for this so we do not forget:
Andy
hi Andy
before everything, i already make sure that the server is running.And even that i used the system sturtup script, it doesnt worked.I still have the same problem