-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
com.fasterxml.jackson.databind.exc.MismatchedInputException #2
Comments
Hey @rishabhjainbvp ....found any solution?? Because I am facing the same error too. |
Yes..
I did not updated the code of RatingsResource.
Once I did, it was fine.
…On Mon, 3 Jun 2019, 21:42 Smit Patel, ***@***.***> wrote:
Hey @rishabhjainbvp <https://github.com/rishabhjainbvp> ....found any
solution?? Because I am facing the same error too.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2?email_source=notifications&email_token=AGNPV4AO3ZQYIGSCGGXSTMLPYVX3ZA5CNFSM4HOVQ7B2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODW2PHEI#issuecomment-498398097>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGNPV4GOIM7DVZKAXM7LKPDPYVX3ZANCNFSM4HOVQ7BQ>
.
|
For me, I was returning List of Movies from Movie Resource instead of just a Movie object. |
hi @rishabhjainbvp Please close this issue if it has been resolved. |
I am getting same error in different applications.. |
Try to add jaxb dependencies , which java version are you using?
…On Tue, Mar 3, 2020, 09:48 Deepak Kumar ***@***.***> wrote:
I am getting same error in different applications..
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2?email_source=notifications&email_token=AJGLOQONGKQELOXQN65FNGTRFSR37A5CNFSM4HOVQ7B2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENSJVCQ#issuecomment-593795722>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJGLOQO6JLUWXRJTEPHYCH3RFSR37ANCNFSM4HOVQ7BQ>
.
|
Java 8.. |
Have a look at this
https://stackoverflow.com/questions/43923914/com-fasterxml-jackson-databind-exc-mismatchedinputexception-can-not-deserialize
On Tue, Mar 3, 2020 at 7:48 PM Deepak Kumar <[email protected]>
wrote:
… Try to add jaxb dependencies , which java version are you using?
… <#m_-5877408303024256754_>
On Tue, Mar 3, 2020, 09:48 Deepak Kumar *@*.***> wrote: I am getting same
error in different applications.. — You are receiving this because you are
subscribed to this thread. Reply to this email directly, view it on GitHub <
#2
<#2>?email_source=notifications&email_token=AJGLOQONGKQELOXQN65FNGTRFSR37A5CNFSM4HOVQ7B2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENSJVCQ#issuecomment-593795722>,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AJGLOQO6JLUWXRJTEPHYCH3RFSR37ANCNFSM4HOVQ7BQ
.
Java 8..
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2?email_source=notifications&email_token=AJGLOQOTZM2Q5DHXBM34PK3RFUYEDA5CNFSM4HOVQ7B2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENUH4KQ#issuecomment-594050602>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJGLOQIGYM4PFVZN6ELJUWLRFUYEDANCNFSM4HOVQ7BQ>
.
|
Hi @koushikkothagal
I am getting error:
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of
com.xyz.models.UserRating
out of START_ARRAY tokenat [Source: (PushbackInputStream); line: 1, column: 1]
I am at video 15 of your series.
https://www.youtube.com/watch?v=Dmvhe2cw-_k&list=PLqq-6Pq4lTTZSKAFG6aCDVDP86Qx4lNas&index=15
Please assist.
Note: I have the same code as you have in the video.
The text was updated successfully, but these errors were encountered: