You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2019/05/16 17:56:33 UTC

[GitHub] [fineract] vishwasbabu commented on issue #515: FINERACT-698:Ability to associate a GUID with every request

vishwasbabu commented on issue #515: FINERACT-698:Ability to associate a GUID with every request
URL: https://github.com/apache/fineract/pull/515#issuecomment-493169915
 
 
   @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

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services