2016-07-25 3 views
1

우분투 14 LTS 및 Tomcat & MySql에 activiti 엔진을 설치하려고합니다. 나는 지금까지 tomcat에 배포 한 기본 전쟁입니다 어떤 설정을 alterterd하지 않았습니다. 어떻게하면 activiti-explorer에 액세스하려고 할 때 오류가 발생합니다. 동일한 구성으로 로컬 환경에서 완벽하게 작동하지만 클라이언트 환경에서 배포하려고하면이 오류가 발생합니다. 아무도 이것으로 도울 수 있습니까?Ubuntu에서 Activiti BPM Engine을 설치하는 동안 오류가 발생했습니다 - MySql

org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'explorerApp': Scope 'session' is not active for the current thread; 
consider defining a scoped proxy for this bean if you intend to refer to it from a singleton; nested exception is java.lang.IllegalStateException: 
No thread-bound request found: Are you referring to request attributes outside of an actual web request, or processing a request outside of the originally receiving thread? 
If you are actually operating within a web request and still receive this message, your code is probably running outside of DispatcherServlet/DispatcherPortlet: 
In this case, use RequestContextListener or RequestContextFilter to expose the current request. 
com.vaadin.terminal.gwt.server.AbstractApplicationServlet.handleServiceException(AbstractApplicationServlet.java:1010) 

답변

2

아무도 답변을 찾지 못하면 Tomee Server를 Tomcat으로 바꾸어 해결했습니다. Activiti 최신 버전 및 Tomee Server 최신 버전과의 일부 충돌이있는 것 같습니다. Tomcat 8에서 제대로 작동합니다.

관련 문제