Appreciate any help I can get! Thanks! Tom
Daryl Olander wrote:
I'll add that at the moment if you run the NetUI BVTs, there are 27 failures. Most of these are issues that need to be addressed. For example, the security tests have not yet been turned on because there is a bit of work to get them working inside the Beehive environment. There is also some issues with exception handling and then a set of tests that fail because in the NetUI 8.1 we handled expression errors differently than how JSP 2.0 handles them. We are slowely working through these tests to try and get the BVT failures cleaned up.
The DRT target should always be clean and report success when run.
If you run the BVTs or DRTs there is a standard JUnit output file that is produced that contain the errors. These can be found in
$/trunk/netui/build/testRecorder/junkit/{bvt,drt}/html
-----Original Message-----
From: Eddie O'Neil Sent: Wednesday, July 28, 2004 6:21 AM
To: Beehive Developers
Subject: Re: build fine, tests passed, coreWeb gives "internal error"
Tom--
Well, there are a couple of things here...
First, the error below is something that's expected as it's thrown from a test called "VisibleError" when it tries to bind to a property "foo" that doesn't exist. If the test output said "pass" next to the test, then it ran fine. This is a good point -- we've got a lot of tests (JUnit and test recorder) that test error conditions, so seeing stacktraces on the console or error messages in tests isn't necessarily bad. :)
But, when did you hit the server http://server:8080/coreWeb? Was it after the DRTs ran while the server was still up?
Eddie
Tom Conrad wrote:
Just downloaded from subversion, built it per the docs and
it seems to
work fine. However, after passing the tests from 'ant drt', the http://server:8080/coreWeb displays "Internal error" along with the Weblogic logo. I found the following in the tomcat logs...
2004-07-28 00:11:51 StandardContext[/manager]Manager: install: Installing web application at '/coreWeb'from 'file:///root/install/beehive/trunk/netui/test/webapps/drt/coreWeb'
2004-07-28 00:21:11 ApplicationDispatcher[/coreWeb]
Servlet.service()
for servlet jsp threw exception
javax.servlet.jsp.el.ELException: Unable to find a value
for "foo" in
object of class "template.visibleE
rror.Controller" using operator "."
at org.apache.commons.el.Logger.logError(Logger.java:481)
at org.apache.commons.el.Logger.logError(Logger.java:498)
at org.apache.commons.el.Logger.logError(Logger.java:611)
at org.apache.commons.el.ArraySuffix.evaluate(ArraySuffix.java:340)
at org.apache.commons.el.ComplexValue.evaluate(ComplexValue.java:145)
at
org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(Express
ionEvaluatorImpl.java:263)
at
org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(Express
ionEvaluatorImpl.java:190)
at
org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(
PageContextImpl.java:899)
at
org.apache.jsp.template.visibleError.Template_jsp._jspx_meth_c
_if_0(Template_jsp.java:250)
at
org.apache.jsp.template.visibleError.Template_jsp._jspx_meth_n
etui_body_0(Template_jsp.java:1
96)