muarachmann commented on issue #515: FINERACT-698:Ability to associate a GUID with every request URL: https://github.com/apache/fineract/pull/515#issuecomment-493171753 Oh i notticed re-runing the migrations thanks On Thu, May 16, 2019 at 6:56 PM Vishwas Babu A J <[email protected]> wrote: > @muarachmann <https://github.com/muarachmann> , the relevant error is > > Caused by: org.apache.openjpa.lib.jdbc.ReportingSQLException: Table > 'mifostenant-default.m_guid_mapping' doesn't exist {prepstmnt 353510996 > INSERT INTO m_guid_mapping (command_source_id, guid) VALUES (?, ?)} > [code=1146, state=42S02] at > org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.wrap(LoggingConnectionDecorator.java:218) > at > org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.wrap(LoggingConnectionDecorator.java:194) > at > org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.access$1000(LoggingConnectionDecorator.java:58) > at > org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator$LoggingConnection$LoggingPreparedStatement.executeUpdate(LoggingConnectionDecorator.java:1133) > at > org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:275) > at > org.apache.openjpa.jdbc.kernel.JDBCStoreManager$CancelPreparedStatement.executeUpdate(JDBCStoreManager.java:1791) > at > org.apache.openjpa.jdbc.kernel.PreparedStatementManagerImpl.executeUpdate(PreparedStatementManagerImpl.java:268) > at > org.apache.openjpa.jdbc.kernel.PreparedStatementManagerImpl.flushAndUpdate(PreparedStatementManagerImpl.java:119) > ... 106 more > > This table is created in this PR. You would have to ensure the relevant > patch has been applied in your database > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/apache/fineract/pull/515?email_source=notifications&email_token=AD4X4XSLQBEDXG3NJTKVGL3PVWN5PA5CNFSM4GWKKEH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVSSZ6Y#issuecomment-493169915>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AD4X4XXDMHVK4VR4HWNMCXDPVWN5PANCNFSM4GWKKEHQ> > . >
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
