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

tests failing against demo.dataverse.org / published dataverse #10

Open
donsizemore opened this issue Jun 4, 2019 · 1 comment
Open

Comments

@donsizemore
Copy link

com.researchspace.dataverse.http.DataverseOperationsTest > testListDataverses FAILED
    org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Can not deserialize instance of java.lang.String out of START_OBJECT token; nested exception is com.fasterxml.jackson.databind.JsonMappingException: Can not deserialize instance of java.lang.String out of START_OBJECT token
     at [Source: sun.net.www.protocol.http.HttpURLConnection$HttpInputStream@53c1285c; line: 1, column: 152] (through reference chain: com.researchspace.dataverse.entities.DataverseResponse["data"]->com.researchspace.dataverse.entities.DataverseGet["dataverseContacts"]->java.util.ArrayList[0])

Caused by:
        com.fasterxml.jackson.databind.JsonMappingException: Can not deserialize instance of java.lang.String out of START_OBJECT token
         at [Source: sun.net.www.protocol.http.HttpURLConnection$HttpInputStream@53c1285c; line: 1, column: 152] (through reference chain: com.researchspace.dataverse.entities.DataverseResponse["data"]->com.researchspace.dataverse.entities.DataverseGet["dataverseContacts"]->java.util.ArrayList[0])
            at com.fasterxml.jackson.databind.JsonMappingException.from(JsonMappingException.java:148)```

@pdurbin
Copy link
Member

pdurbin commented Jun 4, 2019

@donsizemore thanks for the bug report. Is this output somewhere under https://jenkins.dataverse.org/job/dataverse-client-java/ as well? I poked around a little but couldn't find it.

This is related: Continuous integration (Travis or similar) #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants