Re: [JBoss-dev] Automated JBoss(Branch_3_2 WonderLand) Testsuite Results: 23-February-2003

2003-02-23 Thread David Jencks
Of these errors, I think 2 are "won't fix".

MissingClassUnitTestCase  would require a nasty backport from head that I
don't want to do.  Perhaps  we should remove or disable the test?

DeployXMBeanUnitTestCase is breaking because the xdoclet version used to
build 3.2 has the wrong version of  the xmbean_1_0.dtd bundled in it. 
Fixing this would require (or be best done) by upgrading to a more current
version of xdoclet.  This requires changing all our build files to remove
the formerly deprecated and now disallowed xdoclet source="blah" usage.  
I'm not thrilled about doing this either.

david jencks


On 2003.02.23 13:56 [EMAIL PROTECTED] wrote:
> 
> 
> JBoss daily test results
> 
> SUMMARY
> 
> Number of tests run:   1116
> 
> 
> 
> Successful tests:  1110
> 
> Errors:6
> 
> Failures:  0
> 
> 
> 
> 
> 
> [time of test: 2003-02-23.18-00 GMT]
> [java.version: 1.3.1_05]
> [java.vendor: Sun Microsystems Inc.]
> [java.vm.version: 1.3.1_05-b02]
> [java.vm.name: Java HotSpot(TM) Client VM]
> [java.vm.info: mixed mode]
> [os.name: Windows 2000]
> [os.arch: x86]
> [os.version: 5.0]
> 
> Useful resources:
> 
> - http://users.jboss.org/~starksm/Branch_3_2/2003-02-23.18-00 for
> the junit report of this test.
> 
> 
> NOTE: If there are any errors shown above - this mail is only
> highlighting 
> them - it is NOT indicating that they are being looked at by anyone.
> 
> It is assumed that whoever makes change(s) to jboss that 
> break the test will be fixing the test or jboss, as appropriate!
> 
> 
> 
> 
> 
> DETAILS OF ERRORS
> 
> 
> 
> Suite:   SecurityUnitTestCase
> Test:runValidDynDurSub(org.jboss.test.jbossmq.test.SecurityUnitTestCase)
> Type:error
> Exception:   java.lang.InternalError
> Message: Test timeout
> -
> 
> 
> 
> Suite:   DeployXMBeanUnitTestCase
> Test:testDeployUserXMBean(org.jboss.test.jmx.test.DeployXMBeanUnitTestCase)
> Type:error
> Exception:   org.jboss.deployment.DeploymentException
> Message: create operation failed for package
> file:/C:/cvs/JBoss3.2/jboss-3.2/testsuite/output/lib/user-xmbean.sar; -
> nested throwable: (org.jboss.deployment.DeploymentException: Error
> parsing the XML file: org.xml.sax.SAXParseException: Attribute
> "persistPolicy" with value "Never" must have a value from the list "NEVER
> ONUPDATE NOMOREOFTENTHAN ONTIMER ".; - nested throwable:
> (javax.management.NotCompliantMBeanException: Error parsing the XML file:
> org.xml.sax.SAXParseException: Attribute "persistPolicy" with value
> "Never" must have a value from the list "NEVER ONUPDATE NOMOREOFTENTHAN
> ONTIMER ".))
> -
> 
> 
> 
> Suite:   MissingClassUnitTestCase
> Test:
> testDeployServiceWithoutClass(org.jboss.test.jmx.test.MissingClassUnitTestCase)
> Type:error
> Exception:   org.jboss.deployment.DeploymentException
> Message: create operation failed for package
> file:/C:/cvs/JBoss3.2/jboss-3.2/testsuite/output/lib/missingclass-service.xml;
> - nested throwable: (javax.management.InstanceNotFoundException:
> jboss.test:name=missingclasstest is not registered.)
> -
> 
> 
> 
> Suite:   JSR77SpecUnitTestCase
> Test:testNavigation(org.jboss.test.management.test.JSR77SpecUnitTestCase)
> Type:error
> Exception:   javax.management.InstanceNotFoundException
> Message: 
> jboss.management.local:J2EEApplication=cts-v1cmp.ear,J2EEServer=Local,j2eeType=EJBModule,name=cts-v1cmp.jar
> is not registered.
> -
> 
> 
> 
> Suite:   HttpsUnitTestCase
> Test:testJSSE(org.jboss.test.security.test.HttpsUnitTestCase)
> Type:error
> Exception:   java.net.BindException
> Message: Address in use: JVM_Bind
> -
> 
> 
> 
> Suite:   SRPUnitTestCase
> Test:testEchoArgs(org.jboss.test.security.test.SRPUnitTestCase)
> Type:error
> Exception:   java.lang.reflect.UndeclaredThrowableException
> Message: 
> -
> 
> 
> 
> 
> ---
> This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
> The most comprehensive and flexible code editor you can use.
> Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
> www.slickedit.com/sourceforge
> ___
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 


---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sour

[JBoss-dev] Automated JBoss(Branch_3_2 WonderLand) Testsuite Results: 23-February-2003

2003-02-23 Thread scott . stark


JBoss daily test results

SUMMARY

Number of tests run:   1116



Successful tests:  1110

Errors:6

Failures:  0





[time of test: 2003-02-23.18-00 GMT]
[java.version: 1.3.1_05]
[java.vendor: Sun Microsystems Inc.]
[java.vm.version: 1.3.1_05-b02]
[java.vm.name: Java HotSpot(TM) Client VM]
[java.vm.info: mixed mode]
[os.name: Windows 2000]
[os.arch: x86]
[os.version: 5.0]

Useful resources:

- http://users.jboss.org/~starksm/Branch_3_2/2003-02-23.18-00 for
the junit report of this test.


NOTE: If there are any errors shown above - this mail is only highlighting 
them - it is NOT indicating that they are being looked at by anyone.

It is assumed that whoever makes change(s) to jboss that 
break the test will be fixing the test or jboss, as appropriate!





DETAILS OF ERRORS



Suite:   SecurityUnitTestCase
Test:runValidDynDurSub(org.jboss.test.jbossmq.test.SecurityUnitTestCase)
Type:error
Exception:   java.lang.InternalError
Message: Test timeout
-



Suite:   DeployXMBeanUnitTestCase
Test:testDeployUserXMBean(org.jboss.test.jmx.test.DeployXMBeanUnitTestCase)
Type:error
Exception:   org.jboss.deployment.DeploymentException
Message: create operation failed for package 
file:/C:/cvs/JBoss3.2/jboss-3.2/testsuite/output/lib/user-xmbean.sar; - nested 
throwable: (org.jboss.deployment.DeploymentException: Error parsing the XML file: 
org.xml.sax.SAXParseException: Attribute "persistPolicy" with value "Never" must have 
a value from the list "NEVER ONUPDATE NOMOREOFTENTHAN ONTIMER ".; - nested throwable: 
(javax.management.NotCompliantMBeanException: Error parsing the XML file: 
org.xml.sax.SAXParseException: Attribute "persistPolicy" with value "Never" must have 
a value from the list "NEVER ONUPDATE NOMOREOFTENTHAN ONTIMER ".))
-



Suite:   MissingClassUnitTestCase
Test:
testDeployServiceWithoutClass(org.jboss.test.jmx.test.MissingClassUnitTestCase)
Type:error
Exception:   org.jboss.deployment.DeploymentException
Message: create operation failed for package 
file:/C:/cvs/JBoss3.2/jboss-3.2/testsuite/output/lib/missingclass-service.xml; - 
nested throwable: (javax.management.InstanceNotFoundException: 
jboss.test:name=missingclasstest is not registered.)
-



Suite:   JSR77SpecUnitTestCase
Test:testNavigation(org.jboss.test.management.test.JSR77SpecUnitTestCase)
Type:error
Exception:   javax.management.InstanceNotFoundException
Message: 
jboss.management.local:J2EEApplication=cts-v1cmp.ear,J2EEServer=Local,j2eeType=EJBModule,name=cts-v1cmp.jar
 is not registered.
-



Suite:   HttpsUnitTestCase
Test:testJSSE(org.jboss.test.security.test.HttpsUnitTestCase)
Type:error
Exception:   java.net.BindException
Message: Address in use: JVM_Bind
-



Suite:   SRPUnitTestCase
Test:testEchoArgs(org.jboss.test.security.test.SRPUnitTestCase)
Type:error
Exception:   java.lang.reflect.UndeclaredThrowableException
Message: 
-




---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development