I answered on answers.openmrs.org, but for posterity here:

Indeed, lots of things, including error messages, are written to the log
during a successful run of the unit tests (and thus, a successful build).

You can safely ignore that debugging output.

See the ticket at https://tickets.openmrs.org/browse/TRUNK-2539

-Darius

On Mon, Apr 9, 2012 at 7:11 AM, Mathias Lin | Meta Healthcare <
[email protected]> wrote:

> Argh - sorry, I should have read
> https://wiki.openmrs.org/display/docs/Step+3+-+Install+Tomcat, where
> it states that a Tomcat not later than 6.0.29 should be used.
> Installed it and the issue 1) is resolved with that.
>
> However, still leaves my question about 2).
>
>
> On Mon, Apr 9, 2012 at 9:42 PM, Mathias Lin
> <[email protected]> wrote:
> >
> > I have two newbie questions, one is major, one is minor:
> >
> > (1)
> > I try to setup a fresh installation of ORMS 1.8.3, on Mac OS X Lion,
> Java 1.6.0_29, Tomcat 7.0.2
> >
> > The installations runs through and patient search, administrations works
> fine. However, when I click on the "Cohort Builder" or
> > "Reporting" in the main navigation, which are the urls
> >
> > http://localhost:8080/openmrs183//cohortBuilder.list
> > http://localhost:8080/openmrs183/module/reporting/dashboard/index.form
> >
> > I am getting the error as below. (This happens both with the deployable
> war file I download from the website, as well as the war I am
> > building myself. I haven't tried the standalone package yet, it's still
> downloading.)
> >
> > Caused by: org.apache.jasper.JasperException:
> /WEB-INF/view/module/reporting/portlets/savedReports.jsp(67,9) Unable to
> load tag
> > handler class "org.openmrs.module.reporting.web.taglib.FormatTag" for
> tag "rpt:format"
> >
> > I searched the the mailing list for similar issues, but this patch
> >
> https://listserv.iupui.edu/cgi-bin/wa-iupui.exe?A2=ind1104&L=OPENMRS-DEVEL-L&P=R61967&X=24FA821FECD3725A09
> > doesn't seem to work for me, still getting the error.
> >
> > Does ORMS 1.8 not work well with Tomcat7 yet?
> >
> >
> > (2)
> > The other minor question: Why are runtime errors in tests not resulting
> in a test error or failure?
> >
> > btw: I've also posted that one on the answers form at
> https://answers.openmrs.org/questions/563/why-are-runtime-errors-in-tests-
> > not-resulting-in-a-test-error-or-failure
> >
> > I run mvn clean install on openmrs 1.8.3 and openmrs 1.9 and getting a
> few errors during the tests, however, these runtime errors
> > don't lead to any errors or failures of the tests, referring to the
> status line after each test:
> >
> > I am just wondering why that is. For example
> >
> >        Running org.openmrs.reporting.ReportObjectServiceTest
> >        ERROR - OpenmrsUtil.toPatientFilter(1544) |2012-04-09
> 17:10:08,239| error converting "${howManyDays}" to class
> > java.lang.Integer
> >        java.lang.reflect.InvocationTargetException
> >            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >            at
> >
> > ends without failure or errors:
> >
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec
> >
> > (The complete build log is at: http://pastebin.com/z4f0g4B7)
> >
> > This is minior, as the build still succeeds, I am just wondering about
> it.
> >
> > Thanks, Mathias
> >
> >
>
> _________________________________________
>
> To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to
> [email protected] with "SIGNOFF openmrs-devel-l" in the  body
> (not the subject) of your e-mail.
>
> [mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l]
>

_________________________________________

To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to 
[email protected] with "SIGNOFF openmrs-devel-l" in the  body (not 
the subject) of your e-mail.

[mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l]

Reply via email to