Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Cron deadlock #83

@stonerl

Description

@stonerl

Actual behaviour

Lately I observed a strange behavior. I run cron.php from my system every 15 mins, but cron.php did not get executed for days. So I deleted the cron.lock file but after 2 or 3 runs the same error appeard.
So I executed cron.php manually and got this error:

PHP Notice:  iconv(): Detected an illegal character in input string in /var/www/owncloud/apps/search_lucene/3rdparty/zendframework/zendsearch/library/ZendSearch/Lucene/Document/HTML.php on line 111

When this happens the cron.php does not get executed any further, therefore the cron.lock won't be removed which results in a cron deadlock.

Server configuration

Operating system:
Ubuntu 14.04.2 LTS

Web server:
Apache/2.4.7 (Ubuntu)

Database:
mysql Ver 14.14 Distrib 5.5.41, for debian-linux-gnu (x86_64) using readline 6.3

PHP version:
PHP 5.5.9-1ubuntu4.9

ownCloud version:
8.0.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions