<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Activiti V6.0.0, why can not I see my processes there and can not log in with a user other than admin / test? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/activiti-v6-0-0-why-can-not-i-see-my-processes-there-and-can-not/m-p/17348#M7670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I should say that the behaviour you describe sounds like what you would see if it were actually still using the embedded h2 rather than postgres. If that is the case then that user will not be in the&amp;nbsp;database so you can check. It could still be using h2 if the property file you modified isn't the right one or you've not restarted the server after changing it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2018 14:09:46 GMT</pubDate>
    <dc:creator>ryandawson</dc:creator>
    <dc:date>2018-03-20T14:09:46Z</dc:date>
    <item>
      <title>Activiti V6.0.0, why can not I see my processes there and can not log in with a user other than admin / test?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-v6-0-0-why-can-not-i-see-my-processes-there-and-can-not/m-p/17343#M7665</link>
      <description>Hello, I have migrated from version 5.22 to version 6.0, before I could see my processes with "activiti-explorer.war", I understand that in version 6.0 I must use "activiti-app.war". Why can not I see my processes there and can not log in with a user other than admin / test?</description>
      <pubDate>Mon, 19 Mar 2018 14:42:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-v6-0-0-why-can-not-i-see-my-processes-there-and-can-not/m-p/17343#M7665</guid>
      <dc:creator>hectorahs</dc:creator>
      <dc:date>2018-03-19T14:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti V6.0.0, why can not I see my processes there and can not log in with a user other than admin / test?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-v6-0-0-why-can-not-i-see-my-processes-there-and-can-not/m-p/17344#M7666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Additional details to my question, I made the migration in postgres, I currently have the database of activiti in a scheme other than "public", mi servidor de aplicaciones es Glassfish 4.1.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error that I see in "server.log" when trying to log in with my user is the following...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[2018-03-19T10:01:19.272-0300] [glassfish 4.1] [WARNING] [] [javax.enterprise.web] [tid: _ThreadID=30 _ThreadName=http-listener-1(3)] [timeMillis: 1521464479272] [levelValue: 900] [[&lt;BR /&gt; StandardWrapperValve[appDispatcher]: Servlet.service() for servlet appDispatcher threw exception&lt;BR /&gt;java.lang.IllegalArgumentException: Cannot pass null or empty values to constructor&lt;BR /&gt; at org.springframework.security.core.userdetails.User.&amp;lt;init&amp;gt;(User.java:100)&lt;BR /&gt; at org.springframework.security.core.userdetails.User.&amp;lt;init&amp;gt;(User.java:73)&lt;BR /&gt; at org.activiti.app.security.ActivitiAppUser.&amp;lt;init&amp;gt;(ActivitiAppUser.java:38)&lt;BR /&gt; at org.activiti.app.security.UserDetailsService.loadByUserId(UserDetailsService.java:119)&lt;BR /&gt; at sun.reflect.GeneratedMethodAccessor292.invoke(Unknown Source)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt; at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)&lt;BR /&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)&lt;BR /&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)&lt;BR /&gt; at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)&lt;BR /&gt; at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)&lt;BR /&gt; at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)&lt;BR /&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)&lt;BR /&gt; at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)&lt;BR /&gt; at com.sun.proxy.$Proxy209.loadByUserId(Unknown Source)&lt;BR /&gt; at org.activiti.app.security.CustomPersistentRememberMeServices.processAutoLoginCookie(CustomPersistentRememberMeServices.java:147)&lt;BR /&gt; at org.springframework.security.web.authentication.rememberme.AbstractRememberMeServices.autoLogin(AbstractRememberMeServices.java:113)&lt;BR /&gt; at sun.reflect.GeneratedMethodAccessor290.invoke(Unknown Source)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt; at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)&lt;BR /&gt; at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:201)&lt;BR /&gt; at com.sun.proxy.$Proxy230.autoLogin(Unknown Source)&lt;BR /&gt; at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:97)&lt;BR /&gt; at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)&lt;BR /&gt; at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:168)&lt;BR /&gt; at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)&lt;BR /&gt; at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:48)&lt;BR /&gt; at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)&lt;BR /&gt; at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:205)&lt;BR /&gt; at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)&lt;BR /&gt; at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:120)&lt;BR /&gt; at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)&lt;BR /&gt; at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:64)&lt;BR /&gt; at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)&lt;BR /&gt; at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)&lt;BR /&gt; at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:91)&lt;BR /&gt; at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)&lt;BR /&gt; at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:53)&lt;BR /&gt; at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)&lt;BR /&gt; at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)&lt;BR /&gt; at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:213)&lt;BR /&gt; at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:176)&lt;BR /&gt; at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:344)&lt;BR /&gt; at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:261)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)&lt;BR /&gt; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:316)&lt;BR /&gt; at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:160)&lt;BR /&gt; at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:734)&lt;BR /&gt; at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:673)&lt;BR /&gt; at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:99)&lt;BR /&gt; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:174)&lt;BR /&gt; at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:416)&lt;BR /&gt; at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:283)&lt;BR /&gt; at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:459)&lt;BR /&gt; at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:167)&lt;BR /&gt; at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:206)&lt;BR /&gt; at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:180)&lt;BR /&gt; at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:235)&lt;BR /&gt; at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119)&lt;BR /&gt; at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283)&lt;BR /&gt; at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200)&lt;BR /&gt; at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132)&lt;BR /&gt; at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111)&lt;BR /&gt; at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)&lt;BR /&gt; at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536)&lt;BR /&gt; at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112)&lt;BR /&gt; at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117)&lt;BR /&gt; at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56)&lt;BR /&gt; at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137)&lt;BR /&gt; at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591)&lt;BR /&gt; at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571)&lt;BR /&gt; at java.lang.Thread.run(Thread.java:745)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 14:48:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-v6-0-0-why-can-not-i-see-my-processes-there-and-can-not/m-p/17344#M7666</guid>
      <dc:creator>hectorahs</dc:creator>
      <dc:date>2018-03-19T14:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti V6.0.0, why can not I see my processes there and can not log in with a user other than admin / test?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-v6-0-0-why-can-not-i-see-my-processes-there-and-can-not/m-p/17345#M7667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm rather confused by your comment that you made the migration in postgres. Are you working from&amp;nbsp;&lt;A class="link-titled" href="https://www.activiti.org/migration.html" title="https://www.activiti.org/migration.html" rel="nofollow noopener noreferrer"&gt;Activiti Migraton Guide : Activiti v5 to Activiti v6&lt;/A&gt;&amp;nbsp; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 17:18:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-v6-0-0-why-can-not-i-see-my-processes-there-and-can-not/m-p/17345#M7667</guid>
      <dc:creator>ryandawson</dc:creator>
      <dc:date>2018-03-19T17:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti V6.0.0, why can not I see my processes there and can not log in with a user other than admin / test?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-v6-0-0-why-can-not-i-see-my-processes-there-and-can-not/m-p/17346#M7668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I used that migration manual, but apart from that I did a simple exercise configuring "activiti-app.properties" for postgres and deploying it in Glassfish 4.1.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;datasource.driver=org.postgresql.Driver&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;datasource.url=jdbc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://localhost:5432/icens-isa&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;datasource.username=isa_owner&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;datasource.password=isa_owner&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The database schema of activiti is created in "public" schema and I can login in "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://192.168.1.38:8080/activiti-app" rel="nofollow noopener noreferrer" target="_blank"&gt;http://192.168.1.38:8080/activiti-app&lt;/A&gt;&lt;SPAN&gt;" with "admin / test" then in "Identity management" I create a user "integration / integration" and when I want to log in with this user I get this error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;[2018-03-20T10:27:31.725-0300] [glassfish 4.1] [WARNING] [] [javax.enterprise.web] [tid: _ThreadID=31 _ThreadName=http-listener-1(4)] [timeMillis: 1521552451725] [levelValue: 900] [[&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; StandardWrapperValve[appDispatcher]: Servlet.service() for servlet appDispatcher threw exception&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;java.lang.IllegalArgumentException: Cannot pass null or empty values to constructor&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.security.core.userdetails.User.&amp;lt;init&amp;gt;(User.java:100)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.security.core.userdetails.User.&amp;lt;init&amp;gt;(User.java:73)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.activiti.app.security.ActivitiAppUser.&amp;lt;init&amp;gt;(ActivitiAppUser.java:38)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.activiti.app.security.UserDetailsService.loadByUserId(UserDetailsService.java:119)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at sun.reflect.GeneratedMethodAccessor1051.invoke(Unknown Source)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at java.lang.reflect.Method.invoke(Method.java:498)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at com.sun.proxy.$Proxy362.loadByUserId(Unknown Source)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.activiti.app.security.CustomPersistentRememberMeServices.processAutoLoginCookie(CustomPersistentRememberMeServices.java:147)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.security.web.authentication.rememberme.AbstractRememberMeServices.autoLogin(AbstractRememberMeServices.java:113)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at sun.reflect.GeneratedMethodAccessor1045.invoke(Unknown Source)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at java.lang.reflect.Method.invoke(Method.java:498)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:201)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at com.sun.proxy.$Proxy382.autoLogin(Unknown Source)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:97)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:168)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:48)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:205)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:120)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:64)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:91)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:53)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:213)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:176)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:344)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:261)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:316)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:160)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:734)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:673)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:99)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:174)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:416)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:283)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:459)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:167)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:206)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:180)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:235)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt; at java.lang.Thread.run(Thread.java:745)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;]]&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 13:39:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-v6-0-0-why-can-not-i-see-my-processes-there-and-can-not/m-p/17346#M7668</guid>
      <dc:creator>hectorahs</dc:creator>
      <dc:date>2018-03-20T13:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti V6.0.0, why can not I see my processes there and can not log in with a user other than admin / test?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-v6-0-0-why-can-not-i-see-my-processes-there-and-can-not/m-p/17347#M7669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you try checking the&amp;nbsp;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;ACT_ID_USER table to see what differences there might be between the user that works and the one that doesn't?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 13:47:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-v6-0-0-why-can-not-i-see-my-processes-there-and-can-not/m-p/17347#M7669</guid>
      <dc:creator>ryandawson</dc:creator>
      <dc:date>2018-03-20T13:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti V6.0.0, why can not I see my processes there and can not log in with a user other than admin / test?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-v6-0-0-why-can-not-i-see-my-processes-there-and-can-not/m-p/17348#M7670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I should say that the behaviour you describe sounds like what you would see if it were actually still using the embedded h2 rather than postgres. If that is the case then that user will not be in the&amp;nbsp;database so you can check. It could still be using h2 if the property file you modified isn't the right one or you've not restarted the server after changing it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 14:09:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-v6-0-0-why-can-not-i-see-my-processes-there-and-can-not/m-p/17348#M7670</guid>
      <dc:creator>ryandawson</dc:creator>
      <dc:date>2018-03-20T14:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti V6.0.0, why can not I see my processes there and can not log in with a user other than admin / test?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-v6-0-0-why-can-not-i-see-my-processes-there-and-can-not/m-p/17349#M7671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, apparently the email field in the creation of the user is required, thank you very much for the quick response&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 14:42:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-v6-0-0-why-can-not-i-see-my-processes-there-and-can-not/m-p/17349#M7671</guid>
      <dc:creator>hectorahs</dc:creator>
      <dc:date>2018-03-20T14:42:58Z</dc:date>
    </item>
  </channel>
</rss>

