Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

[09:56:39 CST(-0600)] <JasonElwood> Has anybody built the latest code today and experienced an exception with the i000005.xml changeset?

[09:57:22 CST(-0600)] <dmccallum54> can try it now

[09:57:31 CST(-0600)] <TonyUnicon> probably have not ran that since the first time I setup the env, what is the exception?

[09:59:16 CST(-0600)] <JasonElwood> Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in ServletContext resource [/WEB-INF/spring/app-config.xml]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:

[09:59:16 CST(-0600)] <JasonElwood> 5 changes have validation failures

[09:59:16 CST(-0600)] <JasonElwood> columnDataType is required, org/jasig/ssp/database/integrationchangesets/i000005.xml::Add not null constraing tuition paid external_reg_stat_by_term::jim.stanley::(Checksum: 3:54ea128500b88618a02199f453feb00d)

[09:59:16 CST(-0600)] <JasonElwood> columnDataType is required, org/jasig/ssp/database/integrationchangesets/i000005.xml::Add not null constraint to sec code,number of ext_fac_roster::jim.stanley::(Checksum: 3:9530098eba6292ab1b7ef1b934066973)

[09:59:16 CST(-0600)] <JasonElwood> columnDataType is required, org/jasig/ssp/database/integrationchangesets/i000005.xml::Add not null constraint to sec code,number of ext_fac_roster::jim.stanley::(Checksum: 3:9530098eba6292ab1b7ef1b934066973)

[09:59:17 CST(-0600)] <JasonElwood> columnDataType is required, org/jasig/ssp/database/integrationchangesets/i000005.xml::Add not null constraint to number, code of ext_fac_course::jim.stanley::(Checksum: 3:595df164d2600efd9340214c54c23716)

[09:59:17 CST(-0600)] <JasonElwood> columnDataType is required, org/jasig/ssp/database/integrationchangesets/i000005.xml::Add not null constraint to number, code of ext_fac_course::jim.stanley::(Checksum: 3:595df164d2600efd9340214c54c23716)

[09:59:18 CST(-0600)] <JasonElwood> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1455) ~[spring-beans-3.1.2.RELEASE.jar:3.1.2.RELEASE]

[09:59:19 CST(-0600)] <JasonElwood> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519) ~[spring-beans-3.1.2.RELEASE.jar:3.1.2.RELEASE]

[09:59:19 CST(-0600)] <JasonElwood> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) ~[spring-beans-3.1.2.RELEASE.jar:3.1.2.RELEASE]

[09:59:20 CST(-0600)] <JasonElwood> at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294) ~[spring-beans-3.1.2.RELEASE.jar:3.1.2.RELEASE]

[09:59:20 CST(-0600)] <JasonElwood> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225) ~[spring-beans-3.1.2.RELEASE.jar:3.1.2.RELEASE]

[09:59:21 CST(-0600)] <JasonElwood> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291) ~[spring-beans-3.1.2.RELEASE.jar:3.1.2.RELEASE]

[09:59:21 CST(-0600)] <JasonElwood> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-3.1.2.RELEASE.jar:3.1.2.RELEASE]

[09:59:22 CST(-0600)] <JasonElwood> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:284) ~[spring-beans-3.1.2.RELEASE.jar:3.1.2.RELEASE]

[09:59:22 CST(-0600)] <JasonElwood> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-3.1.2.RELEASE.jar:3.1.2.RELEASE]

[10:05:45 CST(-0600)] <dmccallum54> hmmm… not getting an error (yet). checking to see if my env is actually even running that file...

[10:06:31 CST(-0600)] <dmccallum54> are you on pg or sqlserver?

[10:07:14 CST(-0600)] <JasonElwood> sql server

[10:07:33 CST(-0600)] <dmccallum54> k. will switch to that.

[10:22:08 CST(-0600)] <dmccallum54> got the same errors. think i can fix real quick

[10:31:26 CST(-0600)] <dmccallum54> pushed

[10:43:06 CST(-0600)] <JasonElwood> that worked. thanks

[14:50:40 CST(-0600)] <js70> Hey jason: for the Test API. Where to I get success and results? https://wiki.jasig.org/display/SSP/Test+API

[14:51:09 CST(-0600)] <js70> the rows look like they come from the external_student_test

[14:55:45 CST(-0600)] <JasonElwood> they should be coming from that table. I'm not sure how much of the API was actually created before you started working on it

  • No labels