[Freeswitch-users] Strange errors from sqlite DB

Peter Olsson peter.olsson at visionutveckling.se
Mon May 3 12:27:48 PDT 2010


I've had an instance of FS running on a box for a couple weeks (since I last touched it), it's mostly used for trunking between some lab PBX'es and conferencing, and 2-3 Polycom's also register to it. It was compiled at april 14 from current git at that time (I can look up the exact revision if needed).

Today, after a restart, I suddenly received these errors. I've never seen them before, so I was quite surprised :) Has anyone seen these before? I shut down FS after the error, removed all db-files and restarted again. The error dissapeared, but is this something I should worry about? I've been using FS (very lightly - but still..) for over a year, and this was the first time I noticed it. I found on the list that someone had a similar problem before, but I couldn't find a real explanation to it.

I'm running on Windows 2003.

----

2010-05-03 20:29:21.032501 [ERR] switch_core_sqldb.c:404 SQL ERR [library routine called out of sequence]
insert into sip_authentication (nonce,expires,profile_name,hostname, last_nc) values('6e5df620-d388-4f93-b0b0-8da4cf880ef1', 1272911421, '(NULL)', 'internal', 0)
2010-05-03 20:29:21.048126 [ERR] switch_core_sqldb.c:722 SQL ERR: [select nonce,last_nc from sip_authentication where nonce='6e5df620-d388-4f93-b0b0-8da4cf880ef1' and last_nc < 1] library routine called out of sequence
2010-05-03 20:29:21.048126 [ERR] switch_core_sqldb.c:404 SQL ERR [library routine called out of sequence]
update sip_authentication set expires='1272911421',last_nc=1 where nonce='6e5df620-d388-4f93-b0b0-8da4cf880ef1'
2010-05-03 20:29:21.048126 [ERR] switch_core_sqldb.c:404 SQL ERR [library routine called out of sequence]

Regards,

Peter



More information about the FreeSWITCH-users mailing list