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/11/06 03:15:00 UTC

[jira] [Commented] (FINERACT-1362) compilation issue

    [ https://issues.apache.org/jira/browse/FINERACT-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17439586#comment-17439586 ] 

Petri Tuomola commented on FINERACT-1362:
-----------------------------------------

Hi - the key message below is this:

Caused by: org.apache.openjpa.util.MetaDataException: The type "class org.apache.fineract.infrastructure.core.domain.AbstractPersistableCustom" has not been enhanced.

That means you have not ran the OpenJPA enhance task for the classes, so the server can't start.

How are you running this?

If with Gradle, then ./gradle bootRun should do this automatically. 

If Eclipse, then there was a problem with Eclipse build where enhance was not getting ran automatically. This should now be fixed in the latest development branch (see linked issue) 

> compilation issue
> -----------------
>
>                 Key: FINERACT-1362
>                 URL: https://issues.apache.org/jira/browse/FINERACT-1362
>             Project: Apache Fineract
>          Issue Type: Bug
>          Components: Build, Migration Scripts
>    Affects Versions: 1.5.0
>            Reporter: steven espinoza
>            Priority: Critical
>         Attachments: logFieneract
>
>
> I am trying to compile the software, but I get the following errors (attached log). I followed all the readme instructions and tried in different ways.



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