<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="https://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    Re: Problems with jbpm demo
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/villeit">Ville Itämaa</a> in <i>jBPM</i> - <a href="https://community.jboss.org/message/760781#760781">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>I have the same problem here (I had the same exception as you Franck cdsosi). I am able to create new process instances and they are shown in the list.</p><p>But when I go to the Task List, nothing shows up, even if I refresh.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I have stopped the debugger, tried to terminate processes and created new ones but they just don't appear in krisv's task list.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Here is a piece of the server.log </p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><table><tbody><tr><td style=";">10:14:28,040 ERROR [stderr] (http-localhost-127.0.0.1-8080-6) </td><td style=";">at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)</td></tr><tr><td style=";">10:14:28,040 ERROR [stderr] (http-localhost-127.0.0.1-8080-6) </td><td style=";">at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)</td></tr><tr><td style=";">10:14:28,041 ERROR [stderr] (http-localhost-127.0.0.1-8080-6) </td><td style=";">at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)</td></tr><tr><td style=";">10:14:28,041 ERROR [stderr] (http-localhost-127.0.0.1-8080-6) </td><td style=";">at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:139)</td></tr><tr><td style=";">10:14:28,041 ERROR [stderr] (http-localhost-127.0.0.1-8080-6) </td><td style=";">at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:480)</td></tr><tr><td style=";">10:14:28,042 ERROR [stderr] (http-localhost-127.0.0.1-8080-6) </td><td style=";">at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57)</td></tr><tr><td style=";">10:14:28,042 ERROR [stderr] (http-localhost-127.0.0.1-8080-6) </td><td style=";">at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154)</td></tr><tr><td style=";">10:14:28,042 ERROR [stderr] (http-localhost-127.0.0.1-8080-6) </td><td style=";">at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)</td></tr><tr><td style=";">10:14:28,042 ERROR [stderr] (http-localhost-127.0.0.1-8080-6) </td><td style=";">at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)</td></tr><tr><td style=";">10:14:28,043 ERROR [stderr] (http-localhost-127.0.0.1-8080-6) </td><td style=";">at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362)</td></tr><tr><td style=";">10:14:28,043 ERROR [stderr] (http-localhost-127.0.0.1-8080-6) </td><td style=";">at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)</td></tr><tr><td style=";">10:14:28,043 ERROR [stderr] (http-localhost-127.0.0.1-8080-6) </td><td style=";">at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667)</td></tr><tr><td style=";">10:14:28,044 ERROR [stderr] (http-localhost-127.0.0.1-8080-6) </td><td style=";">at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:952)</td></tr><tr><td style=";">10:14:28,044 ERROR [stderr] (http-localhost-127.0.0.1-8080-6) </td><td style=";">at java.lang.Thread.run(Thread.java:722)</td></tr></tbody></table><p>10:14:31,851 ERROR [stderr] (Thread-19) javax.persistence.NonUniqueResultException: result returns more than one elements</p><table><tbody><tr><td style=";">10:14:31,852 ERROR [stderr] (Thread-19) </td><td style=";">at org.hibernate.ejb.QueryImpl.getSingleResult(QueryImpl.java:109)</td></tr><tr><td style=";">10:14:31,852 ERROR [stderr] (Thread-19) </td><td style=";">at org.jbpm.task.service.TaskServiceSession.getTaskByWorkItemId(TaskServiceSession.java:644)</td></tr><tr><td style=";">10:14:31,852 ERROR [stderr] (Thread-19) </td><td style=";">at org.jbpm.task.service.TaskServerHandler.messageReceived(TaskServerHandler.java:258)</td></tr><tr><td style=";">10:14:31,853 ERROR [stderr] (Thread-19) </td><td style=";">at org.jbpm.task.service.hornetq.HornetQTaskServerHandler.messageReceived(HornetQTaskServerHandler.java:44)</td></tr><tr><td style=";">10:14:31,853 ERROR [stderr] (Thread-19) </td><td style=";">at org.jbpm.task.service.hornetq.BaseHornetQTaskServer.run(BaseHornetQTaskServer.java:85)</td></tr><tr><td style=";">10:14:31,853 ERROR [stderr] (Thread-19) </td><td style=";">at java.lang.Thread.run(Thread.java:722)</td></tr></tbody></table><p>10:15:27,549 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) java.lang.RuntimeException: Timeout : unable to retrieve results</p><table><tbody><tr><td style=";">10:15:27,550 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jbpm.task.service.responsehandlers.BlockingTaskSummaryResponseHandler.getResults(BlockingTaskSummaryResponseHandler.java:41)</td></tr><tr><td style=";">10:15:27,550 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jbpm.task.service.SyncTaskServiceWrapper.getTasksOwned(SyncTaskServiceWrapper.java:512)</td></tr><tr><td style=";">10:15:27,550 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jbpm.integration.console.TaskManagement.getAssignedTasks(TaskManagement.java:140)</td></tr><tr><td style=";">10:15:27,550 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.bpm.console.server.TaskListFacade.getTasksForIdRef(TaskListFacade.java:101)</td></tr><tr><td style=";">10:15:27,551 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)</td></tr><tr><td style=";">10:15:27,551 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)</td></tr><tr><td style=";">10:15:27,551 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at java.lang.reflect.Method.invoke(Method.java:601)</td></tr><tr><td style=";">10:15:27,551 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140)</td></tr><tr><td style=";">10:15:27,552 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:255)</td></tr><tr><td style=";">10:15:27,552 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220)</td></tr><tr><td style=";">10:15:27,552 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209)</td></tr><tr><td style=";">10:15:27,552 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519)</td></tr><tr><td style=";">10:15:27,553 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496)</td></tr><tr><td style=";">10:15:27,553 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119)</td></tr><tr><td style=";">10:15:27,553 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208)</td></tr><tr><td style=";">10:15:27,553 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)</td></tr><tr><td style=";">10:15:27,553 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50)</td></tr><tr><td style=";">10:15:27,554 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)</td></tr><tr><td style=";">10:15:27,554 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)</td></tr><tr><td style=";">10:15:27,554 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)</td></tr><tr><td style=";">10:15:27,555 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59)</td></tr><tr><td style=";">10:15:27,555 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)</td></tr><tr><td style=";">10:15:27,555 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)</td></tr><tr><td style=";">10:15:27,555 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)</td></tr><tr><td style=";">10:15:27,556 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)</td></tr><tr><td style=";">10:15:27,556 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:139)</td></tr><tr><td style=";">10:15:27,556 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:480)</td></tr><tr><td style=";">10:15:27,556 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57)</td></tr><tr><td style=";">10:15:27,557 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154)</td></tr><tr><td style=";">10:15:27,557 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)</td></tr><tr><td style=";">10:15:27,557 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)</td></tr><tr><td style=";">10:15:27,557 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362)</td></tr><tr><td style=";">10:15:27,558 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)</td></tr><tr><td style=";">10:15:27,558 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667)</td></tr><tr><td style=";">10:15:27,558 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:952)</td></tr><tr><td style=";">10:15:27,558 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at java.lang.Thread.run(Thread.java:722)</td></tr></tbody></table><p>10:22:11,409 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) java.lang.RuntimeException: Timeout : unable to retrieve results</p><table><tbody><tr><td style=";">10:22:11,413 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jbpm.task.service.responsehandlers.BlockingTaskSummaryResponseHandler.getResults(BlockingTaskSummaryResponseHandler.java:41)</td></tr><tr><td style=";">10:22:11,413 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jbpm.task.service.SyncTaskServiceWrapper.getTasksOwned(SyncTaskServiceWrapper.java:512)</td></tr><tr><td style=";">10:22:11,413 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jbpm.integration.console.TaskManagement.getAssignedTasks(TaskManagement.java:140)</td></tr><tr><td style=";">10:22:11,413 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.bpm.console.server.TaskListFacade.getTasksForIdRef(TaskListFacade.java:101)</td></tr><tr><td style=";">10:22:11,414 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)</td></tr><tr><td style=";">10:22:11,414 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)</td></tr><tr><td style=";">10:22:11,414 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at java.lang.reflect.Method.invoke(Method.java:601)</td></tr><tr><td style=";">10:22:11,414 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140)</td></tr><tr><td style=";">10:22:11,415 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:255)</td></tr><tr><td style=";">10:22:11,415 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220)</td></tr><tr><td style=";">10:22:11,415 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209)</td></tr><tr><td style=";">10:22:11,415 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519)</td></tr><tr><td style=";">10:22:11,416 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496)</td></tr><tr><td style=";">10:22:11,416 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119)</td></tr><tr><td style=";">10:22:11,416 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208)</td></tr><tr><td style=";">10:22:11,416 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)</td></tr><tr><td style=";">10:22:11,417 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50)</td></tr><tr><td style=";">10:22:11,417 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)</td></tr><tr><td style=";">10:22:11,418 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)</td></tr><tr><td style=";">10:22:11,418 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)</td></tr><tr><td style=";">10:22:11,418 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59)</td></tr><tr><td style=";">10:22:11,418 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)</td></tr><tr><td style=";">10:22:11,419 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)</td></tr><tr><td style=";">10:22:11,419 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)</td></tr><tr><td style=";">10:22:11,419 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)</td></tr><tr><td style=";">10:22:11,419 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:139)</td></tr><tr><td style=";">10:22:11,419 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:480)</td></tr><tr><td style=";">10:22:11,420 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57)</td></tr><tr><td style=";">10:22:11,420 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154)</td></tr><tr><td style=";">10:22:11,420 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)</td></tr><tr><td style=";">10:22:11,420 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)</td></tr><tr><td style=";">10:22:11,421 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362)</td></tr><tr><td style=";">10:22:11,421 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)</td></tr><tr><td style=";">10:22:11,421 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667)</td></tr><tr><td style=";">10:22:11,421 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:952)</td></tr><tr><td style=";">10:22:11,422 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) </td><td style=";">at java.lang.Thread.run(Thread.java:722)</td></tr></tbody></table></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/760781#760781">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in jBPM at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>