I'm getting a weird error upgrading cbioportal to version 2.2.0
If I turn on my SAML authentication I get this error:
SEVERE [main] org.apache.catalina.core.StandardContext.listenerStart Exception sending context initialized event to listener instance of class [org.springframework.web.context.ContextLoaderListener]
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'studyViewFilterApplier' defined in URL [jar:file:/usr/local/tomcat/webapps/cbioportal/WEB-INF/lib/web-2.2.0-SNAPSHOT.jar!/org/cbioportal/web/util/StudyViewFilterApplier.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sampleServiceImpl': Unsatisfied dependency expressed through field 'studyService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'studyServiceImpl': Unsatisfied dependency expressed through field 'cancerTypeService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cancerTypeServiceImpl': Invocation of init method failed; nested exception is org.apache.ibatis.builder.IncompleteElementException:
Could not find SQL statement to include with refid 'org.cbioportal.persistence.mybatis.PatientMapper.select'
@khzhu is this the same issue? https://github.com/cBioPortal/cbioportal/issues/5816
HI @jjgao , I think so. Rob and myself are looking into the issue.
Thanks so much! A big relief knowing I'm not the only one :) Very helpful looking through the linked issue so thanks for that as well!
also, you're right - i tried rolling back to 2.0.1 and it works ok
Most helpful comment
HI @jjgao , I think so. Rob and myself are looking into the issue.