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

Exception handling while going in Data-Analytics #334

Open
rmathew1011 opened this issue Jul 25, 2023 · 0 comments · Fixed by #414
Open

Exception handling while going in Data-Analytics #334

rmathew1011 opened this issue Jul 25, 2023 · 0 comments · Fixed by #414
Labels
bug Something isn't working timebox

Comments

@rmathew1011
Copy link

Heres the information:
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.apache.solr.client.solrj.beans.BindingException: Could not instantiate object of class edu.tamu.scholars.middleware.discovery.model.Individual] with root cause

java.lang.NullPointerException: null
at org.apache.solr.client.solrj.beans.DocumentObjectBinder$DocField.getFieldValue(DocumentObjectBinder.java:381) ~[solr-solrj-9.1.1.jar:9.1.1 d998e63978abfedde3b75bab4ba6e1e78ddb5944 - magibney - 2023-01-17 19:58:00]
at org.apache.solr.client.solrj.beans.DocumentObjectBinder$DocField.inject(DocumentObjectBinder.java:441) ~[solr-solrj-9.1.1.jar:9.1.1 d998e63978abfedde3b75bab4ba6e1e78ddb5944 - magibney - 2023-01-17 19:58:00]
at org.apache.solr.client.solrj.beans.DocumentObjectBinder.getBean(DocumentObjectBinder.java:76) ~[solr-solrj-9.1.1.jar:9.1.1 d998e63978abfedde3b75bab4ba6e1e78ddb5944 - magibney - 2023-01-17 19:58:00]
at org.apache.solr.client.solrj.beans.DocumentObjectBinder.getBean(DocumentObjectBinder.java:65) ~[solr-solrj-9.1.1.jar:9.1.1 d998e63978abfedde3b75bab4ba6e1e78ddb5944 - magibney - 2023-01-17 19:58:00]
at edu.tamu.scholars.middleware.discovery.model.repo.IndividualRepo.getById(IndividualRepo.java:391) ~[classes/:na]
at edu.tamu.scholars.middleware.discovery.model.repo.IndividualRepo.findById(IndividualRepo.java:102) ~[classes/:na]
at edu.tamu.scholars.middleware.discovery.controller.IndividualController.individual(IndividualController.java:79) ~[classes/:na]

@devangm devangm added bug Something isn't working timebox labels Jul 30, 2024
@wwelling wwelling self-assigned this Aug 2, 2024
@wwelling wwelling linked a pull request Aug 2, 2024 that will close this issue
@wwelling wwelling removed their assignment Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working timebox
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

3 participants