You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fresh install version of the Islandora CLAW gives me this error during fedora indexing in the milliner.log:
[2018-12-04 03:24:37] crayfish.syn.jwt_authentication.INFO: Token missing uid [] []
[2018-12-04 03:24:37] app.INFO: An AuthenticationException was thrown; redirecting to authentication entry point. {"exception":"[object] (Symfony\Component\Security\Core\Excepti
on\AuthenticationCredentialsNotFoundException(code: 0): A Token was not found in the TokenStorage. at /var/www/html/Crayfish/Milliner/vendor/symfony/security/Http/Firewall/AccessLi
stener.php:53)"} []
[2018-12-04 03:24:37] app.DEBUG: Calling Authentication entry point. [] []
[2018-12-04 03:24:37] app.DEBUG: < 401 [] []
So the indexing-fcrepo is fail in karaf.
How could i configure the missing token? Anyway indexing in tripplestore is working.
The text was updated successfully, but these errors were encountered:
kanasznagyzoltan
changed the title
Fedora indexing is not working.
Fedora indexing is not working, milliner gives 401 error code
Dec 4, 2018
I managed to solve this problem. The setup installed an older version of the crayfish-commons module.
So the only thing you should do is to run 'composer update' in every subproject of the Crayfish project in the /var/www/Crayfish directory.
A fresh install version of the Islandora CLAW gives me this error during fedora indexing in the milliner.log:
[2018-12-04 03:24:37] crayfish.syn.jwt_authentication.INFO: Token missing uid [] []
[2018-12-04 03:24:37] app.INFO: An AuthenticationException was thrown; redirecting to authentication entry point. {"exception":"[object] (Symfony\Component\Security\Core\Excepti
on\AuthenticationCredentialsNotFoundException(code: 0): A Token was not found in the TokenStorage. at /var/www/html/Crayfish/Milliner/vendor/symfony/security/Http/Firewall/AccessLi
stener.php:53)"} []
[2018-12-04 03:24:37] app.DEBUG: Calling Authentication entry point. [] []
[2018-12-04 03:24:37] app.DEBUG: < 401 [] []
So the indexing-fcrepo is fail in karaf.
How could i configure the missing token? Anyway indexing in tripplestore is working.
The text was updated successfully, but these errors were encountered: