[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jboss-user
Subject:    [jboss-user] [jBPM] - Re: The process instance Couldn't completed
From:       Scott Baldwin <do-not-reply () jboss ! com>
Date:       2011-03-31 18:47:44
Message-ID: 2-588231-3-81368-1298010344335-2-596957-3-83751-1301597256224.jivesbs.jivemailuser () http://community ! jboss ! org
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Scott Baldwin [http://community.jboss.org/people/mrknightley] created the discussion

"Re: The process instance Couldn't completed"

To view the discussion, visit: http://community.jboss.org/message/596957#596957

--------------------------------------------------------------
I've been fighting with this same issue for the last week. I checked the \
jbpm-gwt-console-server.war and see the following files:

WEB-INF/classes/META-INF/hibernate.cfg.xml
WEB-INF/classes/META-INF/orm.xml
WEB-INF/classes/META-INF/persistence.xml

The orm.xml file seems correct based on what Kris said to put on the classpath:

<?xml version="1.0" encoding="UTF-8"?>
<entity-mappings xmlns=" http://java.sun.com/xml/ns/persistence/orm \
                http://java.sun.com/xml/ns/persistence/orm"
                             xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance \
                http://www.w3.org/2001/XMLSchema-instance"
                             xsi:schemaLocation=" \
http://java.sun.com/xml/ns/persistence/orm http://java.sun.com/xml/ns/persistence/orm \
orm_1_0.xsd"  version="1.0">
           <named-query name="ProcessInstancesWaitingForEvent">
                   <query>
select
       processInstanceInfo.processInstanceId
from
       ProcessInstanceInfo processInstanceInfo
where
       :type in elements(processInstanceInfo.eventTypes)
                   </query>
           </named-query>
</entity-mappings>

I got to this point by using the jbpm-installer ant script target start.demo and \
using the H2 driver for the DB backend.

If I start the Evaluation work flow in the demo, and terminate it from the \
jbpm-console, I get the exception about the named query not being found \
(ProcessInstancesWaitingForEvent). The terminate does happen though and the process \
instance is gone from the console. However, the Evaluation work flow in the demo \
completes normal if I go through the designed flow and complete the human tasks using \
the different users.

I also created my own workflow with no human tasks. When it completes, I get the same \
exception about the ProcessInstancesWaitingForEvent query not being found.

Any ideas?
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/596957#596957]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]



[Attachment #5 (text/html)]

<!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="http://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: The process instance Couldn't completed
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/mrknightley">Scott \
Baldwin</a> in <i>jBPM</i> - <a \
href="http://community.jboss.org/message/596957#596957">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've been fighting with this same issue for the \
last week. I checked the jbpm-gwt-console-server.war and see the following \
files:</p><p style="min-height: 8pt; height: 8pt; padding: \
0px;">&#160;</p><p>WEB-INF/classes/META-INF/hibernate.cfg.xml</p><p>WEB-INF/classes/META-INF/orm.xml</p><p>WEB-INF/classes/META-INF/persistence.xml</p><p \
style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>The orm.xml file \
seems correct based on what Kris said to put on the classpath:</p><p \
style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&lt;?xml \
version="1.0" encoding="UTF-8"?&gt;</p><p><span>&lt;entity-mappings xmlns="</span><a \
class="jive-link-external-small" href="http://java.sun.com/xml/ns/persistence/orm" \
target="_blank">http://java.sun.com/xml/ns/persistence/orm</a><span>"</span></p><p><sp \
an>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
xmlns:xsi="</span><a class="jive-link-external-small" \
href="http://www.w3.org/2001/XMLSchema-instance" \
target="_blank">http://www.w3.org/2001/XMLSchema-instance</a><span>"</span></p><p><spa \
n>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
xsi:schemaLocation="</span><a class="jive-link-external-small" \
href="http://java.sun.com/xml/ns/persistence/orm" \
target="_blank">http://java.sun.com/xml/ns/persistence/orm</a><span> \
orm_1_0.xsd"</span></p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
version="1.0"&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;named-query \
name="ProcessInstancesWaitingForEvent"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
&lt;query&gt;</p><p>select</p><p>&#160;&#160;&#160; \
processInstanceInfo.processInstanceId</p><p>from</p><p>&#160;&#160;&#160; \
ProcessInstanceInfo processInstanceInfo</p><p>where</p><p>&#160;&#160;&#160; :type in \
elements(processInstanceInfo.eventTypes)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \
&lt;/query&gt;</p><p>&#160;&#160;&#160;&#160;&#160; \
&lt;/named-query&gt;</p><p>&lt;/entity-mappings&gt;</p><p style="min-height: 8pt; \
height: 8pt; padding: 0px;">&#160;</p><p>I got to this point by using the \
jbpm-installer ant script target start.demo and using the H2 driver for the DB \
backend.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>If I \
start the Evaluation work flow in the demo, and terminate it from the jbpm-console, I \
get the exception about the named query not being found \
(ProcessInstancesWaitingForEvent). The terminate does happen though and the process \
instance is gone from the console. However, the Evaluation work flow in the demo \
completes normal if I go through the designed flow and complete the human tasks using \
the different users.</p><p style="min-height: 8pt; height: 8pt; padding: \
0px;">&#160;</p><p>I also created my own workflow with no human tasks. When it \
completes, I get the same exception about the ProcessInstancesWaitingForEvent query \
not being found.</p><p style="min-height: 8pt; height: 8pt; padding: \
0px;">&#160;</p><p>Any ideas?</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a \
href="http://community.jboss.org/message/596957#596957">going to Community</a></p>  \
<p style="margin: 0;">Start a new discussion in jBPM at <a \
href="http://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>



_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic