You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by "Marcio Marchini (JIRA)" <ca...@jakarta.apache.org> on 2008/08/30 05:01:44 UTC

[jira] Created: (CACTUS-260) Error org/apache/commons/codec/DecoderException does not print stack trace

Error org/apache/commons/codec/DecoderException does not print stack trace
--------------------------------------------------------------------------

                 Key: CACTUS-260
                 URL: https://issues.apache.org/jira/browse/CACTUS-260
             Project: Cactus
          Issue Type: Bug
          Components: Ant Integration
    Affects Versions: 1.8
         Environment: Win XP, Cactus 1.8 unde Ant 1.7.1, Tomcat 5.5.
            Reporter: Marcio Marchini


My sample project works under Cactus 1.7.2. But under 1.8 it prints this:

   [cactus] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.469 

I ran ant-debug and I can see this:

   [cactus] Running com.foo.continuousbuild.example.tests.cactus.TestHello
   [cactus] junit.framework.TestListener: tests to run: 1
   [cactus] junit.framework.TestListener: startTest(testSaveToSessionOK)
   [cactus] Tomcat 5.5.26 started on port [7080]
   [cactus] junit.framework.TestListener: addError(testSaveToSessionOK, org/apache/commons/codec/DecoderException)
   [cactus] junit.framework.TestListener: endTest(testSaveToSessionOK)
   [cactus] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.547 sec


There's nothing to help the user diagnose why org/apache/commons/codec/DecoderException

This was all done following the web page docs, and keep in mind that it works under Cactus 1.7.2.





-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


[jira] Commented: (CACTUS-260) Error org/apache/commons/codec/DecoderException does not print stack trace

Posted by "Petar Tahchiev (JIRA)" <ca...@jakarta.apache.org>.
    [ https://issues.apache.org/jira/browse/CACTUS-260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627198#action_12627198 ] 

Petar Tahchiev commented on CACTUS-260:
---------------------------------------

Hi Marcio,

what does the junit reports say?

Also can you attach the build.xml (or pom.xml) & and your JUnit tests, so that I can try to execute the tests myself.

Thanks.

> Error org/apache/commons/codec/DecoderException does not print stack trace
> --------------------------------------------------------------------------
>
>                 Key: CACTUS-260
>                 URL: https://issues.apache.org/jira/browse/CACTUS-260
>             Project: Cactus
>          Issue Type: Bug
>          Components: Ant Integration
>    Affects Versions: 1.8
>         Environment: Win XP, Cactus 1.8 unde Ant 1.7.1, Tomcat 5.5.
>            Reporter: Marcio Marchini
>            Assignee: Petar Tahchiev
>
> My sample project works under Cactus 1.7.2. But under 1.8 it prints this:
>    [cactus] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.469 
> I ran ant-debug and I can see this:
>    [cactus] Running com.foo.continuousbuild.example.tests.cactus.TestHello
>    [cactus] junit.framework.TestListener: tests to run: 1
>    [cactus] junit.framework.TestListener: startTest(testSaveToSessionOK)
>    [cactus] Tomcat 5.5.26 started on port [7080]
>    [cactus] junit.framework.TestListener: addError(testSaveToSessionOK, org/apache/commons/codec/DecoderException)
>    [cactus] junit.framework.TestListener: endTest(testSaveToSessionOK)
>    [cactus] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.547 sec
> There's nothing to help the user diagnose why org/apache/commons/codec/DecoderException
> This was all done following the web page docs, and keep in mind that it works under Cactus 1.7.2.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


[jira] Closed: (CACTUS-260) Error org/apache/commons/codec/DecoderException does not print stack trace

Posted by "Petar Tahchiev (JIRA)" <ca...@jakarta.apache.org>.
     [ https://issues.apache.org/jira/browse/CACTUS-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Petar Tahchiev closed CACTUS-260.
---------------------------------


> Error org/apache/commons/codec/DecoderException does not print stack trace
> --------------------------------------------------------------------------
>
>                 Key: CACTUS-260
>                 URL: https://issues.apache.org/jira/browse/CACTUS-260
>             Project: Cactus
>          Issue Type: Bug
>          Components: Ant Integration
>    Affects Versions: 1.8
>         Environment: Win XP, Cactus 1.8 unde Ant 1.7.1, Tomcat 5.5.
>            Reporter: Marcio Marchini
>            Assignee: Petar Tahchiev
>             Fix For: 1.8
>
>
> My sample project works under Cactus 1.7.2. But under 1.8 it prints this:
>    [cactus] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.469 
> I ran ant-debug and I can see this:
>    [cactus] Running com.foo.continuousbuild.example.tests.cactus.TestHello
>    [cactus] junit.framework.TestListener: tests to run: 1
>    [cactus] junit.framework.TestListener: startTest(testSaveToSessionOK)
>    [cactus] Tomcat 5.5.26 started on port [7080]
>    [cactus] junit.framework.TestListener: addError(testSaveToSessionOK, org/apache/commons/codec/DecoderException)
>    [cactus] junit.framework.TestListener: endTest(testSaveToSessionOK)
>    [cactus] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.547 sec
> There's nothing to help the user diagnose why org/apache/commons/codec/DecoderException
> This was all done following the web page docs, and keep in mind that it works under Cactus 1.7.2.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


[jira] Assigned: (CACTUS-260) Error org/apache/commons/codec/DecoderException does not print stack trace

Posted by "Petar Tahchiev (JIRA)" <ca...@jakarta.apache.org>.
     [ https://issues.apache.org/jira/browse/CACTUS-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Petar Tahchiev reassigned CACTUS-260:
-------------------------------------

    Assignee: Petar Tahchiev

> Error org/apache/commons/codec/DecoderException does not print stack trace
> --------------------------------------------------------------------------
>
>                 Key: CACTUS-260
>                 URL: https://issues.apache.org/jira/browse/CACTUS-260
>             Project: Cactus
>          Issue Type: Bug
>          Components: Ant Integration
>    Affects Versions: 1.8
>         Environment: Win XP, Cactus 1.8 unde Ant 1.7.1, Tomcat 5.5.
>            Reporter: Marcio Marchini
>            Assignee: Petar Tahchiev
>
> My sample project works under Cactus 1.7.2. But under 1.8 it prints this:
>    [cactus] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.469 
> I ran ant-debug and I can see this:
>    [cactus] Running com.foo.continuousbuild.example.tests.cactus.TestHello
>    [cactus] junit.framework.TestListener: tests to run: 1
>    [cactus] junit.framework.TestListener: startTest(testSaveToSessionOK)
>    [cactus] Tomcat 5.5.26 started on port [7080]
>    [cactus] junit.framework.TestListener: addError(testSaveToSessionOK, org/apache/commons/codec/DecoderException)
>    [cactus] junit.framework.TestListener: endTest(testSaveToSessionOK)
>    [cactus] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.547 sec
> There's nothing to help the user diagnose why org/apache/commons/codec/DecoderException
> This was all done following the web page docs, and keep in mind that it works under Cactus 1.7.2.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


[jira] Commented: (CACTUS-260) Error org/apache/commons/codec/DecoderException does not print stack trace

Posted by "Petar Tahchiev (JIRA)" <ca...@jakarta.apache.org>.
    [ https://issues.apache.org/jira/browse/CACTUS-260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627801#action_12627801 ] 

Petar Tahchiev commented on CACTUS-260:
---------------------------------------

The solution would be to place commons-decoder in your classpath. I will close this issue, because as spoken with Marcio, this solves the problem.

> Error org/apache/commons/codec/DecoderException does not print stack trace
> --------------------------------------------------------------------------
>
>                 Key: CACTUS-260
>                 URL: https://issues.apache.org/jira/browse/CACTUS-260
>             Project: Cactus
>          Issue Type: Bug
>          Components: Ant Integration
>    Affects Versions: 1.8
>         Environment: Win XP, Cactus 1.8 unde Ant 1.7.1, Tomcat 5.5.
>            Reporter: Marcio Marchini
>            Assignee: Petar Tahchiev
>             Fix For: 1.8
>
>
> My sample project works under Cactus 1.7.2. But under 1.8 it prints this:
>    [cactus] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.469 
> I ran ant-debug and I can see this:
>    [cactus] Running com.foo.continuousbuild.example.tests.cactus.TestHello
>    [cactus] junit.framework.TestListener: tests to run: 1
>    [cactus] junit.framework.TestListener: startTest(testSaveToSessionOK)
>    [cactus] Tomcat 5.5.26 started on port [7080]
>    [cactus] junit.framework.TestListener: addError(testSaveToSessionOK, org/apache/commons/codec/DecoderException)
>    [cactus] junit.framework.TestListener: endTest(testSaveToSessionOK)
>    [cactus] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.547 sec
> There's nothing to help the user diagnose why org/apache/commons/codec/DecoderException
> This was all done following the web page docs, and keep in mind that it works under Cactus 1.7.2.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


[jira] Resolved: (CACTUS-260) Error org/apache/commons/codec/DecoderException does not print stack trace

Posted by "Petar Tahchiev (JIRA)" <ca...@jakarta.apache.org>.
     [ https://issues.apache.org/jira/browse/CACTUS-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Petar Tahchiev resolved CACTUS-260.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.8

> Error org/apache/commons/codec/DecoderException does not print stack trace
> --------------------------------------------------------------------------
>
>                 Key: CACTUS-260
>                 URL: https://issues.apache.org/jira/browse/CACTUS-260
>             Project: Cactus
>          Issue Type: Bug
>          Components: Ant Integration
>    Affects Versions: 1.8
>         Environment: Win XP, Cactus 1.8 unde Ant 1.7.1, Tomcat 5.5.
>            Reporter: Marcio Marchini
>            Assignee: Petar Tahchiev
>             Fix For: 1.8
>
>
> My sample project works under Cactus 1.7.2. But under 1.8 it prints this:
>    [cactus] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.469 
> I ran ant-debug and I can see this:
>    [cactus] Running com.foo.continuousbuild.example.tests.cactus.TestHello
>    [cactus] junit.framework.TestListener: tests to run: 1
>    [cactus] junit.framework.TestListener: startTest(testSaveToSessionOK)
>    [cactus] Tomcat 5.5.26 started on port [7080]
>    [cactus] junit.framework.TestListener: addError(testSaveToSessionOK, org/apache/commons/codec/DecoderException)
>    [cactus] junit.framework.TestListener: endTest(testSaveToSessionOK)
>    [cactus] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.547 sec
> There's nothing to help the user diagnose why org/apache/commons/codec/DecoderException
> This was all done following the web page docs, and keep in mind that it works under Cactus 1.7.2.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org