Hi Tim!

Thank you for response and confirming the problem is in JSON vs. XML API response format.

This are our orcid.cfg settings :

# ORCID API (https://github.com/ORCID/ORCID-Source/tree/master/orcid-api-web#endpoints)
orcid.domain-url= https://sandbox.orcid.org
#orcid.domain-url= https://orcid.org


orcid.authorize-url = ${orcid.domain-url}/oauth/authorize
orcid.token-url = ${orcid.domain-url}/oauth/token

orcid.api-url = https://sandbox.orcid.org/v3.0
orcid.public-url = https://pub.orcid.org/v3.0
#orcid.api-url = https://sandbox.orcid.org/
#orcid.api-url = https://orcid.org/
#orcid.public-url = https://pub.orcid.org/
orcid.redirect-url = ${dspace.server.url}/api/authn/orcid

# ORCID Credentials
# Your public or member API Credentials, see
# https://orcid.org/content/register-client-application-0
# https://info.orcid.org/register-a-client-application-sandbox-member-api/
orcid.application-client-id = APP-U02MD7G60UZ7O4LL
orcid.application-client-secret = 9519762b-7660-48fa-a56f-952719df8430

--------------------

I have tried both

1. orcid.api-url = https://sandbox.orcid.org/v3.0
2. orcid.api-url = https://sandbox.orcid.org/

but the result was the same.

I have checked out ORCID account settings, but have found nothing there about setting the response format.  In the ORCID documentation https://info.orcid.org/documentation/api-tutorials/api-tutorial-read-data-on-a-record/ chapter "A note on content types" I read: "ORCID supports multiple content types, including XML and several flavours of JSON. You can ask for your preferred type by including an “Accept header” in your API requests. This is called “content negotiation”."

When I switched DSpace to debug mode, the log contains all headers in API request - I attach it to this mail. I see no 'Accept' header would be added by DSpace.

Could you, please, check this at DSpace demo?


Thanks in advance!  Best!

Matyas





Dne 01.09.2023 v 17:11 DSpace Technical Support napsal(a):
Hi Matyas,

That does sound like the ORCID API is responding with JSON.  You may want to check your ORCID configs closely, as DSpace *requires* using the XML response of the ORCID APIs (ORCID APIs provide either a JSON or XML response).

My suspicion is that one of your ORCID configs might be unexpectedly causing you to get the JSON response... but I admit, I'm not sure which one.  These are the configs I'm talking about: https://wiki.lyrasis.org/display/DSDOC7x/ORCID+Integration#ORCIDIntegration-Enabletheintegration

That's just a very quick guess.  Overall, I think we'd need more info about your setup and configs to help out more.  I can verify that the ORCID integration is working fine on our demo site (https://demo.dspace.org/) using ORCID's Sandbox API.

Tim

On Friday, September 1, 2023 at 2:30:23 AM UTC-5 [email protected] wrote:

    Hi!

    Please, could you help me with ORCID API integration I am trying to
    implement?  I have made all settings as clearly described here
    
https://wiki.lyrasis.org/display/DSDOC7x/ORCID+Integration?src=contextnavpagetreemode


    Still, I get the following error in dspace.log and in new submission
    form I get suggestions only from Solr authorities, but no Orcid :

    2023-09-01 09:21:54,721 INFO fc77dd56-841e-4e6e-a659-e8ca1a98afa2
    771249eb-c724-4a13-91a4-0c56bb2bf984
    org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before
    request
    [GET /server/api/sub
    mission/vocabularies/SolrAuthorAuthority/entries] originated from
    /workspaceitems/20/edit
    2023-09-01 09:21:55,227 ERROR fc77dd56-841e-4e6e-a659-e8ca1a98afa2
    771249eb-c724-4a13-91a4-0c56bb2bf984
    org.dspace.content.authority.SolrAuthority @ Error
    java.lang.RuntimeException: Unable to unmarshall orcid message:
    javax.xml.bind.UnmarshalException
     - with linked exception:
    [com.sun.istack.SAXParseException2; lineNumber: 1; columnNumber: 16;
    unexpected element (uri:"", local:"html"). Expected elements are
    <{http://www.orcid.org/ns/common}orcid-identifier
    <http://www.orcid.org/ns/common%7Dorcid-identifier>>,<{http://www
    .orcid.org/ns/search}search <http://orcid.org/ns/search%7Dsearch>>]
            at
    
org.dspace.external.provider.orcid.xml.Converter.unmarshall(Converter.java:43)

    ~[dspace-api-7.6.jar:7.6]

    -------

    By this message, it looks to me that the response might be in
    JSON, but
    XML is expected by DSpace.  Or is there other problem?

    Thanks a lot in advance!!

    Regards!

    Matyas F. Bajger

    University of Ostrava - University Library, Czech Republic
    https://library.osu.eu


--
All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
---
You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/9c187773-58f1-47cc-9c3f-d6f011c815fbn%40googlegroups.com <https://groups.google.com/d/msgid/dspace-tech/9c187773-58f1-47cc-9c3f-d6f011c815fbn%40googlegroups.com?utm_medium=email&utm_source=footer>.

--
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/b3a91913-338e-617b-e4d0-b051871efd8e%40seznam.cz.
2023-09-04 09:10:09,791 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager @ Connection 
request: [route: {s}->https://sandbox.orcid.org:443][total available: 0; route 
allocated: 0 of 2; total allocated: 0 of 20]
2023-09-04 09:10:09,791 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager @ Connection 
leased: [id: 18][route: {s}->https://sandbox.orcid.org:443][total available: 0; 
route allocated: 1 of 2; total allocated: 1 of 20]
2023-09-04 09:10:09,791 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.impl.execchain.MainClientExec @ Opening connection 
{s}->https://sandbox.orcid.org:443
2023-09-04 09:10:09,809 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator @ Connecting to 
sandbox.orcid.org/104.20.229.70:443
2023-09-04 09:10:09,809 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.conn.ssl.SSLConnectionSocketFactory @ Connecting socket to 
sandbox.orcid.org/104.20.229.70:443 with timeout 0
2023-09-04 09:10:09,817 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.conn.ssl.SSLConnectionSocketFactory @ Enabled protocols: 
[TLSv1.3, TLSv1.2]
2023-09-04 09:10:09,817 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.conn.ssl.SSLConnectionSocketFactory @ Enabled cipher 
suites:[TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, 
TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, 
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, 
TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, 
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, 
TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, 
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, 
TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, 
TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, 
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, 
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, 
TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, 
TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, 
TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, 
TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, 
TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, 
TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, 
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, 
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, 
TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, 
TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, 
TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, 
TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, 
TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, 
TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, 
TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, 
TLS_EMPTY_RENEGOTIATION_INFO_SCSV]
2023-09-04 09:10:09,817 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.conn.ssl.SSLConnectionSocketFactory @ Starting handshake
2023-09-04 09:10:09,839 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.conn.ssl.SSLConnectionSocketFactory @ Secure session established
2023-09-04 09:10:09,839 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.conn.ssl.SSLConnectionSocketFactory @  negotiated protocol: 
TLSv1.3
2023-09-04 09:10:09,839 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.conn.ssl.SSLConnectionSocketFactory @  negotiated cipher suite: 
TLS_AES_256_GCM_SHA384
2023-09-04 09:10:09,840 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.conn.ssl.SSLConnectionSocketFactory @  peer principal: 
CN=orcid.org
2023-09-04 09:10:09,840 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.conn.ssl.SSLConnectionSocketFactory @  peer alternative names: 
[orcid.org, *.int.orcid.org, *.orcid.org, *.qa.orcid.org, *.sandbox.orcid.org]
2023-09-04 09:10:09,840 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.conn.ssl.SSLConnectionSocketFactory @  issuer principal: 
CN=Sectigo RSA Domain Validation Secure Server CA, O=Sectigo Limited, 
L=Salford, ST=Greater Manchester, C=GB
2023-09-04 09:10:09,840 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator @ Connection 
established 78.128.128.70:50124<->104.20.229.70:443
2023-09-04 09:10:09,840 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.impl.execchain.MainClientExec @ Executing request GET 
/v3.0/search?q=mar&start=0&rows=10 HTTP/1.1
2023-09-04 09:10:09,840 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.impl.execchain.MainClientExec @ Proxy auth state: UNCHALLENGED
2023-09-04 09:10:09,840 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
>> GET /v3.0/search?q=mar&start=0&rows=10 HTTP/1.1
2023-09-04 09:10:09,840 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
>> Content-Type: application/vnd.orcid+xml
2023-09-04 09:10:09,840 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
>> Authorization: Bearer 11b3ed36-8878-4ce2-9757-4f7e82a602fa
2023-09-04 09:10:09,840 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
>> Host: sandbox.orcid.org
2023-09-04 09:10:09,840 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
>> Connection: Keep-Alive
2023-09-04 09:10:09,840 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
>> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.7)
2023-09-04 09:10:09,841 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
>> Accept-Encoding: gzip,deflate
2023-09-04 09:10:09,841 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 >> 
"GET /v3.0/search?q=mar&start=0&rows=10 HTTP/1.1[\r][\n]"
2023-09-04 09:10:09,841 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 >> 
"Content-Type: application/vnd.orcid+xml[\r][\n]"
2023-09-04 09:10:09,841 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 >> 
"Authorization: Bearer 11b3ed36-8878-4ce2-9757-4f7e82a602fa[\r][\n]"
2023-09-04 09:10:09,841 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 >> 
"Host: sandbox.orcid.org[\r][\n]"
2023-09-04 09:10:09,841 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 >> 
"Connection: Keep-Alive[\r][\n]"
2023-09-04 09:10:09,841 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 >> 
"User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.7)[\r][\n]"
2023-09-04 09:10:09,841 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 >> 
"Accept-Encoding: gzip,deflate[\r][\n]"
2023-09-04 09:10:09,841 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 >> 
"[\r][\n]"
2023-09-04 09:10:10,428 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"HTTP/1.1 302 Found[\r][\n]"
2023-09-04 09:10:10,428 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"Date: Mon, 04 Sep 2023 07:10:10 GMT[\r][\n]"
2023-09-04 09:10:10,428 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"Content-Length: 0[\r][\n]"
2023-09-04 09:10:10,428 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"Connection: keep-alive[\r][\n]"
2023-09-04 09:10:10,428 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"Location: https://sandbox.orcid.org/signin[\r][\n]";
2023-09-04 09:10:10,428 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"CF-Ray: 8014693f888bb371-PRG[\r][\n]"
2023-09-04 09:10:10,428 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"CF-Cache-Status: DYNAMIC[\r][\n]"
2023-09-04 09:10:10,428 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"Cache-Control: no-cache, no-store, max-age=0, must-revalidate, 
no-cache="set-cookie"[\r][\n]"
2023-09-04 09:10:10,428 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"Expires: 0[\r][\n]"
2023-09-04 09:10:10,428 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"Set-Cookie: XSRF-TOKEN=a7efd533-3170-4fed-93a8-4cc7ac3f0d05; Path=/; 
secure;orcid-web[\r][\n]"
2023-09-04 09:10:10,428 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"Pragma: no-cache[\r][\n]"
2023-09-04 09:10:10,428 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"Set-Cookie: 
AWSELB=43655BD9169005A277CE30781A8B0A8EC55EDF15FA2AA99E4CA4CA74063E5CC88CD41A744A214269B310AABB09334AB147CEE82589FCEC70F7FC34893BACF19F25FB503711;PATH=/;MAX-AGE=300[\r][\n]"
2023-09-04 09:10:10,428 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"Set-Cookie: 
AWSELBCORS=43655BD9169005A277CE30781A8B0A8EC55EDF15FA2AA99E4CA4CA74063E5CC88CD41A744A214269B310AABB09334AB147CEE82589FCEC70F7FC34893BACF19F25FB503711;PATH=/;MAX-AGE=300;SECURE;SAMESITE=None[\r][\n]"
2023-09-04 09:10:10,428 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"X-Content-Type-Options: nosniff[\r][\n]"
2023-09-04 09:10:10,429 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"X-Frame-Options: SAMEORIGIN[\r][\n]"
2023-09-04 09:10:10,429 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"X-XSS-Protection: 1; mode=block[\r][\n]"
2023-09-04 09:10:10,429 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"Vary: Accept-Encoding[\r][\n]"
2023-09-04 09:10:10,429 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"Server: cloudflare[\r][\n]"
2023-09-04 09:10:10,429 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"[\r][\n]"
2023-09-04 09:10:10,429 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< HTTP/1.1 302 Found
2023-09-04 09:10:10,429 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< Date: Mon, 04 Sep 2023 07:10:10 GMT
2023-09-04 09:10:10,429 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< Content-Length: 0
2023-09-04 09:10:10,429 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< Connection: keep-alive
2023-09-04 09:10:10,429 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< Location: https://sandbox.orcid.org/signin
2023-09-04 09:10:10,429 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< CF-Ray: 8014693f888bb371-PRG
2023-09-04 09:10:10,429 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< CF-Cache-Status: DYNAMIC
2023-09-04 09:10:10,429 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< Cache-Control: no-cache, no-store, max-age=0, must-revalidate, 
no-cache="set-cookie"
2023-09-04 09:10:10,429 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< Expires: 0
2023-09-04 09:10:10,429 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< Set-Cookie: XSRF-TOKEN=a7efd533-3170-4fed-93a8-4cc7ac3f0d05; Path=/; 
secure;orcid-web
2023-09-04 09:10:10,429 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< Pragma: no-cache
2023-09-04 09:10:10,429 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< Set-Cookie: 
AWSELB=43655BD9169005A277CE30781A8B0A8EC55EDF15FA2AA99E4CA4CA74063E5CC88CD41A744A214269B310AABB09334AB147CEE82589FCEC70F7FC34893BACF19F25FB503711;PATH=/;MAX-AGE=300
2023-09-04 09:10:10,429 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< Set-Cookie: 
AWSELBCORS=43655BD9169005A277CE30781A8B0A8EC55EDF15FA2AA99E4CA4CA74063E5CC88CD41A744A214269B310AABB09334AB147CEE82589FCEC70F7FC34893BACF19F25FB503711;PATH=/;MAX-AGE=300;SECURE;SAMESITE=None
2023-09-04 09:10:10,430 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< X-Content-Type-Options: nosniff
2023-09-04 09:10:10,430 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< X-Frame-Options: SAMEORIGIN
2023-09-04 09:10:10,430 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< X-XSS-Protection: 1; mode=block
2023-09-04 09:10:10,430 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< Vary: Accept-Encoding
2023-09-04 09:10:10,430 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< Server: cloudflare
2023-09-04 09:10:10,430 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.impl.execchain.MainClientExec @ Connection can be kept alive 
indefinitely
2023-09-04 09:10:10,430 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager @ Connection [id: 
18][route: {s}->https://sandbox.orcid.org:443] can be kept alive indefinitely
2023-09-04 09:10:10,430 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.impl.conn.DefaultManagedHttpClientConnection @ 
http-outgoing-18: set socket timeout to 0
2023-09-04 09:10:10,430 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager @ Connection 
released: [id: 18][route: {s}->https://sandbox.orcid.org:443][total available: 
1; route allocated: 1 of 2; total allocated: 1 of 20]
2023-09-04 09:10:10,430 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.client.protocol.ResponseProcessCookies @ Cookie accepted 
[XSRF-TOKEN="a7efd533-3170-4fed-93a8-4cc7ac3f0d05", version:0, 
domain:sandbox.orcid.org, path:/, expiry:null]
2023-09-04 09:10:10,431 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.client.protocol.ResponseProcessCookies @ Cookie accepted 
[AWSELB="43655BD9169005A277CE30781A8B0A8EC55EDF15FA2AA99E4CA4CA74063E5CC88CD41A744A214269B310AABB09334AB147CE...",
 version:0, domain:sandbox.orcid.org, path:/, expiry:null]
2023-09-04 09:10:10,431 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.client.protocol.ResponseProcessCookies @ Cookie accepted 
[AWSELBCORS="43655BD9169005A277CE30781A8B0A8EC55EDF15FA2AA99E4CA4CA74063E5CC88CD41A744A214269B310AABB09334AB147CE...",
 version:0, domain:sandbox.orcid.org, path:/, expiry:null]
2023-09-04 09:10:10,431 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.impl.client.DefaultRedirectStrategy @ Redirect requested to 
location 'https://sandbox.orcid.org/signin'
2023-09-04 09:10:10,432 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.impl.execchain.RedirectExec @ Resetting target auth state
2023-09-04 09:10:10,432 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.impl.execchain.RedirectExec @ Redirecting to 
'https://sandbox.orcid.org/signin' via {s}->https://sandbox.orcid.org:443
2023-09-04 09:10:10,432 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.client.protocol.RequestAddCookies @ CookieSpec selected: default
2023-09-04 09:10:10,432 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.client.protocol.RequestAddCookies @ Cookie [version: 0][name: 
AWSELB][value: 
43655BD9169005A277CE30781A8B0A8EC55EDF15FA2AA99E4CA4CA74063E5CC88CD41A744A214269B310AABB09334AB147CEE82589FCEC70F7FC34893BACF19F25FB503711][domain:
 sandbox.orcid.org][path: /][expiry: null] match 
[(secure)sandbox.orcid.org:443/signin]
2023-09-04 09:10:10,432 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.client.protocol.RequestAddCookies @ Cookie [version: 0][name: 
AWSELBCORS][value: 
43655BD9169005A277CE30781A8B0A8EC55EDF15FA2AA99E4CA4CA74063E5CC88CD41A744A214269B310AABB09334AB147CEE82589FCEC70F7FC34893BACF19F25FB503711][domain:
 sandbox.orcid.org][path: /][expiry: null] match 
[(secure)sandbox.orcid.org:443/signin]
2023-09-04 09:10:10,432 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.client.protocol.RequestAddCookies @ Cookie [version: 0][name: 
XSRF-TOKEN][value: a7efd533-3170-4fed-93a8-4cc7ac3f0d05][domain: 
sandbox.orcid.org][path: /][expiry: null] match 
[(secure)sandbox.orcid.org:443/signin]
2023-09-04 09:10:10,432 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.client.protocol.RequestAuthCache @ Auth cache not set in the 
context
2023-09-04 09:10:10,432 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager @ Connection 
request: [route: {s}->https://sandbox.orcid.org:443][total available: 1; route 
allocated: 1 of 2; total allocated: 1 of 20]
2023-09-04 09:10:10,432 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager @ Connection 
leased: [id: 18][route: {s}->https://sandbox.orcid.org:443][total available: 0; 
route allocated: 1 of 2; total allocated: 1 of 20]
2023-09-04 09:10:10,432 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.impl.conn.DefaultManagedHttpClientConnection @ 
http-outgoing-18: set socket timeout to 0
2023-09-04 09:10:10,433 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.impl.execchain.MainClientExec @ Executing request GET /signin 
HTTP/1.1
2023-09-04 09:10:10,433 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.impl.execchain.MainClientExec @ Proxy auth state: UNCHALLENGED
2023-09-04 09:10:10,433 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
>> GET /signin HTTP/1.1
2023-09-04 09:10:10,433 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
>> Content-Type: application/vnd.orcid+xml
2023-09-04 09:10:10,433 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
>> Authorization: Bearer 11b3ed36-8878-4ce2-9757-4f7e82a602fa
2023-09-04 09:10:10,433 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
>> Host: sandbox.orcid.org
2023-09-04 09:10:10,433 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
>> Connection: Keep-Alive
2023-09-04 09:10:10,433 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
>> User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.7)
2023-09-04 09:10:10,433 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
>> Cookie: 
AWSELB=43655BD9169005A277CE30781A8B0A8EC55EDF15FA2AA99E4CA4CA74063E5CC88CD41A744A214269B310AABB09334AB147CEE82589FCEC70F7FC34893BACF19F25FB503711;
 
AWSELBCORS=43655BD9169005A277CE30781A8B0A8EC55EDF15FA2AA99E4CA4CA74063E5CC88CD41A744A214269B310AABB09334AB147CEE82589FCEC70F7FC34893BACF19F25FB503711;
 XSRF-TOKEN=a7efd533-3170-4fed-93a8-4cc7ac3f0d05
2023-09-04 09:10:10,433 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
>> Accept-Encoding: gzip,deflate
2023-09-04 09:10:10,433 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 >> 
"GET /signin HTTP/1.1[\r][\n]"
2023-09-04 09:10:10,433 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 >> 
"Content-Type: application/vnd.orcid+xml[\r][\n]"
2023-09-04 09:10:10,433 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 >> 
"Authorization: Bearer 11b3ed36-8878-4ce2-9757-4f7e82a602fa[\r][\n]"
2023-09-04 09:10:10,433 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 >> 
"Host: sandbox.orcid.org[\r][\n]"
2023-09-04 09:10:10,433 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 >> 
"Connection: Keep-Alive[\r][\n]"
2023-09-04 09:10:10,433 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 >> 
"User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.7)[\r][\n]"
2023-09-04 09:10:10,433 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 >> 
"Cookie: 
AWSELB=43655BD9169005A277CE30781A8B0A8EC55EDF15FA2AA99E4CA4CA74063E5CC88CD41A744A214269B310AABB09334AB147CEE82589FCEC70F7FC34893BACF19F25FB503711;
 
AWSELBCORS=43655BD9169005A277CE30781A8B0A8EC55EDF15FA2AA99E4CA4CA74063E5CC88CD41A744A214269B310AABB09334AB147CEE82589FCEC70F7FC34893BACF19F25FB503711;
 XSRF-TOKEN=a7efd533-3170-4fed-93a8-4cc7ac3f0d05[\r][\n]"
2023-09-04 09:10:10,433 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 >> 
"Accept-Encoding: gzip,deflate[\r][\n]"
2023-09-04 09:10:10,433 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 >> 
"[\r][\n]"
2023-09-04 09:10:10,438 DEBUG unknown unknown 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager @ Closing expired 
connections
2023-09-04 09:10:10,438 DEBUG unknown unknown 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager @ Closing 
connections idle longer than 30 SECONDS
2023-09-04 09:10:10,634 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"HTTP/1.1 200 OK[\r][\n]"
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"Date: Mon, 04 Sep 2023 07:10:10 GMT[\r][\n]"
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"Content-Type: text/html[\r][\n]"
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"Transfer-Encoding: chunked[\r][\n]"
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"Connection: keep-alive[\r][\n]"
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"CF-Ray: 8014694339b7b371-PRG[\r][\n]"
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"CF-Cache-Status: DYNAMIC[\r][\n]"
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"Cache-Control: no-store[\r][\n]"
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"Last-Modified: Wed, 23 Aug 2023 18:06:58 GMT[\r][\n]"
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"Vary: accept-encoding[\r][\n]"
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"X-Frame-Options: SAMEORIGIN[\r][\n]"
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"Server: cloudflare[\r][\n]"
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"Content-Encoding: gzip[\r][\n]"
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"[\r][\n]"
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"f[\r][\n]"
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x3][0x0][0x0][0x0][0xff][0xff][\r][\n]"
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< HTTP/1.1 200 OK
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< Date: Mon, 04 Sep 2023 07:10:10 GMT
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< Content-Type: text/html
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< Transfer-Encoding: chunked
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< Connection: keep-alive
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< CF-Ray: 8014694339b7b371-PRG
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< CF-Cache-Status: DYNAMIC
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< Cache-Control: no-store
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< Last-Modified: Wed, 23 Aug 2023 18:06:58 GMT
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< Vary: accept-encoding
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< X-Frame-Options: SAMEORIGIN
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< Server: cloudflare
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.headers @ http-outgoing-18 
<< Content-Encoding: gzip
2023-09-04 09:10:10,635 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.apache.http.impl.execchain.MainClientExec @ Connection can be kept alive 
indefinitely
2023-09-04 09:10:10,678 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"4d6[\r][\n]"
2023-09-04 09:10:10,678 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"[0xec]U[0xdb]r[0xd4]8[0x10]}[0xe7]+[0xbc][0xde][0x87][0x90]*[0xe4][0xcb][0xf8]>[0xb7]][0x96][0xb0]l`![0xe4][0x6],om[0xa9]m[0x8b]h$#if[0x92]P[0xf9][0xf7]-[0x8f]g[0xb2]I[0x80][0xca]PE[0xde][0xf6][0xc5]%[0xb5]tN[0xf7]i[0xb7][0xba][0xc7][0xbf][0xec][0x1d]<;[0xf9][0xe7][0xed]s[0xa7][0xb1]31[0x1d]w_G[0x80][0xac]'.J[0xd7]a\O\a[0xb5];[0x1d]7[0x8]l:6T[0xf3][0xd6]:F[0xd3][0x89][0xeb]S&[0x9][0xad][0xb9][0xf]mk[0xfc][0xee][0xdc[0x13]Uq[0xd1][0xbc]^[0xbe][0xbf]d[0xef]>[0x0]?[0x81][0xf3][0xa6]x[0xf6][0xf9][0x2]O[0xf]k[0xef][0x93]q[0xa7]c[0xbf]'[0x98][0x8e][0x5][0x97]g[0x8e]F1q[[0x8d]TI[0x89][0xd4][0xba]N[0xa3][0xb1][0x9a][0xb8][0x8d][0xb5][0xad][0x19][0xfa]~[0xa5][0xa4]5^m,XN=[0xaa]f[0xae]C[0xb5]2Fi^s9q[0xdd][0xe9]#[0xc7]q[0x9c][0xf1][0xc]-8[0xb4][0x1]m[0xd0]N[0xdc][0xb9][0xad]H[0xbe]9[0xb2][0xdc][\n]"
2023-09-04 09:10:10,678 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"[0x9c][0x1e][0x1c]=[0xdb][0xdf][0x1b][0xfb][0xfd][0xa6]?([0xc1][0xe0][0xda][0x9d[0x8b]G[0xc2][0xc]'[0xae]V[0xa5][0xb2][0xc6]u[0xa8][0x92][0x16][0xa5][0x9d][0xb8]Rq[0xc9][0xf0][0xfc][0x89]#U[0xa5][0x84]PKw[0xfa][0xe8]+[0xd4][0x82][0xe3][0xb2]U[0xda][0xde][0xc0]-9[0xb3][0xcd][0x84][0xe1][0x82]S$[0xab][0xcd][0x13][0x87]Kn9[0x8]b([0x8][0x9c][0x84][0xd7]L[0xb7]r"[0x14][0xb0]MB<[0x1f][0x8c]Ak[0xfc][0x5]R[0xab][0xb4][0xf1][[0xad]*.[0x90]He[0xc9][0x2]5[0xaf]82[0xcf],j[0xd7][0x1]3q[0xf9][0xc]j[0xfc][0x6]+[0xa7]J[0xba][0x8e][0xbd]hq}[0xc7]?'[0xbd][0xed][0x8e][0x9b][0xce]h[0xfc][\n]"
2023-09-04 09:10:10,678 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"[0x16][0xdd][0xc2][0xe3]Tm2d[0xec][0x85][0xc0]5[0x83][0xc5]s[0xeb]Sc[0xdc][0xe9][0xef][0xdd][0x8f]"[0x15]P[0xfc][0xb2]^[0xcd][0xb8][0xb8][0x18][0xee][0xbc][0x6][0x8b][0x9a][0x83]p[0xf6];[0xbe][0x9d][0xd1][0xea]pE1[0x94]J[0xcf]@[0xf4][0x96]%[0xf2][0xba][0xb1][0xc3]8[0x8]FF[0xd3][0xe1]\[0x8b][0xc7][0xdf][0xad][0x0][0xdf][0xf8][0xb3]5k[0x1f][0xe4]"[0x8c][0x3][0xbf][0x12][0xa7][0xcd][0xd1][0xe7][0xd4]^~[0xa4][0xe2][0xf0][0xf9]K[0xf2][0x8e][0xd5][0xce]a[0xcf][0xbc][0xa1][0xfb][0xcd]an[0xf][0xbd][0xa5][0xaa][0xaa][0xc1][0xae]Su~[0xed][0xe3][0x9d][0xd5]vgwt[0xe5]m[0xe8]V[0x99]0[[0x8]X[0x87]{S[0xc1][0xd7][0x9a][0xc][0xbf][0xc4][0xe1]
 
n[0xcf]G[0x82]K$M[0x8f][0x9]G[0x2][0xad]EML[0xb][0x94][0xcb]z[0x3][0xe9]RI[0xac][0x6]i[0xba][0xf8][0x86]RI[0x1c]1nZ[0x1][0x17]C.W[0xc][0xa5]P[0xf4]l[0xb4]l[0xb8][0xc5][0x15][0xba]s[0xb7][0xd4][0xd0][0x8e][0x96]J3[0xd2][0xad]6d[0x8c]k[0xa4][0x96]+9[0x14]V[0x8f][0xc8][0x12][0xcb]3nI[0xaf][0xb][0xc1][0xce]5[0x12][0x83][0xd6]rY[0x9b][0xe1][0x8e][0xe0]5[0xec][0xdc][0xbe]dfJ[0xd9][0xa6][0x8b][0xe]dW[0xa6][0x1c][0xc][0xb2][0xd1][0xd5][0xd8]_[0xa9][0xfc][0x9][0x85][0xe0][0x1c][0xcc]m[0xa7][0x89]=HE[0xa8]5[0xb9][0xbf][0x8][0x83][0xc2][0xaf][0xd5][0x19][0xf9]+[0xbb][0xbc][0xdc];c[0xf2][0x8]EN[0xf6][0xe][0xd3]WO?[0xbc]L[0x8b][0xe5][0xdb][0xd0][0xbe][0x90]U[0xfc][0xf1]EsJQ$8[0xdf][0xaf][0xb7][0xad][0x12][0xb2]q[0xf2]#2[0xff][0xaf][0x9b][0xdb][0xcd][0xd2]68CB[0x95]P[0xfa]F[0xbf][0xfc]5,[0xb2][0x94][\r][0xae][0x1b]N?on[0x14][0xda]'X@ou[0xfb]1[0xb4][0xa9][0xc][0xca][0xa4]G[0x95]:[0xe3](`[0xe9])][0xfb][0xdd]_@i[0xfd][0x4]R[0x96][0x6],"e[0x90]'$[0xc6]8'9T@X[0x16]d4[0x83][0x8a][0xc6]a[0xe1][0x1f][0xd8][0xa7]s[0xab][0xfe][0xe8][0xd2]u{T[0xfd][0x84]@[0xfa]k[0x16]g[0xad][0x0][0x8b][0xc6]W[0xf6]x[0xef][0xd5][0xb1][0x9d][0x97][0x9d][0xa7][0xff]&[0xd7][0xe9][0xc9][0x9f]$w[0x1d][0x6][0x16][0x8]St>CiI7[0x8c][0xe7]Pw^[0xf5][0x1c][0xaf]Og[0xc0]%[0xe9]y'[0xee]6[0x2L[0xc7]q[0xaa][0xb9]\[0xd5][0x84]s[0xd0]Z[0x90]J[0xbe][0xd7][0xd0][0xb6][0xa8][0x1f][0xef]:_[0xae]z[0x9a]o[0x92]r6q/[0x91][0x18][0xc9][0xdb][0x16][0xef][0xe6]g[0xfd]v/Y?mV[0x8f][0x18][0xcf][0xb4][0xbf][0xbe][0xed]}2[0xbf][0x9d][0xe1][0xc5][0xa4][0xcc][0xa3]0[0x2][0xca]H[0x1a]G[0x5][0x89][0xf3]"&e[0x1c][0x85]$[0xa7][0x9][0xc][0x0][0xb][0xcc]hy[T[0xdf][0x95][0xbe][0xd7][0x85][0xde]([0xab][0x9c]c[0x90][0xe6][0xba][0xa7]t[0x96][0xce]@N[0x1a].=[0x1a][0x85]q[0x80][0x10][0xf]R[0x9a][0xb3][0xb8]J[0xee]4[0x3][0xb7][0xdb][0xba][0xbb]O[0xbe][0x6][0x16]UZ[0x86])[0x1b]$Y[0x10][0xe7]y[0x1a][0xae][0x80]wq[0xb7]z@[0x18][0x4][0xdf]k[0x0][0x9b][0xe7]k[0x96][0xd0]^[0xfd][0xb8][0x92][0xe7][0xe7]V[0xc3][0xdf][0x9d][0x13]/[0xa2]aT[0xe6]y[0x1e]%[0x83][0x80][0xc5][0x15]l[0xa3][0xe7][0x6]<[0xcc][0x93][0x90][0x85][0x94]e[0x1]ct[0x90][0x95][0xf7][0xab][0x1a]<[0x98][0xaa]>[0xa2][0x80][0xb1][0x9c][0x6][0x3][0xc][0x7]a[0x14][0xc5]q[0xb6][0x8d][0xa0][0x1e][0x89]Y^@[0x9e]fEI[0x93][0x8][0xf2][0xea]~-[0xd1][0x83]i9[0xc2]z.@{U[0x10][0x7][0x9][0xa3][0x10][0xb1],d[0x5]n[0xf5]{6X[0xa8][0xca]([0x9]
 
[0xc6]4aI[0xcc][0xe0]~=[0xf1][0x83][0xe9]y[0x8d][0x8c][0xcf]g^[0x2]E[0x10]aX0[0x16][0x94]%$[0xc1]6r[0xd6]P[0x1a][0x15][0x90][0x87][0xb4]H[0xe2]|[0x10][0xb2][0x98][0xde][0xaf]&y05[0xc7]8[0xe3([0xc1][0xbc]lP[0x94][0x90]EI[0xc4]([0xcb][0xb][0xba]U[0xb1]][0x83][0xcb],[0x8][0x82],[0xc2]<[0xb]cV[0x16][0xf9][0xfd][0x8a][0xd2][0x7]S[0xb4][\n]"
2023-09-04 09:10:10,678 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"[0xa8][0x18]`9H[0x93]0[\n]"
2023-09-04 09:10:10,678 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"C[0x8c][0x8a] [0xde]F[0xcd][\n]"
2023-09-04 09:10:10,678 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.apache.http.wire @ http-outgoing-18 << 
"XUe[0x9e][0x84]Q[0x9a][0x96]iP[0x94][0xc9][0xea][0xe5][0xfc][0xb][0x0][0x0][0xff][0xff][\r][\n]"
2023-09-04 09:10:10,684 ERROR fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 org.dspace.content.authority.SolrAuthority 
@ Error
java.lang.RuntimeException: Unable to unmarshall orcid message: 
javax.xml.bind.UnmarshalException
 - with linked exception:
[com.sun.istack.SAXParseException2; lineNumber: 1; columnNumber: 16; unexpected 
element (uri:"", local:"html"). Expected elements are 
<{http://www.orcid.org/ns/common}orcid-identifier>,<{http://www.orcid.org/ns/search}search>]
        at 
org.dspace.external.provider.orcid.xml.Converter.unmarshall(Converter.java:43) 
~[dspace-api-7.6.jar:7.6]
        at 
org.dspace.external.provider.orcid.xml.XMLtoBio.convert(XMLtoBio.java:39) 
~[dspace-api-7.6.jar:7.6]
        at 
org.dspace.authority.orcid.Orcidv3SolrAuthorityImpl.queryBio(Orcidv3SolrAuthorityImpl.java:179)
 ~[dspace-api-7.6.jar:7.6]
        at 
org.dspace.authority.orcid.Orcidv3SolrAuthorityImpl.queryBio(Orcidv3SolrAuthorityImpl.java:207)
 ~[dspace-api-7.6.jar:7.6]
        at 
org.dspace.authority.orcid.Orcidv3SolrAuthorityImpl.queryAuthorities(Orcidv3SolrAuthorityImpl.java:120)
 ~[dspace-api-7.6.jar:7.6]
        at 
org.dspace.content.authority.SolrAuthority.addExternalResults(SolrAuthority.java:173)
 [dspace-api-7.6.jar:7.6]
        at 
org.dspace.content.authority.SolrAuthority.getMatches(SolrAuthority.java:140) 
[dspace-api-7.6.jar:7.6]
        at 
org.dspace.content.authority.SolrAuthority.getMatches(SolrAuthority.java:209) 
[dspace-api-7.6.jar:7.6]
        at 
org.dspace.app.rest.repository.VocabularyEntryLinkRepository.filter(VocabularyEntryLinkRepository.java:88)
 [classes/:7.6]
        at 
org.dspace.app.rest.repository.VocabularyEntryLinkRepository$$FastClassBySpringCGLIB$$ff862d37.invoke(<generated>)
 [classes/:7.6]
        at 
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) 
[spring-core-5.3.27.jar:5.3.27]
        at 
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
 [spring-aop-5.3.27.jar:5.3.27]
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
 [spring-aop-5.3.27.jar:5.3.27]
        at 
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
 [spring-aop-5.3.27.jar:5.3.27]
        at 
org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)
 [spring-security-core-5.7.8.jar:5.7.8]
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
 [spring-aop-5.3.27.jar:5.3.27]
        at 
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
 [spring-aop-5.3.27.jar:5.3.27]
        at 
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
 [spring-aop-5.3.27.jar:5.3.27]
        at 
org.dspace.app.rest.repository.VocabularyEntryLinkRepository$$EnhancerBySpringCGLIB$$7c2c8df7.filter(<generated>)
 [classes/:7.6]
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
~[?:?]
        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
 ~[?:?]
        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:?]
        at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
        at 
org.dspace.app.rest.RestResourceController.findRelInternal(RestResourceController.java:804)
 [classes/:7.6]
        at 
org.dspace.app.rest.RestResourceController.findRel(RestResourceController.java:278)
 [classes/:7.6]
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
~[?:?]
        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
 ~[?:?]
        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:?]
        at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
        at 
org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
 [spring-web-5.3.27.jar:5.3.27]
        at 
org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
 [spring-web-5.3.27.jar:5.3.27]
        at 
org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
 [spring-webmvc-5.3.27.jar:5.3.27]
        at 
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
 [spring-webmvc-5.3.27.jar:5.3.27]
        at 
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
 [spring-webmvc-5.3.27.jar:5.3.27]
        at 
org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
 [spring-webmvc-5.3.27.jar:5.3.27]
        at 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1072)
 [spring-webmvc-5.3.27.jar:5.3.27]
        at 
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:965)
 [spring-webmvc-5.3.27.jar:5.3.27]
        at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
 [spring-webmvc-5.3.27.jar:5.3.27]
        at 
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
 [spring-webmvc-5.3.27.jar:5.3.27]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:655) 
[tomcat-servlet-api.jar:?]
        at 
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
 [spring-webmvc-5.3.27.jar:5.3.27]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) 
[tomcat-servlet-api.jar:?]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
 [catalina.jar:9.0.62]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
 [catalina.jar:9.0.62]
        at 
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) 
[tomcat-websocket.jar:9.0.62]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
 [catalina.jar:9.0.62]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
 [catalina.jar:9.0.62]
        at 
org.springframework.web.filter.AbstractRequestLoggingFilter.doFilterInternal(AbstractRequestLoggingFilter.java:289)
 [spring-web-5.3.27.jar:5.3.27]
        at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
 [spring-web-5.3.27.jar:5.3.27]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
 [catalina.jar:9.0.62]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
 [catalina.jar:9.0.62]
        at 
org.dspace.app.rest.filter.DSpaceRequestContextFilter.doFilter(DSpaceRequestContextFilter.java:45)
 [classes/:7.6]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
 [catalina.jar:9.0.62]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
 [catalina.jar:9.0.62]
        at 
org.dspace.app.rest.filter.ContentLanguageHeaderResponseFilter.doFilter(ContentLanguageHeaderResponseFilter.java:51)
 [classes/:7.6]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
 [catalina.jar:9.0.62]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
 [catalina.jar:9.0.62]
        at 
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:84)
 [dspace-services-7.6.jar:7.6]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
 [catalina.jar:9.0.62]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
 [catalina.jar:9.0.62]
        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:337)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.dspace.app.rest.security.AnonymousAdditionalAuthorizationFilter.doFilterInternal(AnonymousAdditionalAuthorizationFilter.java:67)
 [classes/:7.6]
        at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
 [spring-web-5.3.27.jar:5.3.27]
        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:223)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:217)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:223)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:217)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:223)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:217)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:223)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:217)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.dspace.app.rest.security.StatelessAuthenticationFilter.doFilterInternal(StatelessAuthenticationFilter.java:102)
 [classes/:7.6]
        at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
 [spring-web-5.3.27.jar:5.3.27]
        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:117)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
 [spring-web-5.3.27.jar:5.3.27]
        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) 
[spring-web-5.3.27.jar:5.3.27]
        at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
 [spring-web-5.3.27.jar:5.3.27]
        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
 [spring-web-5.3.27.jar:5.3.27]
        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:112)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:82)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
 [spring-web-5.3.27.jar:5.3.27]
        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
 [spring-web-5.3.27.jar:5.3.27]
        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:346)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:221)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:186)
 [spring-security-web-5.7.8.jar:5.7.8]
        at 
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
 [spring-web-5.3.27.jar:5.3.27]
        at 
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
 [spring-web-5.3.27.jar:5.3.27]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
 [catalina.jar:9.0.62]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
 [catalina.jar:9.0.62]
        at 
org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
 [spring-web-5.3.27.jar:5.3.27]
        at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
 [spring-web-5.3.27.jar:5.3.27]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
 [catalina.jar:9.0.62]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
 [catalina.jar:9.0.62]
        at 
org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
 [spring-boot-actuator-2.7.12.jar:2.7.12]
        at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
 [spring-web-5.3.27.jar:5.3.27]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
 [catalina.jar:9.0.62]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
 [catalina.jar:9.0.62]
        at 
org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:126)
 [spring-boot-2.7.12.jar:2.7.12]
        at 
org.springframework.boot.web.servlet.support.ErrorPageFilter.access$000(ErrorPageFilter.java:64)
 [spring-boot-2.7.12.jar:2.7.12]
        at 
org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:101)
 [spring-boot-2.7.12.jar:2.7.12]
        at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
 [spring-web-5.3.27.jar:5.3.27]
        at 
org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:119)
 [spring-boot-2.7.12.jar:2.7.12]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
 [catalina.jar:9.0.62]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
 [catalina.jar:9.0.62]
        at 
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
 [spring-web-5.3.27.jar:5.3.27]
        at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
 [spring-web-5.3.27.jar:5.3.27]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
 [catalina.jar:9.0.62]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
 [catalina.jar:9.0.62]
        at 
org.springframework.web.filter.ForwardedHeaderFilter.doFilterInternal(ForwardedHeaderFilter.java:156)
 [spring-web-5.3.27.jar:5.3.27]
        at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
 [spring-web-5.3.27.jar:5.3.27]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
 [catalina.jar:9.0.62]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
 [catalina.jar:9.0.62]
        at 
org.apache.logging.log4j.web.Log4jServletFilter.doFilter(Log4jServletFilter.java:71)
 [log4j-web-2.20.0.jar:2.20.0]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
 [catalina.jar:9.0.62]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
 [catalina.jar:9.0.62]
        at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
 [catalina.jar:9.0.62]
        at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
 [catalina.jar:9.0.62]
        at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
 [catalina.jar:9.0.62]
        at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) 
[catalina.jar:9.0.62]
        at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) 
[catalina.jar:9.0.62]
        at 
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:687)
 [catalina.jar:9.0.62]
        at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
 [catalina.jar:9.0.62]
        at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360) 
[catalina.jar:9.0.62]
        at 
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) 
[tomcat-coyote.jar:9.0.62]
        at 
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
 [tomcat-coyote.jar:9.0.62]
        at 
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
 [tomcat-coyote.jar:9.0.62]
        at 
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
 [tomcat-coyote.jar:9.0.62]
        at 
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) 
[tomcat-coyote.jar:9.0.62]
        at 
org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
 [tomcat-util.jar:9.0.62]
        at 
org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
 [tomcat-util.jar:9.0.62]
        at 
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
 [tomcat-util.jar:9.0.62]
        at java.lang.Thread.run(Thread.java:833) [?:?]
2023-09-04 09:10:10,687 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
 @ Using 'application/json', given [application/json, text/plain, */*] and 
supported [application/hal+json, application/json, application/schema+json, 
application/json-patch+json, application/merge-patch+json, 
application/x-spring-data-verbose+json, application/x-spring-data-compact+json, 
application/prs.hal-forms+json, application/hal+json, application/json, 
application/prs.hal-forms+json, application/json, application/*+json, 
application/cbor]
2023-09-04 09:10:10,687 DEBUG fc77dd56-841e-4e6e-a659-e8ca1a98afa2 
67c4bfa0-d1d5-4cc8-bcb1-24275813fda9 
org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
 @ Writing [EntityModel { content: 
org.dspace.app.rest.model.hateoas.EmbeddedPage@457ed461, links: [] }]

Reply via email to