S Das [
https://community.jboss.org/people/sibendu] created the discussion
"Re: Process Instance View Issue in JBPM 5.4.0 console"
To view the discussion, visit:
https://community.jboss.org/message/784411#784411
--------------------------------------------------------------
Hi Thomas ,
Thanks for your reply. I have tried the steps that u wrote except the 2nd one. Because, I
could not find a way to locate Database table "ProcessInstanceLog" .
Can you please tell me the steps tp connect this table?
And in the server.log i am having an error like the following
ERROR
[org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/drools-guvnor].[Resteasy]]
(http-localhost-127.0.0.1-8080-10) Servlet.service() for servlet Resteasy threw exception:
java.lang.IllegalStateException
at org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:408)
[jbossweb-7.0.13.Final.jar:]
at
javax.servlet.http.HttpServletResponseWrapper.sendError(HttpServletResponseWrapper.java:152)
[jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
at
org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper.sendError(HttpServletResponseWrapper.java:71)
[resteasy-jaxrs-2.3.2.Final.jar:]
at
org.jboss.resteasy.core.SynchronousDispatcher.handleFailure(SynchronousDispatcher.java:265)
[resteasy-jaxrs-2.3.2.Final.jar:]
at
org.jboss.resteasy.core.SynchronousDispatcher.handleWriterException(SynchronousDispatcher.java:393)
[resteasy-jaxrs-2.3.2.Final.jar:]
at
org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:219)
[resteasy-jaxrs-2.3.2.Final.jar:]
at
org.jboss.resteasy.core.SynchronousDispatcher.handleWriteResponseException(SynchronousDispatcher.java:203)
[resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:510)
[resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119)
[resteasy-jaxrs-2.3.2.Final.jar:]
at
org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208)
[resteasy-jaxrs-2.3.2.Final.jar:]
at
org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)
[resteasy-jaxrs-2.3.2.Final.jar:]
at
org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50)
[resteasy-jaxrs-2.3.2.Final.jar:]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
[jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)
[jbossweb-7.0.13.Final.jar:]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
[jbossweb-7.0.13.Final.jar:]
at
org.jboss.weld.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:62)
[weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)
[jbossweb-7.0.13.Final.jar:]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
[jbossweb-7.0.13.Final.jar:]
at
org.jboss.solder.servlet.exception.CatchExceptionFilter.doFilter(CatchExceptionFilter.java:65)
[solder-impl-3.1.1.Final.jar:3.1.1.Final]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)
[jbossweb-7.0.13.Final.jar:]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
[jbossweb-7.0.13.Final.jar:]
at
org.jboss.solder.servlet.event.ServletEventBridgeFilter.doFilter(ServletEventBridgeFilter.java:74)
[solder-impl-3.1.1.Final.jar:3.1.1.Final]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)
[jbossweb-7.0.13.Final.jar:]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
[jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
[jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
[jbossweb-7.0.13.Final.jar:]
at
org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)
[jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)
[jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
[jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
[jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)
[jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)
[jbossweb-7.0.13.Final.jar:]
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671)
[jbossweb-7.0.13.Final.jar:]
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930)
[jbossweb-7.0.13.Final.jar:]
at java.lang.Thread.run(Thread.java:619) [rt.jar:1.6.0_21]
and
ERROR [org.drools.xml.ExtensibleXmlParser] (http-localhost-127.0.0.1-8080-10) (null: 91,
52): cvc-complex-type.4: Attribute 'type' must appear on element
'bpmn2:relationship'.
13:59:19,707 ERROR [org.drools.xml.ExtensibleXmlParser] (http-localhost-127.0.0.1-8080-10)
(null: 94, 92): cvc-elt.4.2: Cannot resolve 'drools:Scenario' to a type definition
for element 'drools:Scenario'.
13:59:19,717 ERROR [org.drools.xml.ExtensibleXmlParser] (http-localhost-127.0.0.1-8080-10)
(null: 95, 100): cvc-elt.4.2: Cannot resolve 'drools:ScenarioParameters_._type' to
a type definition for element 'drools:ScenarioParameters'.
13:59:19,717 ERROR [org.drools.xml.ExtensibleXmlParser] (http-localhost-127.0.0.1-8080-10)
(null: 96, 159): cvc-elt.4.2: Cannot resolve 'drools:ElementParameters_._type' to
a type definition for element 'drools:ElementParameters'.
13:59:19,727 ERROR [org.drools.xml.ExtensibleXmlParser] (http-localhost-127.0.0.1-8080-10)
(null: 97, 69): cvc-elt.4.2: Cannot resolve 'drools:TimeParameters' to a type
definition for element 'drools:TimeParameters'.
13:59:19,737 ERROR [org.drools.xml.ExtensibleXmlParser] (http-localhost-127.0.0.1-8080-10)
(null: 98, 66): cvc-elt.4.2: Cannot resolve 'drools:Parameter' to a type
definition for element 'drools:ProcessingTime'.
13:59:19,747 ERROR [org.drools.xml.ExtensibleXmlParser] (http-localhost-127.0.0.1-8080-10)
(null: 104, 159): cvc-elt.4.2: Cannot resolve 'drools:ElementParameters_._type' to
a type definition for element 'drools:ElementParameters'.
13:59:19,757 ERROR [org.drools.xml.ExtensibleXmlParser] (http-localhost-127.0.0.1-8080-10)
(null: 105, 75): cvc-elt.4.2: Cannot resolve 'drools:ControlParameters' to a type
definition for element 'drools:ControlParameters'.
13:59:19,767 ERROR [org.drools.xml.ExtensibleXmlParser] (http-localhost-127.0.0.1-8080-10)
(null: 106, 63): cvc-elt.4.2: Cannot resolve 'drools:Parameter' to a type
definition for element 'drools:Probability'.
13:59:19,767 ERROR [org.drools.xml.ExtensibleXmlParser] (http-localhost-127.0.0.1-8080-10)
(null: 111, 159): cvc-elt.4.2: Cannot resolve 'drools:ElementParameters_._type' to
a type definition for element 'drools:ElementParameters'.
13:59:19,787 ERROR [org.drools.xml.ExtensibleXmlParser] (http-localhost-127.0.0.1-8080-10)
(null: 112, 75): cvc-elt.4.2: Cannot resolve 'drools:ControlParameters' to a type
definition for element 'drools:ControlParameters'.
13:59:19,797 ERROR [org.drools.xml.ExtensibleXmlParser] (http-localhost-127.0.0.1-8080-10)
(null: 113, 63): cvc-elt.4.2: Cannot resolve 'drools:Parameter' to a type
definition for element 'drools:Probability'.
13:59:19,797 ERROR [org.drools.xml.ExtensibleXmlParser] (http-localhost-127.0.0.1-8080-10)
(null: 118, 159): cvc-elt.4.2: Cannot resolve 'drools:ElementParameters_._type' to
a type definition for element 'drools:ElementParameters'.
13:59:19,798 ERROR [org.drools.xml.ExtensibleXmlParser] (http-localhost-127.0.0.1-8080-10)
(null: 119, 69): cvc-elt.4.2: Cannot resolve 'drools:TimeParameters' to a type
definition for element 'drools:TimeParameters'.
13:59:19,803 ERROR [org.drools.xml.ExtensibleXmlParser] (http-localhost-127.0.0.1-8080-10)
(null: 120, 66): cvc-elt.4.2: Cannot resolve 'drools:Parameter' to a type
definition for element 'drools:ProcessingTime'.
13:59:19,815 ERROR [org.drools.xml.ExtensibleXmlParser] (http-localhost-127.0.0.1-8080-10)
(null: 125, 77): cvc-elt.4.2: Cannot resolve 'drools:ResourceParameters' to a type
definition for element 'drools:ResourceParameters'.
13:59:19,829 ERROR [org.drools.xml.ExtensibleXmlParser] (http-localhost-127.0.0.1-8080-10)
(null: 126, 60): cvc-elt.4.2: Cannot resolve 'drools:Parameter' to a type
definition for element 'drools:Quantity'.
13:59:19,844 ERROR [org.drools.xml.ExtensibleXmlParser] (http-localhost-127.0.0.1-8080-10)
(null: 129, 64): cvc-elt.4.2: Cannot resolve 'drools:Parameter' to a type
definition for element 'drools:Workinghours'.
13:59:19,854 ERROR [org.drools.xml.ExtensibleXmlParser] (http-localhost-127.0.0.1-8080-10)
(null: 133, 69): cvc-elt.4.2: Cannot resolve 'drools:CostParameters' to a type
definition for element 'drools:CostParameters'.
13:59:19,861 ERROR [org.drools.xml.ExtensibleXmlParser] (http-localhost-127.0.0.1-8080-10)
(null: 134, 60): cvc-elt.4.2: Cannot resolve 'drools:Parameter' to a type
definition for element 'drools:UnitCost'.
13:59:19,870 ERROR [org.drools.xml.ExtensibleXmlParser] (http-localhost-127.0.0.1-8080-10)
(null: 139, 159): cvc-elt.4.2: Cannot resolve 'drools:ElementParameters_._type' to
a type definition for element 'drools:ElementParameters'.
13:59:19,878 ERROR [org.drools.xml.ExtensibleXmlParser] (http-localhost-127.0.0.1-8080-10)
(null: 140, 69): cvc-elt.4.2: Cannot resolve 'drools:TimeParameters' to a type
definition for element 'drools:TimeParameters'.
13:59:19,886 ERROR [org.drools.xml.ExtensibleXmlParser] (http-localhost-127.0.0.1-8080-10)
(null: 141, 60): cvc-elt.4.2: Cannot resolve 'drools:Parameter' to a type
definition for element 'drools:WaitTime'.
I am little helpless here. Will you please suggest something??
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/784411#784411]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]