vmassol     2004/06/27 13:54:02

  Modified:    documentation/docs/xdocs faq.xml
  Log:
  new FAQ entry: I'm getting a 'ChainedRuntimeException: Failed to get the test 
results' error message. What does it mean?
  
  Revision  Changes    Path
  1.28      +32 -0     jakarta-cactus/documentation/docs/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/faq.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- faq.xml   27 Jun 2004 17:18:13 -0000      1.27
  +++ faq.xml   27 Jun 2004 20:54:02 -0000      1.28
  @@ -64,6 +64,11 @@
             mean?</jump>
           </li>
           <li>
  +          <jump anchor="faq_failed_to_get_test_results">I'm getting a
  +          "<code>ChainedRuntimeException</code>: Failed to get the test results" 
  +          error message. What does it mean?</jump>
  +        </li>
  +        <li>
             <jump anchor="faq_send_multipart">How to send multipart/form-data?</jump>
           </li>
           <li>
  @@ -361,6 +366,33 @@
             (see the <link href="site:howto_config">Configuration Howto</link>
             for how to do this). The cactus client log
             (<code>cactus_client.log</code> will clearly give the error).
  +        </p>
  +      </section>
  +
  +    </section>
  +
  +    <anchor id="faq_failed_to_get_test_results"/>
  +    <section title="I'm getting a 'ChainedRuntimeException: Failed to get the test 
results' error message. What does it mean?">
  +
  +      <section title="Question">
  +        <p>
  +         When I run my Cactus test, I'm getting the following:
  +        </p>
  +
  +<source><![CDATA[
  +org.apache.cactus.util.ChainedRuntimeException: 
  +    Failed to get the test results [...]
  +]]></source>
  +
  +      </section>
  +      <section title="Solution">
  +        <p>
  +         It means that Cactus failed to retrieve the test result from the 
  +         server side for some reason. To easiest way to diagnosis the problem 
  +         is to enable Cactus logging(see the 
  +         <link href="site:howto_config">Configuration Howto</link>
  +         or how to do this). The cactus client log
  +        (<code>cactus_client.log</code> will clearly give the error).
           </p>
         </section>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to