Please raise a new JIRA for the first problem (HTTP500). Please include an example rule that causes the failure.<br><br>The second issue, I believe, is the same as <a href="https://issues.jboss.org/browse/GUVNOR-1465">https://issues.jboss.org/browse/GUVNOR-1465</a>.<br>
<br>With kind regards,<br><br>Mike<br><br><div class="gmail_quote">On 4 July 2011 22:18, Justin Case <span dir="ltr">&lt;<a href="mailto:send_lotsa_spam_here@yahoo.com">send_lotsa_spam_here@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi all,<br>
<br>
Here&#39;s a funny thing I experience:<br>
I declare a function and do the mistake of verifying it before editing anything,<br>
while it&#39;s still a template (so it has chevrons). The verify obviously fails -<br>
but with a HTTP error 500! Server crashed?? Indeed I can see in the console:<br>
        at<br>
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:951)<br>
[:6.0.0.Final]<br>
        at java.lang.Thread.run(Thread.java:619) [:1.6.0_12]<br>
Caused by: java.lang.RuntimeException: Verifier Errors:<br>
        [ERR 102] Line 1:9 mismatched input &#39;&lt;&#39; in function<br>
        [ERR 102] Line 1:36 mismatched input &#39;&lt;&#39; in function &quot;calculateAge&quot;<br>
        [ERR 102] Line 1:46 mismatched input &#39;&gt;&#39; in function &quot;calculateAge&quot;<br>
        Parser returned a null Package<br>
I see quite a few JIRAs about incomplete exception handling - GUVNOR-741,<br>
GUVNOR-690, GUVNOR-536, should I add the above to any of them?<br>
<br>
Whatever, an error is an error, but here comes the real problem:<br>
<br>
After the above I come to realize that each analysis of a package keeps adding<br>
the results of the previous ones, so the Errors/Warnings list just grows and<br>
grows. An old error will always come again even though the item it refers to is<br>
not even existing anymore (so I cannot analyse/verify anything reliably). I<br>
renamed the above function, I edited it so it doesn&#39;t have the chevrons, its<br>
code can be validated fine, but nevertheless Guvnor keeps throwing the same<br>
error 500 and the JBoss console keeps complaining about the oooold function<br>
calculateAge and its chevrons each time I verify or analyse. And it does that by<br>
repeating the message for each retry once more. Either the error list is not<br>
cleaned after the verify, or some artifacts live too long. Logout and relogon<br>
keeps the list, but restarting JBoss solves the problem.<br>
.<br>
I really have the feeling GUVNOR-1499 has the same underlying problem...<br>
<br>
For the record: I&#39;m on 5.2.0.Final on JBoss 6, Java 6 on Windows XP.<br>
<br>
Thank you very much,<br>
JC<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</blockquote></div><br>