Cbioportal: Error upgrading to 2.20 - with SAML - org.cbioportal.persistence.mybatis.PatientMapper.select

Created on 6 Apr 2019  路  4Comments  路  Source: cBioPortal/cbioportal

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'

Most helpful comment

HI @jjgao , I think so. Rob and myself are looking into the issue.

All 4 comments

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

Was this page helpful?
0 / 5 - 0 ratings