You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by pr...@apache.org on 2008/01/06 17:08:04 UTC

[BUILD] 2.1: Failed for Revision: 609311

OpenEJB trunk at 609309
Geronimo Revision: 609311 built with tests included
 
See the full build-0900.log file at http://people.apache.org/~prasad/binaries/trunk/20080106/build-0900.log
 
Download the binaries from http://people.apache.org/~prasad/binaries/trunk/20080106
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 28 minutes 46 seconds
[INFO] Finished at: Sun Jan 06 09:35:00 EST 2008
[INFO] Final Memory: 293M/999M
[INFO] ------------------------------------------------------------------------
 
TESTSUITE RESULTS (Failures only)
=================================
See detailed results at http://people.apache.org/~prasad/testsuite/ResultsSummary.html
 
Assembly: tomcat
=================================
See the full test.log file at http://people.apache.org/~prasad/binaries/trunk/20080106/logs-0900-tomcat/test.log
 
[INFO] Running console-testsuite.basic-console
[INFO] Tests run: 38, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 85.014 sec <<< FAILURE!
[INFO] Running console-testsuite.advance-test
[INFO] Tests run: 12, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 46.854 sec <<< FAILURE!
 
Assembly: jetty
=================================
See the full test.log file at http://people.apache.org/~prasad/binaries/trunk/20080106/logs-0900-jetty/test.log
 
[INFO] Running console-testsuite.basic-console
[INFO] Tests run: 38, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 85.852 sec <<< FAILURE!
[INFO] Running console-testsuite.advance-test
[INFO] Tests run: 12, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 45.33 sec <<< FAILURE!

Re: [BUILD] 2.1: Failed for Revision: 609311

Posted by Donald Woods <dw...@apache.org>.
I just updated the Basic Console tests and i18n English bundle for the 
Server Information portlet/tests.  Looks like the Console tests will 
need some work, if we want them to work on any non-English locales that 
have translations provided....

-Donald

Jarek Gawor wrote:
> No. I think the basic console tests are failing because of the recent
> i18n console changes and the advanced console tests are failing
> because of some dependency changes? That is, the following exception
> appears in the server logs:
> 
> java.lang.NoClassDefFoundError: org/apache/xmlbeans/XmlException
> 	at org.apache.geronimo.connector.deployment.RARConfigurer.createConfiguration(RARConfigurer.java:43)
> 	at org.apache.geronimo.deployment.plugin.jmx.JMXDeploymentManager.createConfiguration(JMXDeploymentManager.java:313)
> 	at org.apache.geronimo.console.databasemanager.wizard.DatabasePoolPortlet.save(DatabasePoolPortlet.java:957)
> 	at org.apache.geronimo.console.databasemanager.wizard.DatabasePoolPortlet.processAction(DatabasePoolPortlet.java:363)
> 	at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218)
> 	at org.apache.pluto.core.PortletServlet.doPost(PortletServlet.java:145)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:713)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
> 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> 
> Jarek
> 
> On Jan 6, 2008 11:33 AM, Jacek Laskowski <ja...@laskowski.net.pl> wrote:
>> On 6 Jan 2008 16:08:04 -0000,  <pr...@apache.org> wrote:
>>> OpenEJB trunk at 609309
>>> Geronimo Revision: 609311 built with tests included
>>>
>>> See the full build-0900.log file at http://people.apache.org/~prasad/binaries/trunk/20080106/build-0900.log
>>>
>>> Download the binaries from http://people.apache.org/~prasad/binaries/trunk/20080106
>>> [INFO] BUILD SUCCESSFUL
>>> [INFO] ------------------------------------------------------------------------
>>> [INFO] Total time: 28 minutes 46 seconds
>>> [INFO] Finished at: Sun Jan 06 09:35:00 EST 2008
>>> [INFO] Final Memory: 293M/999M
>>> [INFO] ------------------------------------------------------------------------
>>>
>>> TESTSUITE RESULTS (Failures only)
>>> =================================
>>> See detailed results at http://people.apache.org/~prasad/testsuite/ResultsSummary.html
>>>
>>> Assembly: tomcat
>>> =================================
>>> See the full test.log file at http://people.apache.org/~prasad/binaries/trunk/20080106/logs-0900-tomcat/test.log
>>>
>>> [INFO] Running console-testsuite.basic-console
>>> [INFO] Tests run: 38, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 85.014 sec <<< FAILURE!
>> Just before the failure the following is printed out:
>>
>> [WARNING] OS appears to be Unix and no DISPLAY environment variable
>> has been detected. Browser maybe unable to function correctly.
>> Consider using the selenium:xvfb goal to enable headless operation.
>>
>> Can it be the culprit?
>>
>> Jacek
>>
>> --
>> Jacek Laskowski
>> http://www.JacekLaskowski.pl
>>
> 

Re: [BUILD] 2.1: Failed for Revision: 609311

Posted by Jarek Gawor <jg...@gmail.com>.
No. I think the basic console tests are failing because of the recent
i18n console changes and the advanced console tests are failing
because of some dependency changes? That is, the following exception
appears in the server logs:

java.lang.NoClassDefFoundError: org/apache/xmlbeans/XmlException
	at org.apache.geronimo.connector.deployment.RARConfigurer.createConfiguration(RARConfigurer.java:43)
	at org.apache.geronimo.deployment.plugin.jmx.JMXDeploymentManager.createConfiguration(JMXDeploymentManager.java:313)
	at org.apache.geronimo.console.databasemanager.wizard.DatabasePoolPortlet.save(DatabasePoolPortlet.java:957)
	at org.apache.geronimo.console.databasemanager.wizard.DatabasePoolPortlet.processAction(DatabasePoolPortlet.java:363)
	at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218)
	at org.apache.pluto.core.PortletServlet.doPost(PortletServlet.java:145)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:713)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)

Jarek

On Jan 6, 2008 11:33 AM, Jacek Laskowski <ja...@laskowski.net.pl> wrote:
> On 6 Jan 2008 16:08:04 -0000,  <pr...@apache.org> wrote:
> > OpenEJB trunk at 609309
> > Geronimo Revision: 609311 built with tests included
> >
> > See the full build-0900.log file at http://people.apache.org/~prasad/binaries/trunk/20080106/build-0900.log
> >
> > Download the binaries from http://people.apache.org/~prasad/binaries/trunk/20080106
> > [INFO] BUILD SUCCESSFUL
> > [INFO] ------------------------------------------------------------------------
> > [INFO] Total time: 28 minutes 46 seconds
> > [INFO] Finished at: Sun Jan 06 09:35:00 EST 2008
> > [INFO] Final Memory: 293M/999M
> > [INFO] ------------------------------------------------------------------------
> >
> > TESTSUITE RESULTS (Failures only)
> > =================================
> > See detailed results at http://people.apache.org/~prasad/testsuite/ResultsSummary.html
> >
> > Assembly: tomcat
> > =================================
> > See the full test.log file at http://people.apache.org/~prasad/binaries/trunk/20080106/logs-0900-tomcat/test.log
> >
> > [INFO] Running console-testsuite.basic-console
> > [INFO] Tests run: 38, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 85.014 sec <<< FAILURE!
>
> Just before the failure the following is printed out:
>
> [WARNING] OS appears to be Unix and no DISPLAY environment variable
> has been detected. Browser maybe unable to function correctly.
> Consider using the selenium:xvfb goal to enable headless operation.
>
> Can it be the culprit?
>
> Jacek
>
> --
> Jacek Laskowski
> http://www.JacekLaskowski.pl
>

Re: [BUILD] 2.1: Failed for Revision: 609311

Posted by Jacek Laskowski <ja...@laskowski.net.pl>.
On 6 Jan 2008 16:08:04 -0000,  <pr...@apache.org> wrote:
> OpenEJB trunk at 609309
> Geronimo Revision: 609311 built with tests included
>
> See the full build-0900.log file at http://people.apache.org/~prasad/binaries/trunk/20080106/build-0900.log
>
> Download the binaries from http://people.apache.org/~prasad/binaries/trunk/20080106
> [INFO] BUILD SUCCESSFUL
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 28 minutes 46 seconds
> [INFO] Finished at: Sun Jan 06 09:35:00 EST 2008
> [INFO] Final Memory: 293M/999M
> [INFO] ------------------------------------------------------------------------
>
> TESTSUITE RESULTS (Failures only)
> =================================
> See detailed results at http://people.apache.org/~prasad/testsuite/ResultsSummary.html
>
> Assembly: tomcat
> =================================
> See the full test.log file at http://people.apache.org/~prasad/binaries/trunk/20080106/logs-0900-tomcat/test.log
>
> [INFO] Running console-testsuite.basic-console
> [INFO] Tests run: 38, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 85.014 sec <<< FAILURE!

Just before the failure the following is printed out:

[WARNING] OS appears to be Unix and no DISPLAY environment variable
has been detected. Browser maybe unable to function correctly.
Consider using the selenium:xvfb goal to enable headless operation.

Can it be the culprit?

Jacek

-- 
Jacek Laskowski
http://www.JacekLaskowski.pl