You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Petri Tuomola (Jira)" <ji...@apache.org> on 2021/05/21 12:54:01 UTC

[jira] [Reopened] (FINERACT-1228) java.lang.ClassCastException: class org.apache.fineract.useradministration.domain.AppUser cannot be cast to class org.apache.fineract.useradministration.domain.AppUser

     [ https://issues.apache.org/jira/browse/FINERACT-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Petri Tuomola reopened FINERACT-1228:
-------------------------------------

> java.lang.ClassCastException: class org.apache.fineract.useradministration.domain.AppUser cannot be cast to class org.apache.fineract.useradministration.domain.AppUser
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FINERACT-1228
>                 URL: https://issues.apache.org/jira/browse/FINERACT-1228
>             Project: Apache Fineract
>          Issue Type: Bug
>            Reporter: Michael Vorburger
>            Priority: Major
>             Fix For: 1.5.0
>
>
> While playing with FINERACT-931, I've encountered:
> {{java.lang.ClassCastException: class org.apache.fineract.useradministration.domain.AppUser cannot be cast to class org.apache.fineract.useradministration.domain.AppUser (org.apache.fineract.useradministration.domain.AppUser is in unnamed module of loader 'app'; org.apache.fineract.useradministration.domain.AppUser is in unnamed module of loader org.springframework.boot.devtools.restart.classloader.RestartClassLoader @7c4ff5b3)}}
> This seems to be caused by the scheduler somehow "hanging on" to a a domain class.
> It's not blocking FINERACT-931, just means that the Spring Boot DevTools Automatic Restart won't work for the Scheduler. Someone who enjoy a good session of ClassLoader fun could dig into fixing this.
> Affects Dev only, will not happen in production.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)