Nextcloud - Joinscript läuft nicht durch

Hallo zusammen,

ich würde auch gerne nextcloud auf meinem UCS-Server installieren. Die Installation läuft auch problemlos nur das join-Script wird nicht durchgeführt.

Ich habe versucht es nach diesen Anweisungen zu ändern, aber ich finde keine cacert Anweisungen.
Was kann ich noch tun?

Ich habe UCS 4.2-1 errata 52 mit letsencrypt und force https installiert.

Gruß,
Stefan

Hallo,

ich habe die Frage in ein neues Topic verschoben, da die im Originial-Thread behandelten Probleme inzwischen in der Nextcloud App behoben sein sollten.

Für den Anfang wäre die Logdatei /var/log/univention/join.log schon mal gut, um die genaue Fehlermeldung sehen zu können :slight_smile:

Gruß, Michael

Anbei das join log

join.log (349,5 KB)

Huh? 50nextcloud hat doch laut Join.log “exitcode=0” (also erfolgreich). Was sagt denn:

# univention-check-join-status

root@s1:/home/Administrator# univention-check-join-status
Warning: ‘nextcloud’ is not configured.
Error: Not all install files configured: 1 missing

Ah sorry, ich habe die Referenz auf den anderen Thread nicht gesehen, wonach auch dort das Joinscript immer beendet war und es trotzdem nicht lief. Ich denke hier ist das Problem:

Could not Administrator to admin group, because user was not found:

<?xml version="1.0"?> failure 404 Invalid query, please check the syntax. API specifications are here: http://www.freedesktop.org/wiki/Specifications/open-collaboration-services. DEBUG OUTPUT:

Das ist der entsprechende Part aus dem Code:

nextcloud_add_Administrator_to_admin_group() {
[…]
# triggers the mapping
RESULT=curl -X GET -H "OCS-APIREQUEST: true" -u "nc_admin:$NC_ADMIN_PWD" "$HOST/ocs/v2.php/cloud/users?search=Administrator"
# we expect the username (nc internal) to be Administrator
STATUS=echo $RESULT | grep "<element>Administrator</element>" -c
if [ ! $STATUS -eq 1 ] ; then
echo “Could not Administrator to admin group, because user was not found:”
echo $RESULT
[…]

Ich glaube der Knackpunkt ist das hier:

# we expect the username (nc internal) to be Administrator

Aha, ok. Und was kann ich da machen?

Die Rückgabe scheint auf ein anderes Problem hinzudeuten, auch die lange Laufzeit des Requests spricht dafür. Das Nextcloud Log wäre interessant, unter /var/lib/univention-appcenter/apps/nextcloud/data/nextcloud.log sollte es auf dem Host verfügbar sein.

Hallo blizzz,

leider bin ich erst heute dazugekommen nach dem entsprechenden log zu schauen.


{"reqId":"+FY3MEz8TcR2TQmawr7m","remoteAddr":"","app":"core","message":"Error while running background job (class: OCA\\Files\\BackgroundJob\\ScanFiles, arguments: ): {\"Exception\":\"OC\\\\ServerNotAvailableException\",\"Message\":\"Lost connection to LDAP server.\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(368): OCA\\\\User_LDAP\\\\LDAP->processLDAPError(Resource id #554)\\n#1 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(295): OCA\\\\User_LDAP\\\\LDAP->postFunctionCall()\\n#2 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(46): OCA\\\\User_LDAP\\\\LDAP->invokeLDAPMethod('bind', Resource id #554, 'cn=nextc-018494...', '8b24269ac170282...')\\n#3 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(613): OCA\\\\User_LDAP\\\\LDAP->bind(Resource id #554, 'cn=nextc-018494...', '8b24269ac170282...')\\n#4 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(538): OCA\\\\User_LDAP\\\\Connection->bind()\\n#5 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(166): OCA\\\\User_LDAP\\\\Connection->establishConnection()\\n#6 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(174): OCA\\\\User_LDAP\\\\Connection->init()\\n#7 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(850): OCA\\\\User_LDAP\\\\Connection->getConnectionResource()\\n#8 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(1011): OCA\\\\User_LDAP\\\\Access->executeSearch('(&(&(objectclas...', Array, Array, 500, 0)\\n#9 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(786): OCA\\\\User_LDAP\\\\Access->search('(&(&(objectclas...', Array, Array, 500, 0)\\n#10 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(702): OCA\\\\User_LDAP\\\\Access->searchUsers('(&(&(objectclas...', Array, 500, 0)\\n#11 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/User_LDAP.php(235): OCA\\\\User_LDAP\\\\Access->fetchListOfUsers('(&(&(objectclas...', Array, 500, 0)\\n#12 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/User\\\/Manager.php(215): OCA\\\\User_LDAP\\\\User_LDAP->getUsers('', 500, 0)\\n#13 \\\/var\\\/www\\\/html\\\/apps\\\/files\\\/lib\\\/BackgroundJob\\\/ScanFiles.php(101): OC\\\\User\\\\Manager->search('', 500, 0)\\n#14 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/BackgroundJob\\\/Job.php(53): OCA\\\\Files\\\\BackgroundJob\\\\ScanFiles->run(NULL)\\n#15 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/BackgroundJob\\\/TimedJob.php(54): OC\\\\BackgroundJob\\\\Job->execute(Object(OC\\\\BackgroundJob\\\\JobList), Object(OC\\\\Log))\\n#16 \\\/var\\\/www\\\/html\\\/cron.php(128): OC\\\\BackgroundJob\\\\TimedJob->execute(Object(OC\\\\BackgroundJob\\\\JobList), Object(OC\\\\Log))\\n#17 {main}\",\"File\":\"\\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php\",\"Line\":333}","level":3,"time":"2017-06-27T07:02:12+00:00","method":"--","url":"--","user":"--","version":"11.0.3.2"}
{"reqId":"+FY3MEz8TcR2TQmawr7m","remoteAddr":"","app":"core","message":"Error while running background job (class: OCA\\User_LDAP\\Jobs\\UpdateGroups, arguments: ): {\"Exception\":\"OC\\\\ServerNotAvailableException\",\"Message\":\"Lost connection to LDAP server.\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(368): OCA\\\\User_LDAP\\\\LDAP->processLDAPError(Resource id #560)\\n#1 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(295): OCA\\\\User_LDAP\\\\LDAP->postFunctionCall()\\n#2 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(46): OCA\\\\User_LDAP\\\\LDAP->invokeLDAPMethod('bind', Resource id #560, 'cn=nextc-018494...', '8b24269ac170282...')\\n#3 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(613): OCA\\\\User_LDAP\\\\LDAP->bind(Resource id #560, 'cn=nextc-018494...', '8b24269ac170282...')\\n#4 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(538): OCA\\\\User_LDAP\\\\Connection->bind()\\n#5 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(166): OCA\\\\User_LDAP\\\\Connection->establishConnection()\\n#6 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(174): OCA\\\\User_LDAP\\\\Connection->init()\\n#7 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(850): OCA\\\\User_LDAP\\\\Connection->getConnectionResource()\\n#8 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(1011): OCA\\\\User_LDAP\\\\Access->executeSearch('(&(&(objectclas...', Array, Array, 500, 0)\\n#9 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(811): OCA\\\\User_LDAP\\\\Access->search('(&(&(objectclas...', Array, Array, 500, 0)\\n#10 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(749): OCA\\\\User_LDAP\\\\Access->searchGroups('(&(&(objectclas...', Array, 500, 0)\\n#11 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Group_LDAP.php(802): OCA\\\\User_LDAP\\\\Access->fetchListOfGroups('(&(&(objectclas...', Array, 500, 0)\\n#12 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Group_LDAP.php(843): OCA\\\\User_LDAP\\\\Group_LDAP->getGroupsChunk('', 500, 0)\\n#13 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Jobs\\\/UpdateGroups.php(63): OCA\\\\User_LDAP\\\\Group_LDAP->getGroups()\\n#14 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Jobs\\\/UpdateGroups.php(56): OCA\\\\User_LDAP\\\\Jobs\\\\UpdateGroups::updateGroups()\\n#15 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/BackgroundJob\\\/Job.php(53): OCA\\\\User_LDAP\\\\Jobs\\\\UpdateGroups->run(NULL)\\n#16 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/BackgroundJob\\\/TimedJob.php(54): OC\\\\BackgroundJob\\\\Job->execute(Object(OC\\\\BackgroundJob\\\\JobList), Object(OC\\\\Log))\\n#17 \\\/var\\\/www\\\/html\\\/cron.php(128): OC\\\\BackgroundJob\\\\TimedJob->execute(Object(OC\\\\BackgroundJob\\\\JobList), Object(OC\\\\Log))\\n#18 {main}\",\"File\":\"\\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php\",\"Line\":333}","level":3,"time":"2017-06-27T07:04:23+00:00","method":"--","url":"--","user":"--","version":"11.0.3.2"}
{"reqId":"CcdFS8r3KV0n8y2OZRJ1","remoteAddr":"","app":"core","message":"Error while running background job (class: OCA\\Files\\BackgroundJob\\ScanFiles, arguments: ): {\"Exception\":\"OC\\\\ServerNotAvailableException\",\"Message\":\"Lost connection to LDAP server.\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(368): OCA\\\\User_LDAP\\\\LDAP->processLDAPError(Resource id #553)\\n#1 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(295): OCA\\\\User_LDAP\\\\LDAP->postFunctionCall()\\n#2 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(46): OCA\\\\User_LDAP\\\\LDAP->invokeLDAPMethod('bind', Resource id #553, 'cn=nextc-018494...', '8b24269ac170282...')\\n#3 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(613): OCA\\\\User_LDAP\\\\LDAP->bind(Resource id #553, 'cn=nextc-018494...', '8b24269ac170282...')\\n#4 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(538): OCA\\\\User_LDAP\\\\Connection->bind()\\n#5 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(166): OCA\\\\User_LDAP\\\\Connection->establishConnection()\\n#6 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(174): OCA\\\\User_LDAP\\\\Connection->init()\\n#7 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(850): OCA\\\\User_LDAP\\\\Connection->getConnectionResource()\\n#8 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(1011): OCA\\\\User_LDAP\\\\Access->executeSearch('(&(&(objectclas...', Array, Array, 500, 0)\\n#9 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(786): OCA\\\\User_LDAP\\\\Access->search('(&(&(objectclas...', Array, Array, 500, 0)\\n#10 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(702): OCA\\\\User_LDAP\\\\Access->searchUsers('(&(&(objectclas...', Array, 500, 0)\\n#11 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/User_LDAP.php(235): OCA\\\\User_LDAP\\\\Access->fetchListOfUsers('(&(&(objectclas...', Array, 500, 0)\\n#12 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/User\\\/Manager.php(215): OCA\\\\User_LDAP\\\\User_LDAP->getUsers('', 500, 0)\\n#13 \\\/var\\\/www\\\/html\\\/apps\\\/files\\\/lib\\\/BackgroundJob\\\/ScanFiles.php(101): OC\\\\User\\\\Manager->search('', 500, 0)\\n#14 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/BackgroundJob\\\/Job.php(53): OCA\\\\Files\\\\BackgroundJob\\\\ScanFiles->run(NULL)\\n#15 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/BackgroundJob\\\/TimedJob.php(54): OC\\\\BackgroundJob\\\\Job->execute(Object(OC\\\\BackgroundJob\\\\JobList), Object(OC\\\\Log))\\n#16 \\\/var\\\/www\\\/html\\\/cron.php(128): OC\\\\BackgroundJob\\\\TimedJob->execute(Object(OC\\\\BackgroundJob\\\\JobList), Object(OC\\\\Log))\\n#17 {main}\",\"File\":\"\\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php\",\"Line\":333}","level":3,"time":"2017-06-27T07:17:13+00:00","method":"--","url":"--","user":"--","version":"11.0.3.2"}
{"reqId":"+qiv+j4zv+YsOemPUKVi","remoteAddr":"","app":"core","message":"Error while running background job (class: OCA\\Files\\BackgroundJob\\ScanFiles, arguments: ): {\"Exception\":\"OC\\\\ServerNotAvailableException\",\"Message\":\"Lost connection to LDAP server.\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(368): OCA\\\\User_LDAP\\\\LDAP->processLDAPError(Resource id #556)\\n#1 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(295): OCA\\\\User_LDAP\\\\LDAP->postFunctionCall()\\n#2 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(46): OCA\\\\User_LDAP\\\\LDAP->invokeLDAPMethod('bind', Resource id #556, 'cn=nextc-018494...', '8b24269ac170282...')\\n#3 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(613): OCA\\\\User_LDAP\\\\LDAP->bind(Resource id #556, 'cn=nextc-018494...', '8b24269ac170282...')\\n#4 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(538): OCA\\\\User_LDAP\\\\Connection->bind()\\n#5 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(166): OCA\\\\User_LDAP\\\\Connection->establishConnection()\\n#6 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(174): OCA\\\\User_LDAP\\\\Connection->init()\\n#7 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(850): OCA\\\\User_LDAP\\\\Connection->getConnectionResource()\\n#8 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(1011): OCA\\\\User_LDAP\\\\Access->executeSearch('(&(&(objectclas...', Array, Array, 500, 0)\\n#9 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(786): OCA\\\\User_LDAP\\\\Access->search('(&(&(objectclas...', Array, Array, 500, 0)\\n#10 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(702): OCA\\\\User_LDAP\\\\Access->searchUsers('(&(&(objectclas...', Array, 500, 0)\\n#11 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/User_LDAP.php(235): OCA\\\\User_LDAP\\\\Access->fetchListOfUsers('(&(&(objectclas...', Array, 500, 0)\\n#12 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/User\\\/Manager.php(215): OCA\\\\User_LDAP\\\\User_LDAP->getUsers('', 500, 0)\\n#13 \\\/var\\\/www\\\/html\\\/apps\\\/files\\\/lib\\\/BackgroundJob\\\/ScanFiles.php(101): OC\\\\User\\\\Manager->search('', 500, 0)\\n#14 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/BackgroundJob\\\/Job.php(53): OCA\\\\Files\\\\BackgroundJob\\\\ScanFiles->run(NULL)\\n#15 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/BackgroundJob\\\/TimedJob.php(54): OC\\\\BackgroundJob\\\\Job->execute(Object(OC\\\\BackgroundJob\\\\JobList), Object(OC\\\\Log))\\n#16 \\\/var\\\/www\\\/html\\\/cron.php(128): OC\\\\BackgroundJob\\\\TimedJob->execute(Object(OC\\\\BackgroundJob\\\\JobList), Object(OC\\\\Log))\\n#17 {main}\",\"File\":\"\\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php\",\"Line\":333}","level":3,"time":"2017-06-27T07:32:14+00:00","method":"--","url":"--","user":"--","version":"11.0.3.2"}
{"reqId":"nafS54nqDhrPWHF9QtqC","remoteAddr":"","app":"core","message":"Error while running background job (class: OCA\\Files\\BackgroundJob\\ScanFiles, arguments: ): {\"Exception\":\"OC\\\\ServerNotAvailableException\",\"Message\":\"Lost connection to LDAP server.\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(368): OCA\\\\User_LDAP\\\\LDAP->processLDAPError(Resource id #559)\\n#1 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(295): OCA\\\\User_LDAP\\\\LDAP->postFunctionCall()\\n#2 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(46): OCA\\\\User_LDAP\\\\LDAP->invokeLDAPMethod('bind', Resource id #559, 'cn=nextc-018494...', '8b24269ac170282...')\\n#3 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(613): OCA\\\\User_LDAP\\\\LDAP->bind(Resource id #559, 'cn=nextc-018494...', '8b24269ac170282...')\\n#4 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(538): OCA\\\\User_LDAP\\\\Connection->bind()\\n#5 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(166): OCA\\\\User_LDAP\\\\Connection->establishConnection()\\n#6 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(174): OCA\\\\User_LDAP\\\\Connection->init()\\n#7 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(850): OCA\\\\User_LDAP\\\\Connection->getConnectionResource()\\n#8 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(1011): OCA\\\\User_LDAP\\\\Access->executeSearch('(&(&(objectclas...', Array, Array, 500, 0)\\n#9 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(786): OCA\\\\User_LDAP\\\\Access->search('(&(&(objectclas...', Array, Array, 500, 0)\\n#10 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(702): OCA\\\\User_LDAP\\\\Access->searchUsers('(&(&(objectclas...', Array, 500, 0)\\n#11 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/User_LDAP.php(235): OCA\\\\User_LDAP\\\\Access->fetchListOfUsers('(&(&(objectclas...', Array, 500, 0)\\n#12 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/User\\\/Manager.php(215): OCA\\\\User_LDAP\\\\User_LDAP->getUsers('', 500, 0)\\n#13 \\\/var\\\/www\\\/html\\\/apps\\\/files\\\/lib\\\/BackgroundJob\\\/ScanFiles.php(101): OC\\\\User\\\\Manager->search('', 500, 0)\\n#14 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/BackgroundJob\\\/Job.php(53): OCA\\\\Files\\\\BackgroundJob\\\\ScanFiles->run(NULL)\\n#15 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/BackgroundJob\\\/TimedJob.php(54): OC\\\\BackgroundJob\\\\Job->execute(Object(OC\\\\BackgroundJob\\\\JobList), Object(OC\\\\Log))\\n#16 \\\/var\\\/www\\\/html\\\/cron.php(128): OC\\\\BackgroundJob\\\\TimedJob->execute(Object(OC\\\\BackgroundJob\\\\JobList), Object(OC\\\\Log))\\n#17 {main}\",\"File\":\"\\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php\",\"Line\":333}","level":3,"time":"2017-06-27T07:47:13+00:00","method":"--","url":"--","user":"--","version":"11.0.3.2"}
{"reqId":"qDbaJo6oWwAkYa9YOrhl","remoteAddr":"","app":"core","message":"Error while running background job (class: OCA\\Files\\BackgroundJob\\ScanFiles, arguments: ): {\"Exception\":\"OC\\\\ServerNotAvailableException\",\"Message\":\"Lost connection to LDAP server.\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(368): OCA\\\\User_LDAP\\\\LDAP->processLDAPError(Resource id #531)\\n#1 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(295): OCA\\\\User_LDAP\\\\LDAP->postFunctionCall()\\n#2 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(46): OCA\\\\User_LDAP\\\\LDAP->invokeLDAPMethod('bind', Resource id #531, 'cn=nextc-018494...', '8b24269ac170282...')\\n#3 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(613): OCA\\\\User_LDAP\\\\LDAP->bind(Resource id #531, 'cn=nextc-018494...', '8b24269ac170282...')\\n#4 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(538): OCA\\\\User_LDAP\\\\Connection->bind()\\n#5 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(166): OCA\\\\User_LDAP\\\\Connection->establishConnection()\\n#6 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(174): OCA\\\\User_LDAP\\\\Connection->init()\\n#7 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(850): OCA\\\\User_LDAP\\\\Connection->getConnectionResource()\\n#8 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(1011): OCA\\\\User_LDAP\\\\Access->executeSearch('(&(&(objectclas...', Array, Array, 500, 0)\\n#9 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(786): OCA\\\\User_LDAP\\\\Access->search('(&(&(objectclas...', Array, Array, 500, 0)\\n#10 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(702): OCA\\\\User_LDAP\\\\Access->searchUsers('(&(&(objectclas...', Array, 500, 0)\\n#11 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/User_LDAP.php(235): OCA\\\\User_LDAP\\\\Access->fetchListOfUsers('(&(&(objectclas...', Array, 500, 0)\\n#12 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/User\\\/Manager.php(215): OCA\\\\User_LDAP\\\\User_LDAP->getUsers('', 500, 0)\\n#13 \\\/var\\\/www\\\/html\\\/apps\\\/files\\\/lib\\\/BackgroundJob\\\/ScanFiles.php(101): OC\\\\User\\\\Manager->search('', 500, 0)\\n#14 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/BackgroundJob\\\/Job.php(53): OCA\\\\Files\\\\BackgroundJob\\\\ScanFiles->run(NULL)\\n#15 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/BackgroundJob\\\/TimedJob.php(54): OC\\\\BackgroundJob\\\\Job->execute(Object(OC\\\\BackgroundJob\\\\JobList), Object(OC\\\\Log))\\n#16 \\\/var\\\/www\\\/html\\\/cron.php(128): OC\\\\BackgroundJob\\\\TimedJob->execute(Object(OC\\\\BackgroundJob\\\\JobList), Object(OC\\\\Log))\\n#17 {main}\",\"File\":\"\\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php\",\"Line\":333}","level":3,"time":"2017-06-27T08:02:11+00:00","method":"--","url":"--","user":"--","version":"11.0.3.2"}
{"reqId":"KJXMdZpiEtcNxxxEXdkZ","remoteAddr":"","app":"core","message":"Error while running background job (class: OCA\\User_LDAP\\Jobs\\UpdateGroups, arguments: ): {\"Exception\":\"OC\\\\ServerNotAvailableException\",\"Message\":\"Lost connection to LDAP server.\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(368): OCA\\\\User_LDAP\\\\LDAP->processLDAPError(Resource id #526)\\n#1 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(295): OCA\\\\User_LDAP\\\\LDAP->postFunctionCall()\\n#2 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(46): OCA\\\\User_LDAP\\\\LDAP->invokeLDAPMethod('bind', Resource id #526, 'cn=nextc-018494...', '8b24269ac170282...')\\n#3 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(613): OCA\\\\User_LDAP\\\\LDAP->bind(Resource id #526, 'cn=nextc-018494...', '8b24269ac170282...')\\n#4 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(538): OCA\\\\User_LDAP\\\\Connection->bind()\\n#5 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(166): OCA\\\\User_LDAP\\\\Connection->establishConnection()\\n#6 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(174): OCA\\\\User_LDAP\\\\Connection->init()\\n#7 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(850): OCA\\\\User_LDAP\\\\Connection->getConnectionResource()\\n#8 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(1011): OCA\\\\User_LDAP\\\\Access->executeSearch('(&(&(objectclas...', Array, Array, 500, 0)\\n#9 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(811): OCA\\\\User_LDAP\\\\Access->search('(&(&(objectclas...', Array, Array, 500, 0)\\n#10 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(749): OCA\\\\User_LDAP\\\\Access->searchGroups('(&(&(objectclas...', Array, 500, 0)\\n#11 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Group_LDAP.php(802): OCA\\\\User_LDAP\\\\Access->fetchListOfGroups('(&(&(objectclas...', Array, 500, 0)\\n#12 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Group_LDAP.php(843): OCA\\\\User_LDAP\\\\Group_LDAP->getGroupsChunk('', 500, 0)\\n#13 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Jobs\\\/UpdateGroups.php(63): OCA\\\\User_LDAP\\\\Group_LDAP->getGroups()\\n#14 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Jobs\\\/UpdateGroups.php(56): OCA\\\\User_LDAP\\\\Jobs\\\\UpdateGroups::updateGroups()\\n#15 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/BackgroundJob\\\/Job.php(53): OCA\\\\User_LDAP\\\\Jobs\\\\UpdateGroups->run(NULL)\\n#16 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/BackgroundJob\\\/TimedJob.php(54): OC\\\\BackgroundJob\\\\Job->execute(Object(OC\\\\BackgroundJob\\\\JobList), Object(OC\\\\Log))\\n#17 \\\/var\\\/www\\\/html\\\/cron.php(128): OC\\\\BackgroundJob\\\\TimedJob->execute(Object(OC\\\\BackgroundJob\\\\JobList), Object(OC\\\\Log))\\n#18 {main}\",\"File\":\"\\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php\",\"Line\":333}","level":3,"time":"2017-06-27T08:17:12+00:00","method":"--","url":"--","user":"--","version":"11.0.3.2"}
{"reqId":"KJXMdZpiEtcNxxxEXdkZ","remoteAddr":"","app":"core","message":"Error while running background job (class: OCA\\Files\\BackgroundJob\\ScanFiles, arguments: ): {\"Exception\":\"OC\\\\ServerNotAvailableException\",\"Message\":\"Lost connection to LDAP server.\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(368): OCA\\\\User_LDAP\\\\LDAP->processLDAPError(Resource id #533)\\n#1 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(295): OCA\\\\User_LDAP\\\\LDAP->postFunctionCall()\\n#2 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(46): OCA\\\\User_LDAP\\\\LDAP->invokeLDAPMethod('bind', Resource id #533, 'cn=nextc-018494...', '8b24269ac170282...')\\n#3 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(613): OCA\\\\User_LDAP\\\\LDAP->bind(Resource id #533, 'cn=nextc-018494...', '8b24269ac170282...')\\n#4 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(538): OCA\\\\User_LDAP\\\\Connection->bind()\\n#5 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(166): OCA\\\\User_LDAP\\\\Connection->establishConnection()\\n#6 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(174): OCA\\\\User_LDAP\\\\Connection->init()\\n#7 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(850): OCA\\\\User_LDAP\\\\Connection->getConnectionResource()\\n#8 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(1011): OCA\\\\User_LDAP\\\\Access->executeSearch('(&(&(objectclas...', Array, Array, 500, 0)\\n#9 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(786): OCA\\\\User_LDAP\\\\Access->search('(&(&(objectclas...', Array, Array, 500, 0)\\n#10 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(702): OCA\\\\User_LDAP\\\\Access->searchUsers('(&(&(objectclas...', Array, 500, 0)\\n#11 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/User_LDAP.php(235): OCA\\\\User_LDAP\\\\Access->fetchListOfUsers('(&(&(objectclas...', Array, 500, 0)\\n#12 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/User\\\/Manager.php(215): OCA\\\\User_LDAP\\\\User_LDAP->getUsers('', 500, 0)\\n#13 \\\/var\\\/www\\\/html\\\/apps\\\/files\\\/lib\\\/BackgroundJob\\\/ScanFiles.php(101): OC\\\\User\\\\Manager->search('', 500, 0)\\n#14 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/BackgroundJob\\\/Job.php(53): OCA\\\\Files\\\\BackgroundJob\\\\ScanFiles->run(NULL)\\n#15 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/BackgroundJob\\\/TimedJob.php(54): OC\\\\BackgroundJob\\\\Job->execute(Object(OC\\\\BackgroundJob\\\\JobList), Object(OC\\\\Log))\\n#16 \\\/var\\\/www\\\/html\\\/cron.php(128): OC\\\\BackgroundJob\\\\TimedJob->execute(Object(OC\\\\BackgroundJob\\\\JobList), Object(OC\\\\Log))\\n#17 {main}\",\"File\":\"\\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php\",\"Line\":333}","level":3,"time":"2017-06-27T08:19:23+00:00","method":"--","url":"--","user":"--","version":"11.0.3.2"}
{"reqId":"RBqea5UuQ6k3PNBewONL","remoteAddr":"","app":"core","message":"Error while running background job (class: OCA\\Files\\BackgroundJob\\ScanFiles, arguments: ): {\"Exception\":\"OC\\\\ServerNotAvailableException\",\"Message\":\"Lost connection to LDAP server.\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(368): OCA\\\\User_LDAP\\\\LDAP->processLDAPError(Resource id #527)\\n#1 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(295): OCA\\\\User_LDAP\\\\LDAP->postFunctionCall()\\n#2 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(46): OCA\\\\User_LDAP\\\\LDAP->invokeLDAPMethod('bind', Resource id #527, 'cn=nextc-018494...', '8b24269ac170282...')\\n#3 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(613): OCA\\\\User_LDAP\\\\LDAP->bind(Resource id #527, 'cn=nextc-018494...', '8b24269ac170282...')\\n#4 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(538): OCA\\\\User_LDAP\\\\Connection->bind()\\n#5 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(166): OCA\\\\User_LDAP\\\\Connection->establishConnection()\\n#6 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(174): OCA\\\\User_LDAP\\\\Connection->init()\\n#7 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(850): OCA\\\\User_LDAP\\\\Connection->getConnectionResource()\\n#8 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(1011): OCA\\\\User_LDAP\\\\Access->executeSearch('(&(&(objectclas...', Array, Array, 500, 0)\\n#9 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(786): OCA\\\\User_LDAP\\\\Access->search('(&(&(objectclas...', Array, Array, 500, 0)\\n#10 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(702): OCA\\\\User_LDAP\\\\Access->searchUsers('(&(&(objectclas...', Array, 500, 0)\\n#11 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/User_LDAP.php(235): OCA\\\\User_LDAP\\\\Access->fetchListOfUsers('(&(&(objectclas...', Array, 500, 0)\\n#12 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/User\\\/Manager.php(215): OCA\\\\User_LDAP\\\\User_LDAP->getUsers('', 500, 0)\\n#13 \\\/var\\\/www\\\/html\\\/apps\\\/files\\\/lib\\\/BackgroundJob\\\/ScanFiles.php(101): OC\\\\User\\\\Manager->search('', 500, 0)\\n#14 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/BackgroundJob\\\/Job.php(53): OCA\\\\Files\\\\BackgroundJob\\\\ScanFiles->run(NULL)\\n#15 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/BackgroundJob\\\/TimedJob.php(54): OC\\\\BackgroundJob\\\\Job->execute(Object(OC\\\\BackgroundJob\\\\JobList), Object(OC\\\\Log))\\n#16 \\\/var\\\/www\\\/html\\\/cron.php(128): OC\\\\BackgroundJob\\\\TimedJob->execute(Object(OC\\\\BackgroundJob\\\\JobList), Object(OC\\\\Log))\\n#17 {main}\",\"File\":\"\\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php\",\"Line\":333}","level":3,"time":"2017-06-27T08:32:13+00:00","method":"--","url":"--","user":"--","version":"11.0.3.2"}
{"reqId":"b0sheYcbtlIC2ILs\/NWR","remoteAddr":"","app":"core","message":"Error while running background job (class: OCA\\Files\\BackgroundJob\\ScanFiles, arguments: ): {\"Exception\":\"OC\\\\ServerNotAvailableException\",\"Message\":\"Lost connection to LDAP server.\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(368): OCA\\\\User_LDAP\\\\LDAP->processLDAPError(Resource id #529)\\n#1 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(295): OCA\\\\User_LDAP\\\\LDAP->postFunctionCall()\\n#2 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php(46): OCA\\\\User_LDAP\\\\LDAP->invokeLDAPMethod('bind', Resource id #529, 'cn=nextc-018494...', '8b24269ac170282...')\\n#3 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(613): OCA\\\\User_LDAP\\\\LDAP->bind(Resource id #529, 'cn=nextc-018494...', '8b24269ac170282...')\\n#4 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(538): OCA\\\\User_LDAP\\\\Connection->bind()\\n#5 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(166): OCA\\\\User_LDAP\\\\Connection->establishConnection()\\n#6 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Connection.php(174): OCA\\\\User_LDAP\\\\Connection->init()\\n#7 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(850): OCA\\\\User_LDAP\\\\Connection->getConnectionResource()\\n#8 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(1011): OCA\\\\User_LDAP\\\\Access->executeSearch('(&(&(objectclas...', Array, Array, 500, 0)\\n#9 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(786): OCA\\\\User_LDAP\\\\Access->search('(&(&(objectclas...', Array, Array, 500, 0)\\n#10 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/Access.php(702): OCA\\\\User_LDAP\\\\Access->searchUsers('(&(&(objectclas...', Array, 500, 0)\\n#11 \\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/User_LDAP.php(235): OCA\\\\User_LDAP\\\\Access->fetchListOfUsers('(&(&(objectclas...', Array, 500, 0)\\n#12 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/User\\\/Manager.php(215): OCA\\\\User_LDAP\\\\User_LDAP->getUsers('', 500, 0)\\n#13 \\\/var\\\/www\\\/html\\\/apps\\\/files\\\/lib\\\/BackgroundJob\\\/ScanFiles.php(101): OC\\\\User\\\\Manager->search('', 500, 0)\\n#14 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/BackgroundJob\\\/Job.php(53): OCA\\\\Files\\\\BackgroundJob\\\\ScanFiles->run(NULL)\\n#15 \\\/var\\\/www\\\/html\\\/lib\\\/private\\\/BackgroundJob\\\/TimedJob.php(54): OC\\\\BackgroundJob\\\\Job->execute(Object(OC\\\\BackgroundJob\\\\JobList), Object(OC\\\\Log))\\n#16 \\\/var\\\/www\\\/html\\\/cron.php(128): OC\\\\BackgroundJob\\\\TimedJob->execute(Object(OC\\\\BackgroundJob\\\\JobList), Object(OC\\\\Log))\\n#17 {main}\",\"File\":\"\\\/var\\\/www\\\/html\\\/apps\\\/user_ldap\\\/lib\\\/LDAP.php\",\"Line\":333}","level":3,"time":"2017-06-27T08:47:12+00:00","method":"--","url":"--","user":"--","version":"11.0.3.2"}

Hi @r100gs irgendwie hab ich keine Benachrichtigung über denen Post bekommen :frowning:

Ist dies wirklich alles, was in dem Log File drin steht? Da müssten ältere Einträge sein, imho. Allerdings deutet dies schon mal darauf hin, dass eine LDAP Konfiguration eingerichtet und konfiguriert wurde. Allerdings stimmt etwas damit nicht – es kommt nur Lost connection to LDAP server. zurück.

Hallo, ich hoffe das Ausgraben des Threads ist okay.

Ist bei dem Thema noch etwas rausgekommen? Ich habe exakt den selben Fehler, seitdem ich den UCS in ein anderes Netz gesteckt habe - wobei IP usw. gleich geblieben sind. Andere Applikationen wie OpenProject laufen problemlos, nur NC macht Probleme. Auch nach einer Deinstallation und der anschließenden Neuinstallation von NC kommt der selbe Fehler.

Ich habe bereits die DNS Einträge geprüft, LDAP Einstellungen usw. - ich sehe den Fehler nicht. Die Logs sehen bei mir exakt so aus wie bei @r100gs

Über eine kurze Info wäre ich dankbar.

Mastodon