-
Notifications
You must be signed in to change notification settings - Fork 793
Closed
Labels
Description
Tomcat: apache-tomcat-8.5.37.tar.gz
Opengrok: opengrok-1.1.2.tar.gz
Hi Sir,
There is an error message need your help.
We will face this error after we process index command.
14:21:47 SEVERE: Couldn't notify the webapp on https://opengrok.system.com/source.
javax.ws.rs.NotAuthorizedException: HTTP 401 Unauthorized
at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:1080)
at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:883)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$1(JerseyInvocation.java:767)
at org.glassfish.jersey.internal.Errors.process(Errors.java:316)
at org.glassfish.jersey.internal.Errors.process(Errors.java:298)
at org.glassfish.jersey.internal.Errors.process(Errors.java:229)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:414)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:765)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:428)
at org.glassfish.jersey.client.JerseyInvocation$Builder.get(JerseyInvocation.java:324)
at org.opengrok.indexer.index.IndexerUtil.enableProjects(IndexerUtil.java:60)
at org.opengrok.indexer.index.Indexer.main(Indexer.java:308)
Couldn't notify the webapp on https://opengrok.system.com/source: HTTP 401 Unauthorized.
I have set tomcat connect with LDAP Auth. Maybe this error was cause by this setting ?!
Thanks