EGHM
EGHM

Reputation: 2140

How to fix Kuali startup error Could not resolve placeholder 'datasource.url'?

How to fix Kuali startup error Could not resolve placeholder 'datasource.url'?

On startup I am getting an error which keeps Kuali from starting.

org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'riceDataSourceXAPool' defined in class path resource [org/kuali/rice/core/RiceDataSourceSpringBeans.xml]: Could not resolve placeholder 'datasource.url'

I expect Kuali to start with no errors.

Upvotes: 0

Views: 313

Answers (1)

Dan Seibert
Dan Seibert

Reputation: 310

Looks like it can't find your rice-config.xml

Upvotes: 2

Related Questions