"exception": {
"Exception": "Error",
"Message": "Typed property OC\\FullTextSearch\\Model\\IndexDocument::$access must not be accessed before initialization",
"Code": 0,
"Trace": [
{
"function": "jsonSerialize",
"class": "OC\\FullTextSearch\\Model\\IndexDocument",
"type": "->",
"args": []
},
{
"file": "/var/www/html/custom_apps/files_fulltextsearch/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc22/TNC22Logger.php",
"line": 192,
"function": "json_encode",
"args": [
{
"index": "*** sensitive parameters replaced ***",
"document": {
"__class__": "OCA\\Files_FullTextSearch\\Model\\FilesDocument"
}
}
]
},
{
"file": "/var/www/html/custom_apps/files_fulltextsearch/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc22/TNC22Logger.php",
"line": 177,
"function": "log",
"class": "OCA\\Files_FullTextSearch\\Provider\\FilesProvider",
"type": "->",
"args": [
0,
"[debug] updateDocument result",
false,
{
"index": "*** sensitive parameters replaced ***",
"document": {
"__class__": "OCA\\Files_FullTextSearch\\Model\\FilesDocument"
}
}
]
},
{
"file": "/var/www/html/custom_apps/files_fulltextsearch/lib/Provider/FilesProvider.php",
"line": 315,
"function": "debug",
"class": "OCA\\Files_FullTextSearch\\Provider\\FilesProvider",
"type": "->",
"args": [
"[debug] updateDocument result",
{
"index": "*** sensitive parameters replaced ***",
"document": {
"__class__": "OCA\\Files_FullTextSearch\\Model\\FilesDocument"
}
}
]
},
{
"file": "/var/www/html/custom_apps/fulltextsearch/lib/Service/IndexService.php",
"line": 409,
"function": "updateDocument",
"class": "OCA\\Files_FullTextSearch\\Provider\\FilesProvider",
"type": "->",
"args": [
"*** sensitive parameters replaced ***"
]
},
{
"file": "/var/www/html/custom_apps/fulltextsearch/lib/Cron/Index.php",
"line": 109,
"function": "updateDocument",
"class": "OCA\\FullTextSearch\\Service\\IndexService",
"type": "->",
"args": [
"*** sensitive parameters replaced ***"
]
},
{
"file": "/var/www/html/custom_apps/fulltextsearch/lib/Cron/Index.php",
"line": 77,
"function": "liveCycle",
"class": "OCA\\FullTextSearch\\Cron\\Index",
"type": "->",
"args": []
},
{
"file": "/var/www/html/lib/public/BackgroundJob/Job.php",
"line": 61,
"function": "run",
"class": "OCA\\FullTextSearch\\Cron\\Index",
"type": "->",
"args": [
null
]
},
{
"file": "/var/www/html/lib/public/BackgroundJob/TimedJob.php",
"line": 88,
"function": "start",
"class": "OCP\\BackgroundJob\\Job",
"type": "->",
"args": [
{
"__class__": "OC\\BackgroundJob\\JobList"
}
]
},
{
"file": "/var/www/html/lib/public/BackgroundJob/TimedJob.php",
"line": 75,
"function": "start",
"class": "OCP\\BackgroundJob\\TimedJob",
"type": "->",
"args": [
{
"__class__": "OC\\BackgroundJob\\JobList"
}
]
},
{
"file": "/var/www/html/cron.php",
"line": 162,
"function": "execute",
"class": "OCP\\BackgroundJob\\TimedJob",
"type": "->",
"args": [
{
"__class__": "OC\\BackgroundJob\\JobList"
}
]
}
],
"File": "/var/www/html/lib/private/FullTextSearch/Model/IndexDocument.php",
"Line": 757,
"message": "exception encountered while running fulltextsearch/lib/Cron/Index.php",
"exception": {},
"CustomMessage": "exception encountered while running fulltextsearch/lib/Cron/Index.php"
}
Nextcloud configuration
{
"system": {
"memcache.local": "\\OC\\Memcache\\APCu",
"apps_paths": [
{
"path": "\/var\/www\/html\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/var\/www\/html\/custom_apps",
"url": "\/custom_apps",
"writable": true
}
],
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"password": "***REMOVED SENSITIVE VALUE***",
"port": 6379
},
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"DOMAIN"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "30.0.4.1",
"overwrite.cli.url": "https:\/\/DOMAIN",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"default_phone_region": "DE",
"mail_smtpsecure": "ssl",
"maintenance": false,
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauth": 1,
"mail_smtpauthtype": "PLAIN",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "465",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"trashbin_retention_obligation": "auto, 30",
"versions_retention_obligation": "auto, 60",
"loglevel": 1,
"app_install_overwrite": [
"cookbook",
"fulltextsearch",
"fulltextsearch_elasticsearch",
"files_fulltextsearch",
"tasks",
"forms"
],
"theme": "",
"maintenance_window_start": 1
}
}
How to use GitHub
Steps to reproduce
Expected behaviour
Indexing works, no errors in NC log
Actual behaviour
Server configuration
Web server: Nginx
Database: Maria
PHP version: 8.2
Nextcloud version: 30.0.4
List of activated apps
Nextcloud configuration
Browser
cron issue - no browser in use