Hi,

Are you testing this with a SQLite database ?

It could be due to your own backend, but I don't really see how it could
trigger that.
Are your storage calls taking a long time ? You could try to buffer them
and/or use a stat cache to prevent making network requests every time.

Also, for development questions it's better to ask on the devel mailing
list: http://mailman.owncloud.org/mailman/listinfo/devel

Cheers,

Vincent

On 08/06/2014 10:56 PM, Hans Maulwurf wrote:
> hey guys,
>
> i develop an own file backend to use within files_external. at the
> beginning everything worked fine, but now i get many of these errors:
>
> {"app":"core","message":"Exception while scanning file
> \"Neu\/DAL-AR_AN_8_O_0001_00-P.pdf\": An exception occurred while executing
> 'INSERT INTO `oc_filecache` (`mimepart`, `mimetype`, `mtime`, `size`,
> `etag`, `storage_mtime`, `path_hash`, `path`, `parent`, `name`, `storage`)
> VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)':\n\nSQLSTATE[HY000]: General
> error: 1205 Lock wait timeout exceeded; try restarting
> transaction","level":0,"time":"2014-08-06T12:54:25+00:00"}
>
> does this mean, there are too many requests to the database because of my
> filebackend? when these errormessages come up, i only get the loading-wheel
> at the screen and i can't access the files of my backend
>
> any suggestions?
>
> thanks for ur help
>
>
>
> _______________________________________________
> User mailing list
> [email protected]
> http://mailman.owncloud.org/mailman/listinfo/user

_______________________________________________
User mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/user

Reply via email to