java.lang.IllegalArgumentException: Environment must not be null

被刻印的时光 ゝ 提交于 2019-12-04 08:09:05

Just to solve this Question (see comments on original question):

He was using the spring-data-solr-1.2.1.RELEASE with spring-3.2.8.RELEASE either. Downgrading to spring-data-solr-1.1.3-RELEASE and stay with spring-3.2.8.RELEASE or upgrade to spring-3.2.9.RELEASE to keep spring-data-solr-1.2.1.RELEASE will solve the issue.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!