Есть сервер openSUSE 12.3 на нем развернуто 3 приложения на tomcat, tomcat были установлены из пакетов, сейчас все работает, мне надо перенести все эти 3 приложения на tomcat на сервер Ubuntu 16.04.1, tomcat и java качаю архивом в /opt и там уже разворачиваю, сделано для того, что бы можно было иметь несколько версий tomcat и java, версии все скачал такие же как и на openSUSE, дефолтная страница tomcat открывается все работает, но после того как я удаляю все из /opt/tomcat/webapps/* и закачиваю war файл с openSUSE, копирую все настройки конфигурации с openSUSE, стартую tomcat идет deploy приложения и сыпятся ошибки
[ERROR] context.ContextLoader Context initialization failed org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'customUserDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException:
Could not autowire field: private com.multipass.core.facade.ClientFacade com.multipass.web.api.security.CustomUserDetailsService.clientFacade; nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'clientFacadeImpl':
Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException:
Could not autowire field: private com.multipass.dao.ClientDao com.multipass.core.facade.impl.ClientFacadeImpl.clientDao; nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'clientDao': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException:
Could not autowire field: private com.multipass.cache.api.Cache com.multipass.dao.impl.ClientDaoImpl.cache; nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'memcached':
Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException:
Could not autowire field: private boolean com.multipass.cache.memcached.Memcached.enabled; nested exception is org.springframework.beans.TypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'boolean'; nested exception is java.lang.IllegalArgumentException: Invalid boolean value [${memcached.enabled}]
почему не может создаться bean с именем customUserDetailsService? как это можно исправить?
п.с. скажите какие конфиги предоставить, покажу. Не силен пока с tomcat'ом