Reputation: 31
Now I am trying to install MarkLogic Datahub into marklogic acording to bellow guide.
https://marklogic.github.io/marklogic-data-hub/project/quickstart/
After inputting my ID and PW in above form, it should've been connected to next screen but it couldn't.
It seems my ID and PW be collect, because other ID and PW was entered then invlaid pw meesage shown.
So I think my ID and PW is right.
Is there any networking problem? Or do you have any hit??
11:30:12.341 [http-nio-8080-exec-10] ERROR o.a.c.c.C.[.[.[.[dispatcherServlet] - Servlet.service() for se rvlet [dispatcherServlet] in context with path [] threw exception
java.lang.IllegalArgumentException: unsupported auth scheme: [Basic realm=public]
at com.burgstaller.okhttp.digest.DigestAuthenticator.findDigestHeader(DigestAuthenticator.java:19 8)
at com.burgstaller.okhttp.digest.DigestAuthenticator.authenticate(DigestAuthenticator.java:163)
at com.burgstaller.okhttp.CachingAuthenticatorDecorator.authenticate(CachingAuthenticatorDecorato r.java:30)
at okhttp3.internal.http.RetryAndFollowUpInterceptor.followUpRequest(RetryAndFollowUpInterceptor.
````````````````````````````
```````````````
2019-06-25 11:30:12.199 INFO 23752 --- [io-8080-exec-10] com.marklogic.hub.impl.DataHubImpl :
Checking MarkLogic Installation:
AppServers:
Staging: MISSING
Final: MISSING
Jobs: MISSING
Databases:
Staging: MISSING
Final: MISSING
Jobs: MISSING
Databases Indexes:
Staging Triples Index : MISSING
Staging Collection Lexicon : MISSING
Final Triples Index : MISSING
Final Collection Lexicon : MISSING
Forests
Staging: MISSING
Final: MISSING
Jobs: MISSING
Core Hub Databases:
Modules: MISSING
Staging Schemas: MISSING
Staging Triggers: MISSING
OVERALL RESULT: NOT INSTALLED
I'll be appreciated if you help me.
Thanks
Upvotes: 1
Views: 345
Reputation: 31
Problem solved and now I enterded DHF quick start. Authentication setting in port 8000 had been changed to "basic" and it caused the problem. Changed to "digest" as same as default value and tried logged in via browser, then it worked.Thank you.
Upvotes: 1