|
From: Kurtis H. <khe...@cs...> - 2012-08-23 18:46:56
|
Ok, the error you are seeing says that there are missing configuration variables in those dbs. Go and look in them (with sqlitebrowser) to figure out why they are missing. On Thu, Aug 23, 2012 at 11:42 AM, Sachin Singh <asa...@gm...>wrote: > I have followed the range networks document for installing openbts. > > (from the OpenBTS directory) > sudo mkdir /etc/OpenBTS > sudo sqlite3 -init ./apps/OpenBTS.example.sql /etc/OpenBTS/OpenBTS.db > ".quit" > > is this step called initializeing the database. If so i have done this and > in /etc/openbts all the 3 .db files are there. > > On Thu, Aug 23, 2012 at 10:43 PM, Kurtis Heimerl <khe...@cs... > > wrote: > >> Read the install page again, you forgot to initialize the databases. >> >> On Thu, Aug 23, 2012 at 5:24 AM, Sachin Singh <asa...@gm...>wrote: >> >>> Hi All >>> >>> I need your help on some issues which i am currently facing in running >>> Openbts, smqueue and sipauthserve >>> >>> *When i run ./Openbts i get the following error* >>> >>> cannot find configuration value SIP.Local.Port >>> terminate called after throwing an instance of ' >>> ConfigurationTableKeyNotFound' >>> Aborted >>> * >>> When i run ./smqueue i get the following error* >>> >>> cannot find configuration value Log.Level >>> terminate called after throwing an instance of >>> 'ConfigurationTableKeyNotFound' >>> Aborted >>> >>> *When i run ./sipauthserve i get the following error * >>> >>> cannot find configuration value Log.Level >>> terminate called after throwing an instance of >>> 'ConfigurationTableKeyNotFound' >>> Aborted >>> >>> I need some help on how to slove these errors. Thanks for you time. >>> Thanks >>> >>> >>> -- >>> Regards, >>> Sachin >>> >>> >>> ------------------------------------------------------------------------------ >>> Live Security Virtual Conference >>> Exclusive live event will cover all the ways today's security and >>> threat landscape has changed and how IT managers can respond. Discussions >>> will include endpoint security, mobile security and the latest in malware >>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>> _______________________________________________ >>> Openbts-discuss mailing list >>> Ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/openbts-discuss >>> >>> >> > > > -- > Regards, > Sachin > |