documentserver_community icon indicating copy to clipboard operation
documentserver_community copied to clipboard

Error at cron timing

Open Bables55 opened this issue 5 years ago • 6 comments

I always get the following error when running cron.

[documentserver_community] Error: OCA\DocumentServer\Document\DocumentConversionException: change_code: a&8?this.vb.Oc=e:(this.vb.Oc=new Tg,this.vb.Oc.yc(d))};Br.prototype.Sc=function(d){var a=this.Oa;a.oa.Yd=d.Yd;a.oa.Oc=d.Oc;a.Mp()};Br.prototype.Ec=function(d){if(this.Oa!==d.Oa)return!0;if(this.ka===d.ka||AscDFH.Vw===d.ka)return!1;AscDFH.KLa===d.ka&&(this.Ia.Oc=d.Ia);return!0};us.prototype=Object.create(AscDFH.yj.prototype);us.prototype.constructor=us;us.prototype.ka=AscDFH.Qab;us.prototype.xl=function(){return new AscFormat.Cj};us.prototype.Sc=function(d){var a=this.Oa;a.oa.Dg=d;a.Lf(!1);a.Wo(!1)};
change: Uncaught TypeError: Cannot set property 'Yd' of undefined
DoctRenderer:<result><error index="340" /></result>
 at <<closure>>

0. /MY-NEXTCLOUD/apps/documentserver_community/lib/DocumentConverter.php line 123
   OCA\DocumentServer\Document\ConverterBinary->run("/tmp/oc_tmp_K9Kwol-.xml")
1. /MY-NEXTCLOUD/apps/documentserver_community/lib/DocumentConverter.php line 78
   OCA\DocumentServer\DocumentConverter->runCommand(OCA\DocumentServ ... {})
2. /MY-NEXTCLOUD/apps/documentserver_community/lib/Document/DocumentStore.php line 151
   OCA\DocumentServer\DocumentConverter->saveChanges("*** sensitive parameter replaced ***", ["78;AgAAADEA//8 ... "], "/MY-NEXT ... x", "docx")
3. /MY-NEXTCLOUD/apps/documentserver_community/lib/LocalAppData.php line 100
   OCA\DocumentServer\Document\DocumentStore->OCA\DocumentServer\Document\{closure}("*** sensitive parameters replaced ***")
4. /MY-NEXTCLOUD/apps/documentserver_community/lib/Document/DocumentStore.php line 164
   OCA\DocumentServer\LocalAppData->getReadWriteLocalPath(OC\Files\SimpleFS\SimpleFolder {}, Closure {})
5. /MY-NEXTCLOUD/apps/documentserver_community/lib/Document/SaveHandler.php line 56
   OCA\DocumentServer\Document\DocumentStore->saveChanges(2120607582, [OCA\DocumentSer ... }])
6. /MY-NEXTCLOUD/apps/documentserver_community/lib/BackgroundJob/Cleanup.php line 69
   OCA\DocumentServer\Document\SaveHandler->flushChanges(2120607582)
7. /MY-NEXTCLOUD/lib/public/BackgroundJob/Job.php line 79
   OCA\DocumentServer\BackgroundJob\Cleanup->run(null)
8. /MY-NEXTCLOUD/cron.php line 125
   OCP\BackgroundJob\Job->execute(OC\BackgroundJob\JobList {}, OC\Log {})

at 2020-01-28T14:31:22+09:00

Nextcloud 18.0.0, Community Document Server 0.1.3, ONLYOFFICE 4.1.2, CentOS 7.7, PHP 7.1.14, nginx 1.16.1

Bables55 avatar Jan 28 '20 06:01 Bables55

0.1.4 includes some related fixes, can you see if the problem persists with the latest version

icewind1991 avatar Jan 29 '20 21:01 icewind1991

I updated to 0.1.4 but this error has not been resolved.

[documentserver_community] Error: OCA\DocumentServer\Document\DocumentConversionException: change_code: a&8?this.vb.Oc=e:(this.vb.Oc=new Tg,this.vb.Oc.yc(d))};Br.prototype.Sc=function(d){var a=this.Oa;a.oa.Yd=d.Yd;a.oa.Oc=d.Oc;a.Mp()};Br.prototype.Ec=function(d){if(this.Oa!==d.Oa)return!0;if(this.ka===d.ka||AscDFH.Vw===d.ka)return!1;AscDFH.KLa===d.ka&&(this.Ia.Oc=d.Ia);return!0};us.prototype=Object.create(AscDFH.yj.prototype);us.prototype.constructor=us;us.prototype.ka=AscDFH.Qab;us.prototype.xl=function(){return new AscFormat.Cj};us.prototype.Sc=function(d){var a=this.Oa;a.oa.Dg=d;a.Lf(!1);a.Wo(!1)};
change: Uncaught TypeError: Cannot set property 'Yd' of undefined
DoctRenderer:<result><error index="340" /></result>
 at <<closure>>

0. /MY-NEXTCLOUD/apps/documentserver_community/lib/DocumentConverter.php line 123
   OCA\DocumentServer\Document\ConverterBinary->run("/tmp/oc_tmp_uuask6-.xml")
1. /MY-NEXTCLOUD/apps/documentserver_community/lib/DocumentConverter.php line 78
   OCA\DocumentServer\DocumentConverter->runCommand(OCA\DocumentServ ... {})
2. /MY-NEXTCLOUD/apps/documentserver_community/lib/Document/DocumentStore.php line 151
   OCA\DocumentServer\DocumentConverter->saveChanges("*** sensitive parameter replaced ***", ["78;AgAAADEA//8 ... "], "/MY-NEXT ... x", "docx")
3. /MY-NEXTCLOUD/apps/documentserver_community/lib/LocalAppData.php line 100
   OCA\DocumentServer\Document\DocumentStore->OCA\DocumentServer\Document\{closure}("*** sensitive parameters replaced ***")
4. /MY-NEXTCLOUD/apps/documentserver_community/lib/Document/DocumentStore.php line 164
   OCA\DocumentServer\LocalAppData->getReadWriteLocalPath(OC\Files\SimpleFS\SimpleFolder {}, Closure {})
5. /MY-NEXTCLOUD/apps/documentserver_community/lib/Document/SaveHandler.php line 56
   OCA\DocumentServer\Document\DocumentStore->saveChanges(2120607582, [OCA\DocumentSer ... }])
6. /MY-NEXTCLOUD/apps/documentserver_community/lib/BackgroundJob/Cleanup.php line 69
   OCA\DocumentServer\Document\SaveHandler->flushChanges(2120607582)
7. /MY-NEXTCLOUD/lib/public/BackgroundJob/Job.php line 79
   OCA\DocumentServer\BackgroundJob\Cleanup->run(null)
8. /MY-NEXTCLOUD/cron.php line 125
   OCP\BackgroundJob\Job->execute(OC\BackgroundJob\JobList {}, OC\Log {})

Bables55 avatar Jan 30 '20 00:01 Bables55

I updated to 0.1.5 an hour ago, but it seems to be resolved. There has been no previous error in the last hour.

Thanks.

Bables55 avatar Jan 31 '20 03:01 Bables55

I had no errors for a while after the update. It suddenly started to recur (three hours ago).

Bables55 avatar Jan 31 '20 16:01 Bables55

Hi, Will be good stuff then. Now, i cannot download " Community Document Server ". Seems there are some more problems. Capture d’écran 2020-04-07 à 08 56 40

JeanLafon avatar Apr 07 '20 13:04 JeanLafon

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 60 days. Thank you for your contribution!

Retaking repo management include inheritance of old, not treated, and probablty obsolete issues, this is why it was decided to mark issues as stale.

github-actions[bot] avatar Mar 04 '24 00:03 github-actions[bot]

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.

github-actions[bot] avatar May 06 '24 00:05 github-actions[bot]