Server Stability

26 views
Skip to first unread message

Fab

unread,
Jun 20, 2013, 5:12:19 PM6/20/13
to imgsee...@googlegroups.com
I am using imSeek Server version and finding it very unstable. We're getting a lot of crashes and a lot of trouble trying to get results. 


Code

if(!$result->faultCode())
{
echo "\n queryImgID(1): ";
$v = $result->value();
// iterating over values of an array object
for ($i = 0; $i < $v->arraysize(); $i++)
{
$pair = $v->arraymem($i);
$image['matched_id'] = $pair->arraymem(0)->scalarval();
$percentage = round($pair->arraymem(1)->scalarval());
echo "\n Result image id:"  . $pair->arraymem(0)->scalarval() . " ( " . $percentage . "% )"; 
        }
}

Log

imageDB     : DEBUG    | queryImgPath(dbId=2, path='http://i.imgur.com/m6ug8uQ.jpg', numres=0, sketch=0, fast=0)
imageDB     : DEBUG    queryImgPath() ret=[]
imageDB     : DEBUG    | queryImgPath(dbId=2, path='http://i.imgur.com/m6ug8uQ.jpg', numres=1, sketch=0, fast=0)
imageDB     : DEBUG    queryImgPath() ret=[]

Not sure why it is returning nothing? We're at a bit of a loss on how to debug or fix or reset? Is there any info I can provide you with to help get some answers?

Any help you could provide would be greatly appreciated. 

Kind regards,

Fab

Ricardo Niederberger Cabral

unread,
Jun 20, 2013, 7:37:50 PM6/20/13
to imgsee...@googlegroups.com
try adding at least 25 images to the database




--
You received this message because you are subscribed to the Google Groups "imgseek users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to imgseek_user...@googlegroups.com.
To post to this group, send email to imgsee...@googlegroups.com.
Visit this group at http://groups.google.com/group/imgseek_users.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply all
Reply to author
Forward
0 new messages