Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCP\\Share Sharing backend for principals not found #23827

Closed
moba opened this issue Apr 6, 2016 · 14 comments
Closed

OCP\\Share Sharing backend for principals not found #23827

moba opened this issue Apr 6, 2016 · 14 comments

Comments

@moba
Copy link

moba commented Apr 6, 2016

I am constantly seeing these error message in the log (Owncloud 9):

{"reqId":"VwTbQX8AAAEAAAXofKAAAAAV","remoteAddr":"xxxx","app":"OCP\\Share","message":"Sharing backend for principals not found","level":3,"time":"2016-04-06T09:47:45+00:00"}
{"reqId":"VwTbQX8AAAEAAAXeRS4AAAAL","remoteAddr":"xxxx","app":"OCP\\Share","message":"Sharing backend for principals not found","level":3,"time":"2016-04-06T09:47:45+00:00"}
{"reqId":"VwTbQX8AAAEAAAXU9pIAAAAB","remoteAddr":"xxxx,"app":"OCP\\Share","message":"Sharing backend for principals not found","level":3,"time":"2016-04-06T09:47:45+00:00"}

I am trying to use the calDav calendar, but the login is not accepted. Maybe this is related.

@nickvergessen
Copy link
Contributor

@DeepDiver1975 @owncloud/sharing
Code in question:

$message = 'Sharing backend for %s not found';
$message_t = $l->t('Sharing backend for %s not found', array($itemType));
\OCP\Util::writeLog('OCP\Share', sprintf($message, $itemType), \OCP\Util::ERROR);
throw new \Exception($message_t);

@moba
Copy link
Author

moba commented Apr 9, 2016

Problem seems to have disappeared in 9.0.1. Thanks!

@moba moba closed this as completed Apr 9, 2016
@trourance
Copy link

After updating from 9.0.1 to 9.0.2, this message starts to appear in the logs.

Error OCP\Share Sharing backend for principals not found 2016-05-25T13:02:09+02:00
Error OCP\Share Sharing backend for principals not found 2016-05-25T13:02:09+02:00
Error OCP\Share Sharing backend for principals not found 2016-05-25T13:02:08+02:00
Error OCP\Share Sharing backend for principals not found 2016-05-25T13:02:08+02:00
Error OCP\Share Sharing backend for principals not found 2016-05-25T13:02:08+02:00
Error OCP\Share Sharing backend for principals not found 2016-05-25T13:02:08+02:00

And in addition, that one.

Error OCP\Share Sharing backend for calendar not found 2016-05-25T13:01:07+02:00

@reneneee
Copy link

I'm seeing this on 9.0.3 as well.

@paraqles
Copy link

paraqles commented Nov 10, 2016

I'm also seeing this on version 9.1.1

Configuration with users and groups in LDAP.

@plastikschnitzer
Copy link

I also see this on version 9.1.2

@Pazu
Copy link

Pazu commented Dec 5, 2016

I also see this using 9.1.2. @nickvergessen, could you reopen this?

@flolerchi
Copy link

flolerchi commented Dec 12, 2016

I also see this on version 9.1.2 with calendar 1.4.1

is this linked to the effect, that if I share with edit rights my calendar to any other user, I can update the calendar but if the shared user updates the calendar it doesn't have any effects on the calendar?

@kwisatz
Copy link

kwisatz commented May 4, 2018

Same here after upgrading from 9.1.6.2 to 10.0.8.5
Users report they can no longer see previously shared calendars.

{"reqId":"7nyVnYEuWo4XzVKzBV6R","level":3,"time":"2018-05-04T09:26:42+00:00","remoteAddr":"195.218.30.41","user":"**************","app":"OCP\\Share","method":"GET","url":"\/ocs\/v1.php\/apps\/files_sharing\/api\/v1\/sharees?format=json&search=foo&perPage=200&itemType=principals","message":"Sharing backend for principals not found"}
{"reqId":"cRd5VX3WvmNPHqWrx6hz","level":3,"time":"2018-05-04T09:26:42+00:00","remoteAddr":"195.218.30.41","user":"**************","app":"OCP\\Share","method":"GET","url":"\/ocs\/v1.php\/apps\/files_sharing\/api\/v1\/sharees?format=json&search=foob&perPage=200&itemType=principals","message":"Sharing backend for principals not found"}

@PVince81
Copy link
Contributor

@DeepDiver1975

@PVince81 PVince81 reopened this May 22, 2018
@serumk
Copy link

serumk commented May 24, 2018

Similar issue here after upgrading vom 9.1.x to 10.0.8.5, calendar 1.5.7: users can share calendars with other individual users, but not with groups. In the log the following message pops up:
{"reqId":"CXSuaSQxqN2biCfB9qSg","level":3,"time":"2018-05-24T13:18:00+00:00","remoteAddr":"192.168.0.130","user":"username","app":"OCP\\Share","method":"GET","url":"\/ocs\/v1.php\/apps\/files_sharing\/api\/v1\/sharees?format=json&search=alle&perPage=200&itemType=principals","message":"Sharing backend for principals not found"}
maybe a hint: the avatar image of the group is not found. usually (e.g. when sharing files) there is an "A" on a colored circles (the group is called "alle"), when choosing the group in the calendar there's an "X" on a grey circle

EDIT: my issue seems to be #31402

@ownclouders
Copy link
Contributor

Hey, this issue has been closed because the label status/STALE is set and there were no updates for 7 days. Feel free to reopen this issue if you deem it appropriate.

(This is an automated comment from GitMate.io.)

@PVince81
Copy link
Contributor

PVince81 commented Jul 4, 2018

please try with OC 10.0.9 RC2

@lock
Copy link

lock bot commented Jul 30, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jul 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests