Re: [owncloud-user] problems with own file backend

2014-08-07 Thread Jürgen Weigert

Hans, can you try this with mysql?
The 'Lock wait timeout' is more often seen with sqlite.

cheers, JW-

Am 06.08.2014 22:56, schrieb Hans Maulwurf:

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
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user


--
Your Data, Your Cloud, Your Way!

ownCloud GmbH, GF: Markus Rex, Holger Dyroff, Frank Karlitschek
Schloßäckerstrasse 26a, 90443 Nürnberg, HRB 28050 (AG Nürnberg)

___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user


[owncloud-user] problems with own file backend

2014-08-06 Thread Hans Maulwurf
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
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user