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

Yemdjih Kaze Nasser commented on FINERACT-1091:
-----------------------------------------------

No this is not one of the issues. This is probably something else. I'd bet on 
what [~ptuomola] proposes.

 

> PersistenceException: Field 'constitution_cv_id' doesn't have a default value
> -----------------------------------------------------------------------------
>
>                 Key: FINERACT-1091
>                 URL: https://issues.apache.org/jira/browse/FINERACT-1091
>             Project: Apache Fineract
>          Issue Type: Bug
>            Reporter: Michael Vorburger
>            Priority: Blocker
>
> See FINERACT-932 for general background; I've found this in logs of 
> [https://www.fineract.dev|https://www.fineract.dev/]:
> {noformat}org.apache.openjpa.persistence.PersistenceException: The 
> transaction has been rolled back.  See the nested exceptions for details on 
> the errors that occurred.
>       at 
> org.apache.openjpa.kernel.BrokerImpl.newFlushException(BrokerImpl.java:2470) 
> ~[openjpa-3.1.1.jar:3.1.1]
>       at org.apache.openjpa.kernel.BrokerImpl.flush(BrokerImpl.java:2308) 
> ~[openjpa-3.1.1.jar:3.1.1]
>       at org.apache.openjpa.kernel.BrokerImpl.flushSafe(BrokerImpl.java:2199) 
> ~[openjpa-3.1.1.jar:3.1.1]
>       at org.apache.openjpa.kernel.BrokerImpl.flush(BrokerImpl.java:1962) 
> ~[openjpa-3.1.1.jar:3.1.1]
>       at 
> org.apache.openjpa.kernel.StateManagerImpl.assignObjectId(StateManagerImpl.java:618)
>  ~[openjpa-3.1.1.jar:3.1.1]
>       at 
> org.apache.openjpa.kernel.StateManagerImpl.assignField(StateManagerImpl.java:705)
>  ~[openjpa-3.1.1.jar:3.1.1]
>       at 
> org.apache.openjpa.kernel.StateManagerImpl.beforeAccessField(StateManagerImpl.java:1750)
>  ~[openjpa-3.1.1.jar:3.1.1]
>       at 
> org.apache.openjpa.kernel.StateManagerImpl.accessingField(StateManagerImpl.java:1679)
>  ~[openjpa-3.1.1.jar:3.1.1]
>       at 
> org.apache.fineract.infrastructure.core.domain.AbstractPersistableCustom.pcGetid(AbstractPersistableCustom.java)
>  ~[app/:na]
>       at 
> org.apache.fineract.infrastructure.core.domain.AbstractPersistableCustom.getId(AbstractPersistableCustom.java:50)
>  ~[app/:na]
>       at 
> org.apache.fineract.portfolio.address.service.AddressWritePlatformServiceImpl.addNewClientAddress(AddressWritePlatformServiceImpl.java:143)
>  ~[app/:na]
>       at 
> org.apache.fineract.portfolio.client.service.ClientWritePlatformServiceJpaRepositoryImpl.createClient(ClientWritePlatformServiceJpaRepositoryImpl.java:328)
>  ~[app/:na]
>       at 
> org.apache.fineract.portfolio.client.service.ClientWritePlatformServiceJpaRepositoryImpl$$FastClassBySpringCGLIB$$71ca1b7f.invoke(<generated>)
>  ~[app/:na]
>       at 
> org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) 
> ~[spring-core-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
>  ~[spring-aop-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
>  ~[spring-aop-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
>  ~[spring-aop-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:366)
>  ~[spring-tx-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
>  ~[spring-tx-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
>  ~[spring-aop-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
>  ~[spring-aop-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
>  ~[spring-aop-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.apache.fineract.portfolio.client.service.ClientWritePlatformServiceJpaRepositoryImpl$$EnhancerBySpringCGLIB$$3e889443.createClient(<generated>)
>  ~[app/:na]
>       at 
> org.apache.fineract.portfolio.client.handler.CreateClientCommandHandler.processCommand(CreateClientCommandHandler.java:45)
>  ~[app/:na]
>       at 
> org.apache.fineract.portfolio.client.handler.CreateClientCommandHandler$$FastClassBySpringCGLIB$$6bce1ca9.invoke(<generated>)
>  ~[app/:na]
>       at 
> org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) 
> ~[spring-core-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
>  ~[spring-aop-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
>  ~[spring-aop-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
>  ~[spring-aop-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:366)
>  ~[spring-tx-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
>  ~[spring-tx-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
>  ~[spring-aop-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
>  ~[spring-aop-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
>  ~[spring-aop-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.apache.fineract.portfolio.client.handler.CreateClientCommandHandler$$EnhancerBySpringCGLIB$$6221a201.processCommand(<generated>)
>  ~[app/:na]
>       at 
> org.apache.fineract.commands.service.SynchronousCommandProcessingService.processAndLogCommand(SynchronousCommandProcessingService.java:82)
>  ~[app/:na]
>       at 
> org.apache.fineract.commands.service.SynchronousCommandProcessingService$$FastClassBySpringCGLIB$$ec92d53f.invoke(<generated>)
>  ~[app/:na]
>       at 
> org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) 
> ~[spring-core-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
>  ~[spring-aop-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
>  ~[spring-aop-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
>  ~[spring-aop-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:366)
>  ~[spring-tx-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
>  ~[spring-tx-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
>  ~[spring-aop-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
>  ~[spring-aop-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
>  ~[spring-aop-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.apache.fineract.commands.service.SynchronousCommandProcessingService$$EnhancerBySpringCGLIB$$c644d983.processAndLogCommand(<generated>)
>  ~[app/:na]
>       at 
> org.apache.fineract.commands.service.PortfolioCommandSourceWritePlatformServiceImpl.logCommandSource(PortfolioCommandSourceWritePlatformServiceImpl.java:98)
>  ~[app/:na]
>       at 
> org.apache.fineract.commands.service.PortfolioCommandSourceWritePlatformServiceImpl$$FastClassBySpringCGLIB$$31c15082.invoke(<generated>)
>  ~[app/:na]
>       at 
> org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) 
> ~[spring-core-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
>  ~[spring-aop-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.apache.fineract.commands.service.PortfolioCommandSourceWritePlatformServiceImpl$$EnhancerBySpringCGLIB$$1ee9ed2c.logCommandSource(<generated>)
>  ~[app/:na]
>       at 
> org.apache.fineract.portfolio.client.api.ClientsApiResource.create(ClientsApiResource.java:243)
>  ~[app/:na]
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method) ~[na:na]
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  ~[na:na]
>       at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[na:na]
>       at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na]
>       at 
> com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
>  ~[jersey-server-1.19.4.jar:1.19.4]
>       at 
> com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
>  ~[jersey-server-1.19.4.jar:1.19.4]
>       at 
> com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
>  ~[jersey-server-1.19.4.jar:1.19.4]
>       at 
> com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
>  ~[jersey-server-1.19.4.jar:1.19.4]
>       at 
> com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
>  ~[jersey-server-1.19.4.jar:1.19.4]
>       at 
> com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
>  ~[jersey-server-1.19.4.jar:1.19.4]
>       at 
> com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
>  ~[jersey-server-1.19.4.jar:1.19.4]
>       at 
> com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1542)
>  ~[jersey-server-1.19.4.jar:1.19.4]
>       at 
> com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1473)
>  ~[jersey-server-1.19.4.jar:1.19.4]
>       at 
> com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1419)
>  ~[jersey-server-1.19.4.jar:1.19.4]
>       at 
> com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1409)
>  ~[jersey-server-1.19.4.jar:1.19.4]
>       at 
> com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:409)
>  ~[jersey-servlet-1.19.4.jar:1.19.4]
>       at 
> com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:558)
>  ~[jersey-servlet-1.19.4.jar:1.19.4]
>       at 
> com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:733)
>  ~[jersey-servlet-1.19.4.jar:1.19.4]
>       at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) 
> ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
>  ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) 
> ~[tomcat-embed-websocket-9.0.36.jar:9.0.36]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.apache.fineract.infrastructure.security.filter.InsecureTwoFactorAuthenticationFilter.doFilter(InsecureTwoFactorAuthenticationFilter.java:75)
>  ~[app/:na]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:113)
>  ~[spring-web-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:113)
>  ~[spring-web-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:113)
>  ~[spring-web-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:82)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.access.channel.ChannelProcessingFilter.doFilter(ChannelProcessingFilter.java:157)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:186)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.apache.fineract.infrastructure.security.filter.InsecureTwoFactorAuthenticationFilter.doFilter(InsecureTwoFactorAuthenticationFilter.java:75)
>  ~[app/:na]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
>  ~[spring-web-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
>  ~[spring-web-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.apache.fineract.infrastructure.security.filter.TenantAwareBasicAuthenticationFilter.doFilterInternal(TenantAwareBasicAuthenticationFilter.java:144)
>  ~[app/:na]
>       at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
>  ~[spring-web-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.access.channel.ChannelProcessingFilter.doFilter(ChannelProcessingFilter.java:157)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
>  ~[spring-security-web-5.3.3.RELEASE.jar:5.3.3.RELEASE]
>       at 
> org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
>  ~[spring-web-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
>  ~[spring-web-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93)
>  ~[spring-boot-actuator-2.3.1.RELEASE.jar:2.3.1.RELEASE]
>       at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
>  ~[spring-web-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
>  ~[spring-web-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
>  ~[spring-web-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.springframework.web.filter.ForwardedHeaderFilter.doFilterInternal(ForwardedHeaderFilter.java:158)
>  ~[spring-web-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
>  ~[spring-web-5.2.6.RELEASE.jar:5.2.6.RELEASE]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>  ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>  ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
>  ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
>  ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
>  ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) 
> ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) 
> ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
>  ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) 
> ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373) 
> ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
>  ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
>  ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590)
>  ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
>  ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at 
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>  ~[na:na]
>       at 
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>  ~[na:na]
>       at 
> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
>  ~[tomcat-embed-core-9.0.36.jar:9.0.36]
>       at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na]
> Caused by: org.apache.openjpa.persistence.PersistenceException: Field 
> 'constitution_cv_id' doesn't have a default value{noformat}



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

Reply via email to