<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"MS Mincho";
        panose-1:2 2 6 9 4 2 5 8 3 4;}
@font-face
        {font-family:"MS Mincho";
        panose-1:2 2 6 9 4 2 5 8 3 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"MS Mincho";
        panose-1:2 2 6 9 4 2 5 8 3 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:99.25pt 85.05pt 85.05pt 85.05pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>If there&#8217;s no tables when FS starts up on a SQLite database, it&#8217;ll create it automatically. You can safely ignore this.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><div style='border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt'><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] <b>On Behalf Of </b>Guillermo Ruiz Camauer<br><b>Sent:</b> Wednesday, August 21, 2013 11:25 AM<br><b>To:</b> FreeSWITCH Users Help<br><b>Subject:</b> [Freeswitch-users] Error with SQLDB on FS startup<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><div><div><p class=MsoNormal>I am getting the following errors when starting up FS:<o:p></o:p></p></div><div><p class=MsoNormal>&nbsp;<o:p></o:p></p></div><div><p class=MsoNormal>[root@Freeswitch freeswitch]# /usr/local/freeswitch/bin/freeswitch<br>2013-08-21 15:13:55.201104 [INFO] switch_event.c:596 Activate Eventing Engine.<br>2013-08-21 15:13:55.201308 [WARNING] switch_event.c:570 Create additional event dispatch thread 0<br>2013-08-21 15:13:55.262832 [INFO] switch_nat.c:420 Scanning for NAT<br>2013-08-21 15:13:55.262950 [DEBUG] switch_nat.c:170 Checking for PMP 1/5<br>2013-08-21 15:13:55.513013 [DEBUG] switch_nat.c:170 Checking for PMP 2/5<br>2013-08-21 15:13:56.012990 [DEBUG] switch_nat.c:170 Checking for PMP 3/5<br>2013-08-21 15:13:57.013009 [DEBUG] switch_nat.c:170 Checking for PMP 4/5<br>2013-08-21 15:13:59.013009 [DEBUG] switch_nat.c:170 Checking for PMP 5/5<br>2013-08-21 15:14:03.013009 [ERR] switch_nat.c:201 Error checking for PMP [general error]<br>2013-08-21 15:14:03.013039 [DEBUG] switch_nat.c:425 Checking for UPnP<br>2013-08-21 15:14:06.066363 [INFO] switch_nat.c:441 No PMP or UPnP NAT devices detected!<br>2013-08-21 15:14:06.068084 [ERR] switch_core_sqldb.c:585 NATIVE SQL ERR [no such table: channels]<br>drop table channels<br>2013-08-21 15:14:06.068108 [ERR] switch_core_sqldb.c:585 NATIVE SQL ERR [no such table: calls]<br>drop table calls<br>2013-08-21 15:14:06.068125 [ERR] switch_core_sqldb.c:585 NATIVE SQL ERR [no such table: detailed_calls]<br>drop view detailed_calls<br>2013-08-21 15:14:06.068140 [ERR] switch_core_sqldb.c:585 NATIVE SQL ERR [no such table: basic_calls]<br>drop view basic_calls<br>2013-08-21 15:14:06.068155 [ERR] switch_core_sqldb.c:585 NATIVE SQL ERR [no such table: interfaces]<br>drop table interfaces<br>2013-08-21 15:14:06.068169 [ERR] switch_core_sqldb.c:585 NATIVE SQL ERR [no such table: tasks]<br>drop table tasks<br>2013-08-21 15:14:06.081283 [CONSOLE] switch_core.c:1293 Created ip list lan default (allow)<br>2013-08-21 15:14:06.081302 [CONSOLE] switch_core.c:1293 Created ip list domains default (deny)<br clear=all>...<o:p></o:p></p></div><div><p class=MsoNormal>&nbsp;<o:p></o:p></p></div><div><p class=MsoNormal>I am on FreeSWITCH Version 1.2.12+git~20130821T172756Z~c73179c6ad (git c73179c 2013-08-21 17:27:56Z). (just ran make current, but it was happenning before also).<o:p></o:p></p></div><div><p class=MsoNormal>&nbsp;<o:p></o:p></p></div><div><p class=MsoNormal>FS continues and loads.&nbsp; What are the possible side effects of these errors?&nbsp; Is there something very wrong with my setup?<o:p></o:p></p></div><div><p class=MsoNormal>&nbsp;<o:p></o:p></p></div><div><p class=MsoNormal><br>-- <br>Guillermo Ruiz Camauer<o:p></o:p></p></div></div></div></div></body></html>