|
From: Darren D. <da...@sh...> - 2005-02-03 02:48:01
|
1107398876
FAILED
[junit] Testcase: testContentType took 0,097 sec
[junit] Testcase: testWithoutDatasource took 0,013 sec
[junit] Testcase: testWithCollection took 0,099 sec
[junit] Testcase: testWithMultipleCollections took 0,013 sec
[junit] Testcase: testWithSpecificCollection took 0,108 sec
[junit] Testcase: testWithArray took 0,103 sec
[junit] Testcase: testWithMultipleArrays took 0,013 sec
[junit] Testcase: testWithSpecificArray took 0,098 sec
[junit] Testcase: testWithSubReport took 6,656 sec
[junit] Testcase: testWithNonExistentSubReport took 0,806 sec
[junit] Testcase: testSubReportWithUnspecifiedParentDataSource took 0,85 sec
[junit] Testcase: testContentDisposition took 1,137 sec
[junit] Testcase: testOverrideContentDisposition took 0,1 sec
[junit] Testcase: testSetCustomHeaders took 0,091 sec
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0,483 sec
[junit] Testsuite: org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatViewWithCustomMappingsTests
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0,483 sec
[junit] Testcase: testSimpleHtmlRender took 0,466 sec
[junit] Caused an ERROR
[junit] No format format found in model.
[junit] java.lang.IllegalArgumentException: No format format found in model.
[junit] at org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView.renderReport(JasperReportsMultiFormatView.java:92)
[junit] at org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView.renderMergedOutputModel(AbstractJasperReportsView.java:328)
[junit] at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:247)
[junit] at org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatViewTests.testSimpleHtmlRender(JasperReportsMultiFormatViewTests.java:25)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
manual reset occurs on the cf-shell machine, although builds will
continue as scheduled.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-02-09 02:40:50
|
1107916840
FAILED
build:
[mkdir] Created dir: /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes
[mkdir] Created dir: /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes/META-INF
[javac] Compiling 891 source files to /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[rmic] RMI Compiling 1 class to /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes
[copy] Copying 4 files to /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes
[copy] Copying 1 file to /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes/META-INF
buildmock:
[mkdir] Created dir: /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/mock-classes
[javac] Compiling 17 source files to /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/mock-classes
[javac] Note: /var/local/home/users/d/da/davison/checkouts/spring/mock/org/springframework/mock/web/MockHttpSession.java uses or overrides a deprecated API.
[javac] Note: Recompile with -deprecation for details.
compiletestattr:
[attribute-compiler] Generated attribute information for 5 classes. Ignored 1 classes.
buildtests:
[mkdir] Created dir: /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/test-classes
[javac] Compiling 370 source files to /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/test-classes
[javac] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/web/servlet/view/jasperreports/JasperReportsMultiFormatViewTests.java:18: cannot resolve symbol
[javac] symbol : method getView (java.lang.String)
[javac] location: class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatViewTests
[javac] AbstractJasperReportsView view = getView(UNCOMPILED_REPORT);
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 1 error
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
manual reset occurs on the cf-shell machine, although builds will
continue as scheduled.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Thomas R. <tho...@tr...> - 2005-02-09 02:53:48
|
I get the same error trying to compile a fresh checkout from CVS:
JasperReportsMultiFormatViewTests.java:18: cannot resolve symbol
[javac] symbol : method getView (java.lang.String)
[javac] location: class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatViewTests
[javac] AbstractJasperReportsView view = getView(UNCOMPILED_REPORT);
[javac] ^
Not sure what it's supposed to do or I would attempt to fix it :)
Thomas
Darren Davison wrote:
>1107916840
>FAILED
>build:
> [mkdir] Created dir: /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes
> [mkdir] Created dir: /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes/META-INF
> [javac] Compiling 891 source files to /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -deprecation for details.
> [rmic] RMI Compiling 1 class to /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes
> [copy] Copying 4 files to /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes
> [copy] Copying 1 file to /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes/META-INF
>
>buildmock:
> [mkdir] Created dir: /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/mock-classes
> [javac] Compiling 17 source files to /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/mock-classes
> [javac] Note: /var/local/home/users/d/da/davison/checkouts/spring/mock/org/springframework/mock/web/MockHttpSession.java uses or overrides a deprecated API.
> [javac] Note: Recompile with -deprecation for details.
>
>compiletestattr:
>[attribute-compiler] Generated attribute information for 5 classes. Ignored 1 classes.
>
>buildtests:
> [mkdir] Created dir: /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/test-classes
> [javac] Compiling 370 source files to /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/test-classes
> [javac] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/web/servlet/view/jasperreports/JasperReportsMultiFormatViewTests.java:18: cannot resolve symbol
> [javac] symbol : method getView (java.lang.String)
> [javac] location: class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatViewTests
> [javac] AbstractJasperReportsView view = getView(UNCOMPILED_REPORT);
> [javac] ^
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -deprecation for details.
> [javac] 1 error
>
>This is an automated mail from one of the SF Compile Farm machines.
>The machine name noted in the subject encountered a failure building
>or running the Spring test suite. The last few lines of the output
>were included for info.
>
>NB: No further mail will be sent from this machine until a
>manual reset occurs on the cf-shell machine, although builds will
>continue as scheduled.
>
>See http://springframework.sourceforge.net/test/ for further
>information.
>
>
>-------------------------------------------------------
>SF email is sponsored by - The IT Product Guide
>Read honest & candid reviews on hundreds of IT Products from real users.
>Discover which products truly live up to the hype. Start reading now.
>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>_______________________________________________
>Springframework-developer mailing list
>Spr...@li...
>https://lists.sourceforge.net/lists/listinfo/springframework-developer
>
>
>
>
>
|
|
From: Rob H. <ro...@ca...> - 2005-02-09 08:00:08
|
I'll fix this when I get back tonight. I had some problems committing yesterday (whats new?) and I guess all the files didn't get in there. Rob Thomas Risberg wrote: > I get the same error trying to compile a fresh checkout from CVS: > > JasperReportsMultiFormatViewTests.java:18: cannot resolve symbol > [javac] symbol : method getView (java.lang.String) > [javac] location: class > org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatViewTests > > [javac] AbstractJasperReportsView view = > getView(UNCOMPILED_REPORT); > [javac] ^ > > > Not sure what it's supposed to do or I would attempt to fix it :) > > Thomas > > Darren Davison wrote: > >> 1107916840 >> FAILED >> build: >> [mkdir] Created dir: >> /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes >> >> [mkdir] Created dir: >> /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes/META-INF >> >> [javac] Compiling 891 source files to >> /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes >> >> [javac] Note: Some input files use or override a deprecated API. >> [javac] Note: Recompile with -deprecation for details. >> [rmic] RMI Compiling 1 class to >> /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes >> >> [copy] Copying 4 files to >> /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes >> >> [copy] Copying 1 file to >> /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes/META-INF >> >> >> buildmock: >> [mkdir] Created dir: >> /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/mock-classes >> >> [javac] Compiling 17 source files to >> /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/mock-classes >> >> [javac] Note: >> /var/local/home/users/d/da/davison/checkouts/spring/mock/org/springframework/mock/web/MockHttpSession.java >> uses or overrides a deprecated API. >> [javac] Note: Recompile with -deprecation for details. >> >> compiletestattr: >> [attribute-compiler] Generated attribute information for 5 classes. >> Ignored 1 classes. >> >> buildtests: >> [mkdir] Created dir: >> /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/test-classes >> >> [javac] Compiling 370 source files to >> /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/test-classes >> >> [javac] >> /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/web/servlet/view/jasperreports/JasperReportsMultiFormatViewTests.java:18: >> cannot resolve symbol >> [javac] symbol : method getView (java.lang.String) >> [javac] location: class >> org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatViewTests >> >> [javac] AbstractJasperReportsView view = >> getView(UNCOMPILED_REPORT); >> [javac] ^ >> [javac] Note: Some input files use or override a deprecated API. >> [javac] Note: Recompile with -deprecation for details. >> [javac] 1 error >> >> This is an automated mail from one of the SF Compile Farm machines. >> The machine name noted in the subject encountered a failure building >> or running the Spring test suite. The last few lines of the output >> were included for info. >> >> NB: No further mail will be sent from this machine until a >> manual reset occurs on the cf-shell machine, although builds will >> continue as scheduled. >> >> See http://springframework.sourceforge.net/test/ for further >> information. >> >> >> ------------------------------------------------------- >> SF email is sponsored by - The IT Product Guide >> Read honest & candid reviews on hundreds of IT Products from real users. >> Discover which products truly live up to the hype. Start reading now. >> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >> _______________________________________________ >> Springframework-developer mailing list >> Spr...@li... >> https://lists.sourceforge.net/lists/listinfo/springframework-developer >> >> >> >> >> > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > |
|
From: Rob H. <ro...@ca...> - 2005-02-09 18:32:54
|
I think I fixed this now - I used CVS command line to commit again. Can someone check that the tests pass for me please? Rob Rob Harrop wrote: > I'll fix this when I get back tonight. I had some problems committing > yesterday (whats new?) and I guess all the files didn't get in there. > > Rob > > Thomas Risberg wrote: > >> I get the same error trying to compile a fresh checkout from CVS: >> >> JasperReportsMultiFormatViewTests.java:18: cannot resolve symbol >> [javac] symbol : method getView (java.lang.String) >> [javac] location: class >> org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatViewTests >> >> [javac] AbstractJasperReportsView view = >> getView(UNCOMPILED_REPORT); >> [javac] ^ >> >> >> Not sure what it's supposed to do or I would attempt to fix it :) >> >> Thomas >> >> Darren Davison wrote: >> >>> 1107916840 >>> FAILED >>> build: >>> [mkdir] Created dir: >>> /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes >>> >>> [mkdir] Created dir: >>> /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes/META-INF >>> >>> [javac] Compiling 891 source files to >>> /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes >>> >>> [javac] Note: Some input files use or override a deprecated API. >>> [javac] Note: Recompile with -deprecation for details. >>> [rmic] RMI Compiling 1 class to >>> /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes >>> >>> [copy] Copying 4 files to >>> /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes >>> >>> [copy] Copying 1 file to >>> /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes/META-INF >>> >>> >>> buildmock: >>> [mkdir] Created dir: >>> /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/mock-classes >>> >>> [javac] Compiling 17 source files to >>> /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/mock-classes >>> >>> [javac] Note: >>> /var/local/home/users/d/da/davison/checkouts/spring/mock/org/springframework/mock/web/MockHttpSession.java >>> uses or overrides a deprecated API. >>> [javac] Note: Recompile with -deprecation for details. >>> >>> compiletestattr: >>> [attribute-compiler] Generated attribute information for 5 classes. >>> Ignored 1 classes. >>> >>> buildtests: >>> [mkdir] Created dir: >>> /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/test-classes >>> >>> [javac] Compiling 370 source files to >>> /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/test-classes >>> >>> [javac] >>> /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/web/servlet/view/jasperreports/JasperReportsMultiFormatViewTests.java:18: >>> cannot resolve symbol >>> [javac] symbol : method getView (java.lang.String) >>> [javac] location: class >>> org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatViewTests >>> >>> [javac] AbstractJasperReportsView view = >>> getView(UNCOMPILED_REPORT); >>> [javac] ^ >>> [javac] Note: Some input files use or override a deprecated API. >>> [javac] Note: Recompile with -deprecation for details. >>> [javac] 1 error >>> >>> This is an automated mail from one of the SF Compile Farm machines. >>> The machine name noted in the subject encountered a failure building >>> or running the Spring test suite. The last few lines of the output >>> were included for info. >>> >>> NB: No further mail will be sent from this machine until a >>> manual reset occurs on the cf-shell machine, although builds will >>> continue as scheduled. >>> >>> See http://springframework.sourceforge.net/test/ for further >>> information. >>> >>> >>> ------------------------------------------------------- >>> SF email is sponsored by - The IT Product Guide >>> Read honest & candid reviews on hundreds of IT Products from real >>> users. >>> Discover which products truly live up to the hype. Start reading now. >>> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >>> _______________________________________________ >>> Springframework-developer mailing list >>> Spr...@li... >>> https://lists.sourceforge.net/lists/listinfo/springframework-developer >>> >>> >>> >>> >>> >> >> >> >> ------------------------------------------------------- >> SF email is sponsored by - The IT Product Guide >> Read honest & candid reviews on hundreds of IT Products from real users. >> Discover which products truly live up to the hype. Start reading now. >> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >> _______________________________________________ >> Springframework-developer mailing list >> Spr...@li... >> https://lists.sourceforge.net/lists/listinfo/springframework-developer >> >> > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > |
|
From: Darren D. <da...@sh...> - 2005-02-22 18:24:23
|
1109096651
FAILED
[junit] Testcase: testEvaluate took 0,001 sec
[junit] Testcase: testEvaluateString took 0 sec
[junit] Testcase: testEvaluateInteger took 0,001 sec
[junit] Testcase: testEvaluateBoolean took 0,001 sec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,012 sec
[junit] Testsuite: org.springframework.web.util.HtmlUtilsTests
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,012 sec
[junit] Testcase: testHtmlEscape took 0,001 sec
[junit] Testcase: testHtmlUnescape took 0 sec
[junit] Tests run: 6, Failures: 0, Errors: 1, Time elapsed: 0,087 sec
[junit] Testsuite: org.springframework.web.util.Log4jWebConfigurerTests
[junit] Tests run: 6, Failures: 0, Errors: 1, Time elapsed: 0,087 sec
[junit] Testcase: testInitLoggingWithClasspath took 0,034 sec
[junit] Testcase: testInitLoggingWithRelativeFilePath took 0,004 sec
[junit] Testcase: testInitLoggingWithAbsoluteFilePath took 0,005 sec
[junit] Testcase: testInitLoggingWithClasspathAndRefreshInterval took 0,005 sec
[junit] Testcase: testInitLoggingWithRelativeFilePathAndRefreshInterval took 0,005 sec
[junit] Testcase: testInitLoggingWithAbsoluteFilePathAndRefreshInterval took 0,006 sec
[junit] Caused an ERROR
[junit] Invalid 'log4jConfigLocation' parameter: Log4J config file [/var/local/home/users/d/da/davison/checkouts/spring/var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/test-classes/org/springframework/util/testlog4j.properties] not found
[junit] java.lang.IllegalArgumentException: Invalid 'log4jConfigLocation' parameter: Log4J config file [/var/local/home/users/d/da/davison/checkouts/spring/var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/test-classes/org/springframework/util/testlog4j.properties] not found
[junit] at org.springframework.web.util.Log4jWebConfigurer.initLogging(Log4jWebConfigurer.java:153)
[junit] at org.springframework.web.util.Log4jWebConfigurerTests.doTestInitLogging(Log4jWebConfigurerTests.java:78)
[junit] at org.springframework.web.util.Log4jWebConfigurerTests.testInitLoggingWithAbsoluteFilePathAndRefreshInterval(Log4jWebConfigurerTests.java:64)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
manual reset occurs on the cf-shell machine, although builds will
continue as scheduled.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-03-12 02:47:49
|
1110595662
FAILED
[junit] Testcase: testNaming took 0,014 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,011 sec
[junit] Testsuite: org.springframework.jmx.export.naming.PropertiesNamingStrategyTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,011 sec
[junit] Testcase: testNaming took 0,001 sec
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,777 sec
[junit] Testsuite: org.springframework.jmx.support.ConnectorServerFactoryBeanTests
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,777 sec
[junit] Testcase: testStartupWithLocatedServer took 0,637 sec
[junit] Testcase: testStartupWithSuppliedServer took 0,049 sec
[junit] Testcase: testRegisterWithMBeanServer took 0,046 sec
[junit] Testcase: testNoRegisterWithMBeanServer took 0,033 sec
[junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0,299 sec
[junit] Testsuite: org.springframework.jmx.support.HtmlAdapterHostTests
[junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0,299 sec
[junit] Testcase: testStartAndStop took 0,231 sec
[junit] Testcase: testStartAndStopWithConfiguredPort took 0,052 sec
[junit] FAILED
[junit] expected:<text/html> but was:<null>
[junit] junit.framework.ComparisonFailure: expected:<text/html> but was:<null>
[junit] at org.springframework.jmx.support.HtmlAdapterHostTests.assertAdapter(HtmlAdapterHostTests.java:73)
[junit] at org.springframework.jmx.support.HtmlAdapterHostTests.testStartAndStopWithConfiguredPort(HtmlAdapterHostTests.java:51)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
manual reset occurs on the cf-shell machine, although builds will
continue as scheduled.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-03-13 18:24:30
|
1110738267
FAILED
[junit] Testcase: testNaming took 0,013 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,011 sec
[junit] Testsuite: org.springframework.jmx.export.naming.PropertiesNamingStrategyTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,011 sec
[junit] Testcase: testNaming took 0 sec
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,212 sec
[junit] Testsuite: org.springframework.jmx.support.ConnectorServerFactoryBeanTests
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,212 sec
[junit] Testcase: testStartupWithLocatedServer took 0,067 sec
[junit] Testcase: testStartupWithSuppliedServer took 0,043 sec
[junit] Testcase: testRegisterWithMBeanServer took 0,051 sec
[junit] Testcase: testNoRegisterWithMBeanServer took 0,036 sec
[junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0,277 sec
[junit] Testsuite: org.springframework.jmx.support.HtmlAdapterHostTests
[junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0,277 sec
[junit] Testcase: testStartAndStop took 0,204 sec
[junit] Testcase: testStartAndStopWithConfiguredPort took 0,051 sec
[junit] FAILED
[junit] expected:<text/html> but was:<null>
[junit] junit.framework.ComparisonFailure: expected:<text/html> but was:<null>
[junit] at org.springframework.jmx.support.HtmlAdapterHostTests.assertAdapter(HtmlAdapterHostTests.java:73)
[junit] at org.springframework.jmx.support.HtmlAdapterHostTests.testStartAndStopWithConfiguredPort(HtmlAdapterHostTests.java:51)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
manual reset occurs on the cf-shell machine, although builds will
continue as scheduled.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-03-16 18:13:59
|
1110996837
FAILED
[javac] protected abstract XMLObject createXMLObject(Map model, HttpServletRequest request,
[javac] ^
[javac] /var/local/home/users/d/da/davison/checkouts/spring/src/org/springframework/web/servlet/view/xmlc/AbstractXmlcView.java:34: cannot resolve symbol
[javac] symbol : class OutputOptions
[javac] location: class org.springframework.web.servlet.view.xmlc.AbstractXmlcView
[javac] private static final OutputOptions DEFAULT_OUTPUT_OPTIONS = new OutputOptions();
[javac] ^
[javac] /var/local/home/users/d/da/davison/checkouts/spring/src/org/springframework/web/servlet/view/xmlc/AbstractXmlcView.java:43: cannot resolve symbol
[javac] symbol : class XMLCContext
[javac] location: class org.springframework.web.servlet.view.xmlc.AbstractXmlcView
[javac] this.xmlcContext = (XMLCContext) getWebApplicationContext().getServletContext().getAttribute(XMLCContext.CONTEXT_ATTRIBUTE);
[javac] ^
[javac] /var/local/home/users/d/da/davison/checkouts/spring/src/org/springframework/web/servlet/view/xmlc/AbstractXmlcView.java:43: cannot resolve symbol
[javac] symbol : variable XMLCContext
[javac] location: class org.springframework.web.servlet.view.xmlc.AbstractXmlcView
[javac] this.xmlcContext = (XMLCContext) getWebApplicationContext().getServletContext().getAttribute(XMLCContext.CONTEXT_ATTRIBUTE);
[javac] ^
[javac] /var/local/home/users/d/da/davison/checkouts/spring/src/org/springframework/web/servlet/view/xmlc/AbstractXmlcView.java:50: cannot resolve symbol
[javac] symbol : class XMLObject
[javac] location: class org.springframework.web.servlet.view.xmlc.AbstractXmlcView
[javac] XMLObject xo = createXMLObject(model, request, response, this.xmlcContext);
[javac] ^
[javac] /var/local/home/users/d/da/davison/checkouts/spring/src/org/springframework/web/servlet/view/xmlc/AbstractXmlcView.java:53: cannot resolve symbol
[javac] symbol : class OutputOptions
[javac] location: class org.springframework.web.servlet.view.xmlc.AbstractXmlcView
[javac] OutputOptions oo = getOutputOptions();
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 13 errors
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
manual reset occurs on the cf-shell machine, although builds will
continue as scheduled.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-03-18 18:26:11
|
1111170364
FAILED
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,069 sec
[junit] Testsuite: org.springframework.jmx.export.MBeanAutodetectionTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,069 sec
[junit] Testcase: testAutodetectMBean took 0,058 sec
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,131 sec
[junit] Testsuite: org.springframework.jmx.export.MBeanExporterTests
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,131 sec
[junit] Testcase: testWithLocatedMBeanServer took 0,04 sec
[junit] Testcase: testWithSuppliedMBeanServer took 0,004 sec
[junit] Testcase: testUserCreatedMBeanRegWithDynamicMBean took 0,006 sec
[junit] Testcase: testAutodetectSkipsConnectorServerFactoryBean took 0,071 sec
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,086 sec
[junit] Testsuite: org.springframework.jmx.export.PropertyPlaceholderConfigurerTests
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,086 sec
[junit] Testcase: testPropertiesReplaced took 0,038 sec
[junit] Testcase: testPropertiesCorrectInJmx took 0,031 sec
[junit] Caused an ERROR
[junit] bean:name=proxyTestBean1
[junit] javax.management.InstanceNotFoundException: bean:name=proxyTestBean1
[junit] at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1015)
[junit] at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:634)
[junit] at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:667)
[junit] at org.springframework.jmx.export.PropertyPlaceholderConfigurerTests.testPropertiesCorrectInJmx(PropertyPlaceholderConfigurerTests.java:41)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
manual reset occurs on the cf-shell machine, although builds will
continue as scheduled.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Rob H. <ro...@ca...> - 2005-03-18 18:46:43
|
So I did two fresh checkout/build/test phases on my Windows machine and on my Mac and I cannot get that test to fail - someone please shoot me :). Can someone else try a completely fresh checkout/test cycle. Interestingly, on my machines the Caucho remoting tests hang and do not complete at all. Rob Darren Davison wrote: >1111170364 >FAILED > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,069 sec > [junit] Testsuite: org.springframework.jmx.export.MBeanAutodetectionTests > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,069 sec > > [junit] Testcase: testAutodetectMBean took 0,058 sec > [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,131 sec > [junit] Testsuite: org.springframework.jmx.export.MBeanExporterTests > [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,131 sec > > [junit] Testcase: testWithLocatedMBeanServer took 0,04 sec > [junit] Testcase: testWithSuppliedMBeanServer took 0,004 sec > [junit] Testcase: testUserCreatedMBeanRegWithDynamicMBean took 0,006 sec > [junit] Testcase: testAutodetectSkipsConnectorServerFactoryBean took 0,071 sec > [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,086 sec > [junit] Testsuite: org.springframework.jmx.export.PropertyPlaceholderConfigurerTests > [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,086 sec > > [junit] Testcase: testPropertiesReplaced took 0,038 sec > [junit] Testcase: testPropertiesCorrectInJmx took 0,031 sec > [junit] Caused an ERROR > [junit] bean:name=proxyTestBean1 > [junit] javax.management.InstanceNotFoundException: bean:name=proxyTestBean1 > [junit] at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1015) > [junit] at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:634) > [junit] at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:667) > [junit] at org.springframework.jmx.export.PropertyPlaceholderConfigurerTests.testPropertiesCorrectInJmx(PropertyPlaceholderConfigurerTests.java:41) > [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > >This is an automated mail from one of the SF Compile Farm machines. >The machine name noted in the subject encountered a failure building >or running the Spring test suite. The last few lines of the output >were included for info. > >NB: No further mail will be sent from this machine until a >manual reset occurs on the cf-shell machine, although builds will >continue as scheduled. > >See http://springframework.sourceforge.net/test/ for further >information. > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > |
|
From: Mark St G. <stg...@ca...> - 2005-03-18 18:53:34
|
Rob,
I just did a fresh cvs co, build and test... and it fails the same way...
> [junit] Testcase: testPropertiesCorrectInJmx took 0,031 sec
> [junit] Caused an ERROR
> [junit] bean:name=proxyTestBean1
> [junit] javax.management.InstanceNotFoundException:
bean:name=proxyTestBean1
> [junit] at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1015)
> [junit] at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:634)
You are working on the JMX stuff no? Seems odd that it would work for you.
Some residual configs laying around?
Very odd.
Cheers
Mark
Rob Harrop
<robh@cakesolutio
ns.net> To
Sent by: spr...@li...
springframework-d rceforge.net
eveloper-admin@li cc
sts.sourceforge.n
et Subject
Re: [Springframework-developer]
FAILED BUILD: x86-linux2 (last 30
03/18/2005 12:44 lines included)
PM
Please respond to
springframework-d
eveloper
So I did two fresh checkout/build/test phases on my Windows machine and
on my Mac and I cannot get that test to fail - someone please shoot me :).
Can someone else try a completely fresh checkout/test cycle.
Interestingly, on my machines the Caucho remoting tests hang and do not
complete at all.
Rob
Darren Davison wrote:
>1111170364
>FAILED
> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,069 sec
> [junit] Testsuite:
org.springframework.jmx.export.MBeanAutodetectionTests
> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,069 sec
>
> [junit] Testcase: testAutodetectMBean took 0,058 sec
> [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,131 sec
> [junit] Testsuite: org.springframework.jmx.export.MBeanExporterTests
> [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,131 sec
>
> [junit] Testcase: testWithLocatedMBeanServer took 0,04 sec
> [junit] Testcase: testWithSuppliedMBeanServer took 0,004 sec
> [junit] Testcase: testUserCreatedMBeanRegWithDynamicMBean took 0,006
sec
> [junit] Testcase: testAutodetectSkipsConnectorServerFactoryBean took
0,071 sec
> [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,086 sec
> [junit] Testsuite:
org.springframework.jmx.export.PropertyPlaceholderConfigurerTests
> [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,086 sec
>
> [junit] Testcase: testPropertiesReplaced took 0,038 sec
> [junit] Testcase: testPropertiesCorrectInJmx took 0,031 sec
> [junit] Caused an ERROR
> [junit] bean:name=proxyTestBean1
> [junit] javax.management.InstanceNotFoundException:
bean:name=proxyTestBean1
> [junit] at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1015)
> [junit] at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:634)
> [junit] at
com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:667)
> [junit] at
org.springframework.jmx.export.PropertyPlaceholderConfigurerTests.testPropertiesCorrectInJmx(PropertyPlaceholderConfigurerTests.java:41)
> [junit] at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [junit] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>
>
>This is an automated mail from one of the SF Compile Farm machines.
>The machine name noted in the subject encountered a failure building
>or running the Spring test suite. The last few lines of the output
>were included for info.
>
>NB: No further mail will be sent from this machine until a
>manual reset occurs on the cf-shell machine, although builds will
>continue as scheduled.
>
>See http://springframework.sourceforge.net/test/ for further
>information.
>
>
>-------------------------------------------------------
>SF email is sponsored by - The IT Product Guide
>Read honest & candid reviews on hundreds of IT Products from real users.
>Discover which products truly live up to the hype. Start reading now.
>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>_______________________________________________
>Springframework-developer mailing list
>Spr...@li...
>https://lists.sourceforge.net/lists/listinfo/springframework-developer
>
>
>
>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Springframework-developer mailing list
Spr...@li...
https://lists.sourceforge.net/lists/listinfo/springframework-developer
|
|
From: Rob H. <ro...@ca...> - 2005-03-18 19:00:11
|
Did you check out from public CVS - I guess you did? I'll try that and do some more investigation. Rob Mark St Godard wrote: > > >Rob, > >I just did a fresh cvs co, build and test... and it fails the same way... > > > >> [junit] Testcase: testPropertiesCorrectInJmx took 0,031 sec >> [junit] Caused an ERROR >> [junit] bean:name=proxyTestBean1 >> [junit] javax.management.InstanceNotFoundException: >> >> >bean:name=proxyTestBean1 > > >> [junit] at >> >> >com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1015) > > > >> [junit] at >> >> >com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:634) > > > >You are working on the JMX stuff no? Seems odd that it would work for you. >Some residual configs laying around? >Very odd. > >Cheers >Mark > > > > > Rob Harrop > <robh@cakesolutio > ns.net> To > Sent by: spr...@li... > springframework-d rceforge.net > eveloper-admin@li cc > sts.sourceforge.n > et Subject > Re: [Springframework-developer] > FAILED BUILD: x86-linux2 (last 30 > 03/18/2005 12:44 lines included) > PM > > > Please respond to > springframework-d > eveloper > > > > > > >So I did two fresh checkout/build/test phases on my Windows machine and >on my Mac and I cannot get that test to fail - someone please shoot me :). > >Can someone else try a completely fresh checkout/test cycle. > >Interestingly, on my machines the Caucho remoting tests hang and do not >complete at all. > >Rob > >Darren Davison wrote: > > > >>1111170364 >>FAILED >> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,069 sec >> [junit] Testsuite: >> >> >org.springframework.jmx.export.MBeanAutodetectionTests > > >> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,069 sec >> >> [junit] Testcase: testAutodetectMBean took 0,058 sec >> [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,131 sec >> [junit] Testsuite: org.springframework.jmx.export.MBeanExporterTests >> [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,131 sec >> >> [junit] Testcase: testWithLocatedMBeanServer took 0,04 sec >> [junit] Testcase: testWithSuppliedMBeanServer took 0,004 sec >> [junit] Testcase: testUserCreatedMBeanRegWithDynamicMBean took 0,006 >> >> >sec > > >> [junit] Testcase: testAutodetectSkipsConnectorServerFactoryBean took >> >> >0,071 sec > > >> [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,086 sec >> [junit] Testsuite: >> >> >org.springframework.jmx.export.PropertyPlaceholderConfigurerTests > > >> [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,086 sec >> >> [junit] Testcase: testPropertiesReplaced took 0,038 sec >> [junit] Testcase: testPropertiesCorrectInJmx took 0,031 sec >> [junit] Caused an ERROR >> [junit] bean:name=proxyTestBean1 >> [junit] javax.management.InstanceNotFoundException: >> >> >bean:name=proxyTestBean1 > > >> [junit] at >> >> >com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1015) > > > >> [junit] at >> >> >com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:634) > > > >> [junit] at >> >> >com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:667) > > > >> [junit] at >> >> >org.springframework.jmx.export.PropertyPlaceholderConfigurerTests.testPropertiesCorrectInJmx(PropertyPlaceholderConfigurerTests.java:41) > > > >> [junit] at >> >> >sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > >> [junit] at >> >> >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > > > >> [junit] at >> >> >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > > >>This is an automated mail from one of the SF Compile Farm machines. >>The machine name noted in the subject encountered a failure building >>or running the Spring test suite. The last few lines of the output >>were included for info. >> >>NB: No further mail will be sent from this machine until a >>manual reset occurs on the cf-shell machine, although builds will >>continue as scheduled. >> >>See http://springframework.sourceforge.net/test/ for further >>information. >> >> >>------------------------------------------------------- >>SF email is sponsored by - The IT Product Guide >>Read honest & candid reviews on hundreds of IT Products from real users. >>Discover which products truly live up to the hype. Start reading now. >>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >>_______________________________________________ >>Springframework-developer mailing list >>Spr...@li... >>https://lists.sourceforge.net/lists/listinfo/springframework-developer >> >> >> >> >> >> > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > |
|
From: Mark St G. <stg...@ca...> - 2005-03-18 19:19:56
|
Rob, yeah I just co'd from the public CVS HEAD...
Rob Harrop
<robh@cakesolutio
ns.net> To
Sent by: spr...@li...
springframework-d rceforge.net
eveloper-admin@li cc
sts.sourceforge.n
et Subject
Re: [Springframework-developer]
FAILED BUILD: x86-linux2 (last 30
03/18/2005 12:58 lines included)
PM
Please respond to
springframework-d
eveloper
Did you check out from public CVS - I guess you did? I'll try that and
do some more investigation.
Rob
Mark St Godard wrote:
>
>
>Rob,
>
>I just did a fresh cvs co, build and test... and it fails the same way...
>
>
>
>> [junit] Testcase: testPropertiesCorrectInJmx took 0,031 sec
>> [junit] Caused an ERROR
>> [junit] bean:name=proxyTestBean1
>> [junit] javax.management.InstanceNotFoundException:
>>
>>
>bean:name=proxyTestBean1
>
>
>> [junit] at
>>
>>
>com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1015)
>
>
>
>> [junit] at
>>
>>
>com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:634)
>
>
>
>You are working on the JMX stuff no? Seems odd that it would work for
you.
>Some residual configs laying around?
>Very odd.
>
>Cheers
>Mark
>
>
>
>
> Rob Harrop
> <robh@cakesolutio
> ns.net> To
> Sent by: spr...@li...
> springframework-d rceforge.net
> eveloper-admin@li cc
> sts.sourceforge.n
> et Subject
> Re: [Springframework-developer]
> FAILED BUILD: x86-linux2 (last 30
> 03/18/2005 12:44 lines included)
> PM
>
>
> Please respond to
> springframework-d
> eveloper
>
>
>
>
>
>
>So I did two fresh checkout/build/test phases on my Windows machine and
>on my Mac and I cannot get that test to fail - someone please shoot me :).
>
>Can someone else try a completely fresh checkout/test cycle.
>
>Interestingly, on my machines the Caucho remoting tests hang and do not
>complete at all.
>
>Rob
>
>Darren Davison wrote:
>
>
>
>>1111170364
>>FAILED
>> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,069 sec
>> [junit] Testsuite:
>>
>>
>org.springframework.jmx.export.MBeanAutodetectionTests
>
>
>> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,069 sec
>>
>> [junit] Testcase: testAutodetectMBean took 0,058 sec
>> [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,131 sec
>> [junit] Testsuite: org.springframework.jmx.export.MBeanExporterTests
>> [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,131 sec
>>
>> [junit] Testcase: testWithLocatedMBeanServer took 0,04 sec
>> [junit] Testcase: testWithSuppliedMBeanServer took 0,004 sec
>> [junit] Testcase: testUserCreatedMBeanRegWithDynamicMBean took 0,006
>>
>>
>sec
>
>
>> [junit] Testcase: testAutodetectSkipsConnectorServerFactoryBean took
>>
>>
>0,071 sec
>
>
>> [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,086 sec
>> [junit] Testsuite:
>>
>>
>org.springframework.jmx.export.PropertyPlaceholderConfigurerTests
>
>
>> [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,086 sec
>>
>> [junit] Testcase: testPropertiesReplaced took 0,038 sec
>> [junit] Testcase: testPropertiesCorrectInJmx took 0,031 sec
>> [junit] Caused an ERROR
>> [junit] bean:name=proxyTestBean1
>> [junit] javax.management.InstanceNotFoundException:
>>
>>
>bean:name=proxyTestBean1
>
>
>> [junit] at
>>
>>
>com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1015)
>
>
>
>> [junit] at
>>
>>
>com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:634)
>
>
>
>> [junit] at
>>
>>
>com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:667)
>
>
>
>> [junit] at
>>
>>
>org.springframework.jmx.export.PropertyPlaceholderConfigurerTests.testPropertiesCorrectInJmx(PropertyPlaceholderConfigurerTests.java:41)
>
>
>
>> [junit] at
>>
>>
>sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
>
>> [junit] at
>>
>>
>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>
>
>
>> [junit] at
>>
>>
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>
>
>
>>This is an automated mail from one of the SF Compile Farm machines.
>>The machine name noted in the subject encountered a failure building
>>or running the Spring test suite. The last few lines of the output
>>were included for info.
>>
>>NB: No further mail will be sent from this machine until a
>>manual reset occurs on the cf-shell machine, although builds will
>>continue as scheduled.
>>
>>See http://springframework.sourceforge.net/test/ for further
>>information.
>>
>>
>>-------------------------------------------------------
>>SF email is sponsored by - The IT Product Guide
>>Read honest & candid reviews on hundreds of IT Products from real users.
>>Discover which products truly live up to the hype. Start reading now.
>>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>>_______________________________________________
>>Springframework-developer mailing list
>>Spr...@li...
>>https://lists.sourceforge.net/lists/listinfo/springframework-developer
>>
>>
>>
>>
>>
>>
>
>
>-------------------------------------------------------
>SF email is sponsored by - The IT Product Guide
>Read honest & candid reviews on hundreds of IT Products from real users.
>Discover which products truly live up to the hype. Start reading now.
>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>_______________________________________________
>Springframework-developer mailing list
>Spr...@li...
>https://lists.sourceforge.net/lists/listinfo/springframework-developer
>
>
>
>
>-------------------------------------------------------
>SF email is sponsored by - The IT Product Guide
>Read honest & candid reviews on hundreds of IT Products from real users.
>Discover which products truly live up to the hype. Start reading now.
>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>_______________________________________________
>Springframework-developer mailing list
>Spr...@li...
>https://lists.sourceforge.net/lists/listinfo/springframework-developer
>
>
>
>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Springframework-developer mailing list
Spr...@li...
https://lists.sourceforge.net/lists/listinfo/springframework-developer
|
|
From: <tho...@tr...> - 2005-03-18 19:50:40
|
Rob,
I just did an update from CVS Head on a Windows machine and I get the error.
Strange. This is my environment:
C:\workspace\spring>cmd
Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.
C:\workspace\spring>java -version
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)
C:\workspace\spring>ant -version
Apache Ant version 1.6.2 compiled on July 16 2004
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,047 sec
[junit] Testsuite: org.springframework.jmx.export.PropertyPlaceholderConfigu
rerTests
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,047 sec
[junit] Testcase: testPropertiesReplaced took 0 sec
[junit] Testcase: testPropertiesCorrectInJmx took 0,016 sec
[junit] Caused an ERROR
[junit] bean:name=proxyTestBean1
[junit] javax.management.InstanceNotFoundException: bean:name=proxyTestBean1
[junit] at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBea
n(DefaultMBeanServerInterceptor.java:1015)
[junit] at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttr
ibute(DefaultMBeanServerInterceptor.java:634)
[junit] at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanS
erver.java:667)
[junit] at org.springframework.jmx.export.PropertyPlaceholderConfigurerT
ests.testPropertiesCorrectInJmx(PropertyPlaceholderConfigurerTests.java:41)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces
sorImpl.java:39)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
hodAccessorImpl.java:25)
BUILD FAILED
C:\workspace\spring\build.xml:638: Tests failed
Total time: 48 seconds
Quoting Mark St Godard <stg...@ca...>:
>
>
>
>
> Rob, yeah I just co'd from the public CVS HEAD...
>
>
>
>
> Rob Harrop
> <robh@cakesolutio
> ns.net> To
> Sent by: spr...@li...
> springframework-d rceforge.net
> eveloper-admin@li cc
> sts.sourceforge.n
> et Subject
> Re: [Springframework-developer]
> FAILED BUILD: x86-linux2 (last 30
> 03/18/2005 12:58 lines included)
> PM
>
>
> Please respond to
> springframework-d
> eveloper
>
>
>
>
>
>
> Did you check out from public CVS - I guess you did? I'll try that and
> do some more investigation.
>
> Rob
>
> Mark St Godard wrote:
>
> >
> >
> >Rob,
> >
> >I just did a fresh cvs co, build and test... and it fails the same way...
> >
> >
> >
> >> [junit] Testcase: testPropertiesCorrectInJmx took 0,031 sec
> >> [junit] Caused an ERROR
> >> [junit] bean:name=proxyTestBean1
> >> [junit] javax.management.InstanceNotFoundException:
> >>
> >>
> >bean:name=proxyTestBean1
> >
> >
> >> [junit] at
> >>
> >>
>
>com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1015)
>
> >
> >
> >
> >> [junit] at
> >>
> >>
>
>com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:634)
>
> >
> >
> >
> >You are working on the JMX stuff no? Seems odd that it would work for
> you.
> >Some residual configs laying around?
> >Very odd.
> >
> >Cheers
> >Mark
> >
> >
> >
> >
>
> > Rob Harrop
>
> > <robh@cakesolutio
>
> > ns.net> To
>
> > Sent by: spr...@li...
>
> > springframework-d rceforge.net
>
> > eveloper-admin@li cc
>
> > sts.sourceforge.n
>
> > et Subject
>
> > Re: [Springframework-developer]
>
> > FAILED BUILD: x86-linux2 (last 30
>
> > 03/18/2005 12:44 lines included)
>
> > PM
>
> >
>
> >
>
> > Please respond to
>
> > springframework-d
>
> > eveloper
>
> >
>
> >
>
> >
> >
> >
> >
> >So I did two fresh checkout/build/test phases on my Windows machine and
> >on my Mac and I cannot get that test to fail - someone please shoot me :).
> >
> >Can someone else try a completely fresh checkout/test cycle.
> >
> >Interestingly, on my machines the Caucho remoting tests hang and do not
> >complete at all.
> >
> >Rob
> >
> >Darren Davison wrote:
> >
> >
> >
> >>1111170364
> >>FAILED
> >> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,069 sec
> >> [junit] Testsuite:
> >>
> >>
> >org.springframework.jmx.export.MBeanAutodetectionTests
> >
> >
> >> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,069 sec
> >>
> >> [junit] Testcase: testAutodetectMBean took 0,058 sec
> >> [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,131 sec
> >> [junit] Testsuite: org.springframework.jmx.export.MBeanExporterTests
> >> [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,131 sec
> >>
> >> [junit] Testcase: testWithLocatedMBeanServer took 0,04 sec
> >> [junit] Testcase: testWithSuppliedMBeanServer took 0,004 sec
> >> [junit] Testcase: testUserCreatedMBeanRegWithDynamicMBean took 0,006
> >>
> >>
> >sec
> >
> >
> >> [junit] Testcase: testAutodetectSkipsConnectorServerFactoryBean took
> >>
> >>
> >0,071 sec
> >
> >
> >> [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,086 sec
> >> [junit] Testsuite:
> >>
> >>
> >org.springframework.jmx.export.PropertyPlaceholderConfigurerTests
> >
> >
> >> [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,086 sec
> >>
> >> [junit] Testcase: testPropertiesReplaced took 0,038 sec
> >> [junit] Testcase: testPropertiesCorrectInJmx took 0,031 sec
> >> [junit] Caused an ERROR
> >> [junit] bean:name=proxyTestBean1
> >> [junit] javax.management.InstanceNotFoundException:
> >>
> >>
> >bean:name=proxyTestBean1
> >
> >
> >> [junit] at
> >>
> >>
>
>com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1015)
>
> >
> >
> >
> >> [junit] at
> >>
> >>
>
>com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:634)
>
> >
> >
> >
> >> [junit] at
> >>
> >>
> >com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:667)
>
> >
> >
> >
> >> [junit] at
> >>
> >>
>
>org.springframework.jmx.export.PropertyPlaceholderConfigurerTests.testPropertiesCorrectInJmx(PropertyPlaceholderConfigurerTests.java:41)
>
> >
> >
> >
> >> [junit] at
> >>
> >>
> >sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >
> >
> >> [junit] at
> >>
> >>
> >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>
> >
> >
> >
> >> [junit] at
> >>
> >>
>
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>
> >
> >
> >
> >>This is an automated mail from one of the SF Compile Farm machines.
> >>The machine name noted in the subject encountered a failure building
> >>or running the Spring test suite. The last few lines of the output
> >>were included for info.
> >>
> >>NB: No further mail will be sent from this machine until a
> >>manual reset occurs on the cf-shell machine, although builds will
> >>continue as scheduled.
> >>
> >>See http://springframework.sourceforge.net/test/ for further
> >>information.
> >>
> >>
> >>-------------------------------------------------------
> >>SF email is sponsored by - The IT Product Guide
> >>Read honest & candid reviews on hundreds of IT Products from real users.
> >>Discover which products truly live up to the hype. Start reading now.
> >>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> >>_______________________________________________
> >>Springframework-developer mailing list
> >>Spr...@li...
> >>https://lists.sourceforge.net/lists/listinfo/springframework-developer
> >>
> >>
> >>
> >>
> >>
> >>
> >
> >
> >-------------------------------------------------------
> >SF email is sponsored by - The IT Product Guide
> >Read honest & candid reviews on hundreds of IT Products from real users.
> >Discover which products truly live up to the hype. Start reading now.
> >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> >_______________________________________________
> >Springframework-developer mailing list
> >Spr...@li...
> >https://lists.sourceforge.net/lists/listinfo/springframework-developer
> >
> >
> >
> >
> >-------------------------------------------------------
> >SF email is sponsored by - The IT Product Guide
> >Read honest & candid reviews on hundreds of IT Products from real users.
> >Discover which products truly live up to the hype. Start reading now.
> >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> >_______________________________________________
> >Springframework-developer mailing list
> >Spr...@li...
> >https://lists.sourceforge.net/lists/listinfo/springframework-developer
> >
> >
> >
> >
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Springframework-developer mailing list
> Spr...@li...
> https://lists.sourceforge.net/lists/listinfo/springframework-developer
>
>
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Springframework-developer mailing list
> Spr...@li...
> https://lists.sourceforge.net/lists/listinfo/springframework-developer
>
|
|
From: Mark St G. <stg...@ca...> - 2005-03-18 21:22:09
|
Hey Rob,
Dont know if you fixed the tests.... however from what I can tell it looks
like the object "bean:name=proxyTestBean1" is
being registered ... then unregistered from the MBeanServer...
I put some debugging in MBeanExporter and I see it being registered ..
.then unregisterBeans() is called ...
.. hence the InstanceNotFoundException?
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,04 sec
[junit] ------------- Standard Output ---------------
[junit] MJS: Registering Bean instance [bean:name=proxyTestBean1]
[junit] MJS: Unregistering beans...
[junit] MJS: [bean:name=proxyTestBean1]
[junit] MJS: Registering Bean instance [bean:name=proxyTestBean1]
[junit] MJS: Unregistering beans!
[junit] MJS: [bean:name=proxyTestBean1]
[junit] ------------- ---------------- ---------------
[junit] Testcase: testPropertiesReplaced took 0,02 sec
[junit] Testcase: testPropertiesCorrectInJmx took 0,01 sec
[junit] Caused an ERROR
[junit] bean:name=proxyTestBean1
[junit] javax.management.InstanceNotFoundException:
bean:name=proxyTestBean1
. . .
Anyway thats just what I see...
Cheers
Mark
Rob Harrop
<robh@cakesolutio
ns.net> To
Sent by: spr...@li...
springframework-d rceforge.net
eveloper-admin@li cc
sts.sourceforge.n
et Subject
Re: [Springframework-developer]
FAILED BUILD: x86-linux2 (last 30
03/18/2005 12:58 lines included)
PM
Please respond to
springframework-d
eveloper
Did you check out from public CVS - I guess you did? I'll try that and
do some more investigation.
Rob
Mark St Godard wrote:
>
>
>Rob,
>
>I just did a fresh cvs co, build and test... and it fails the same way...
>
>
>
>> [junit] Testcase: testPropertiesCorrectInJmx took 0,031 sec
>> [junit] Caused an ERROR
>> [junit] bean:name=proxyTestBean1
>> [junit] javax.management.InstanceNotFoundException:
>>
>>
>bean:name=proxyTestBean1
>
>
>> [junit] at
>>
>>
>com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1015)
>
>
>
>> [junit] at
>>
>>
>com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:634)
>
>
>
>You are working on the JMX stuff no? Seems odd that it would work for
you.
>Some residual configs laying around?
>Very odd.
>
>Cheers
>Mark
>
>
>
>
> Rob Harrop
> <robh@cakesolutio
> ns.net> To
> Sent by: spr...@li...
> springframework-d rceforge.net
> eveloper-admin@li cc
> sts.sourceforge.n
> et Subject
> Re: [Springframework-developer]
> FAILED BUILD: x86-linux2 (last 30
> 03/18/2005 12:44 lines included)
> PM
>
>
> Please respond to
> springframework-d
> eveloper
>
>
>
>
>
>
>So I did two fresh checkout/build/test phases on my Windows machine and
>on my Mac and I cannot get that test to fail - someone please shoot me :).
>
>Can someone else try a completely fresh checkout/test cycle.
>
>Interestingly, on my machines the Caucho remoting tests hang and do not
>complete at all.
>
>Rob
>
>Darren Davison wrote:
>
>
>
>>1111170364
>>FAILED
>> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,069 sec
>> [junit] Testsuite:
>>
>>
>org.springframework.jmx.export.MBeanAutodetectionTests
>
>
>> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,069 sec
>>
>> [junit] Testcase: testAutodetectMBean took 0,058 sec
>> [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,131 sec
>> [junit] Testsuite: org.springframework.jmx.export.MBeanExporterTests
>> [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,131 sec
>>
>> [junit] Testcase: testWithLocatedMBeanServer took 0,04 sec
>> [junit] Testcase: testWithSuppliedMBeanServer took 0,004 sec
>> [junit] Testcase: testUserCreatedMBeanRegWithDynamicMBean took 0,006
>>
>>
>sec
>
>
>> [junit] Testcase: testAutodetectSkipsConnectorServerFactoryBean took
>>
>>
>0,071 sec
>
>
>> [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,086 sec
>> [junit] Testsuite:
>>
>>
>org.springframework.jmx.export.PropertyPlaceholderConfigurerTests
>
>
>> [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,086 sec
>>
>> [junit] Testcase: testPropertiesReplaced took 0,038 sec
>> [junit] Testcase: testPropertiesCorrectInJmx took 0,031 sec
>> [junit] Caused an ERROR
>> [junit] bean:name=proxyTestBean1
>> [junit] javax.management.InstanceNotFoundException:
>>
>>
>bean:name=proxyTestBean1
>
>
>> [junit] at
>>
>>
>com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1015)
>
>
>
>> [junit] at
>>
>>
>com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:634)
>
>
>
>> [junit] at
>>
>>
>com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:667)
>
>
>
>> [junit] at
>>
>>
>org.springframework.jmx.export.PropertyPlaceholderConfigurerTests.testPropertiesCorrectInJmx(PropertyPlaceholderConfigurerTests.java:41)
>
>
>
>> [junit] at
>>
>>
>sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
>
>> [junit] at
>>
>>
>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>
>
>
>> [junit] at
>>
>>
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>
>
>
>>This is an automated mail from one of the SF Compile Farm machines.
>>The machine name noted in the subject encountered a failure building
>>or running the Spring test suite. The last few lines of the output
>>were included for info.
>>
>>NB: No further mail will be sent from this machine until a
>>manual reset occurs on the cf-shell machine, although builds will
>>continue as scheduled.
>>
>>See http://springframework.sourceforge.net/test/ for further
>>information.
>>
>>
>>-------------------------------------------------------
>>SF email is sponsored by - The IT Product Guide
>>Read honest & candid reviews on hundreds of IT Products from real users.
>>Discover which products truly live up to the hype. Start reading now.
>>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>>_______________________________________________
>>Springframework-developer mailing list
>>Spr...@li...
>>https://lists.sourceforge.net/lists/listinfo/springframework-developer
>>
>>
>>
>>
>>
>>
>
>
>-------------------------------------------------------
>SF email is sponsored by - The IT Product Guide
>Read honest & candid reviews on hundreds of IT Products from real users.
>Discover which products truly live up to the hype. Start reading now.
>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>_______________________________________________
>Springframework-developer mailing list
>Spr...@li...
>https://lists.sourceforge.net/lists/listinfo/springframework-developer
>
>
>
>
>-------------------------------------------------------
>SF email is sponsored by - The IT Product Guide
>Read honest & candid reviews on hundreds of IT Products from real users.
>Discover which products truly live up to the hype. Start reading now.
>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>_______________________________________________
>Springframework-developer mailing list
>Spr...@li...
>https://lists.sourceforge.net/lists/listinfo/springframework-developer
>
>
>
>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Springframework-developer mailing list
Spr...@li...
https://lists.sourceforge.net/lists/listinfo/springframework-developer
|
|
From: Mark St G. <stg...@ca...> - 2005-03-18 21:29:59
|
Sorry Rob,
Disregard last email... it looks like its the MBeanServer is being setup
properly in setup() and tearDown()... and
the test method that is failing is actually being called before it is
unregistered..
Mark
Hey Rob,
Dont know if you fixed the tests.... however from what I can tell it looks
like the object "bean:name=proxyTestBean1" is
being registered ... then unregistered from the MBeanServer...
I put some debugging in MBeanExporter and I see it being registered ..
.then unregisterBeans() is called ...
.. hence the InstanceNotFoundException?
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,04 sec
[junit] ------------- Standard Output ---------------
[junit] MJS: Registering Bean instance [bean:name=proxyTestBean1]
[junit] MJS: Unregistering beans...
[junit] MJS: [bean:name=proxyTestBean1]
[junit] MJS: Registering Bean instance [bean:name=proxyTestBean1]
[junit] MJS: Unregistering beans!
[junit] MJS: [bean:name=proxyTestBean1]
[junit] ------------- ---------------- ---------------
[junit] Testcase: testPropertiesReplaced took 0,02 sec
[junit] Testcase: testPropertiesCorrectInJmx took 0,01 sec
[junit] Caused an ERROR
[junit] bean:name=proxyTestBean1
[junit] javax.management.InstanceNotFoundException:
bean:name=proxyTestBean1
. . .
Anyway thats just what I see...
Cheers
Mark
Rob Harrop
<robh@cakesolutio
ns.net> To
Sent by: spr...@li...
springframework-d rceforge.net
eveloper-admin@li cc
sts.sourceforge.n
et Subject
Re: [Springframework-developer]
FAILED BUILD: x86-linux2 (last 30
03/18/2005 12:58 lines included)
PM
Please respond to
springframework-d
eveloper
Did you check out from public CVS - I guess you did? I'll try that and
do some more investigation.
Rob
Mark St Godard wrote:
>
>
>Rob,
>
>I just did a fresh cvs co, build and test... and it fails the same way...
>
>
>
>> [junit] Testcase: testPropertiesCorrectInJmx took 0,031 sec
>> [junit] Caused an ERROR
>> [junit] bean:name=proxyTestBean1
>> [junit] javax.management.InstanceNotFoundException:
>>
>>
>bean:name=proxyTestBean1
>
>
>> [junit] at
>>
>>
>com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1015)
>
>
>
>> [junit] at
>>
>>
>com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:634)
>
>
>
>You are working on the JMX stuff no? Seems odd that it would work for
you.
>Some residual configs laying around?
>Very odd.
>
>Cheers
>Mark
>
>
>
>
> Rob Harrop
> <robh@cakesolutio
> ns.net> To
> Sent by: spr...@li...
> springframework-d rceforge.net
> eveloper-admin@li cc
> sts.sourceforge.n
> et Subject
> Re: [Springframework-developer]
> FAILED BUILD: x86-linux2 (last 30
> 03/18/2005 12:44 lines included)
> PM
>
>
> Please respond to
> springframework-d
> eveloper
>
>
>
>
>
>
>So I did two fresh checkout/build/test phases on my Windows machine and
>on my Mac and I cannot get that test to fail - someone please shoot me :).
>
>Can someone else try a completely fresh checkout/test cycle.
>
>Interestingly, on my machines the Caucho remoting tests hang and do not
>complete at all.
>
>Rob
>
>Darren Davison wrote:
>
>
>
>>1111170364
>>FAILED
>> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,069 sec
>> [junit] Testsuite:
>>
>>
>org.springframework.jmx.export.MBeanAutodetectionTests
>
>
>> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,069 sec
>>
>> [junit] Testcase: testAutodetectMBean took 0,058 sec
>> [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,131 sec
>> [junit] Testsuite: org.springframework.jmx.export.MBeanExporterTests
>> [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,131 sec
>>
>> [junit] Testcase: testWithLocatedMBeanServer took 0,04 sec
>> [junit] Testcase: testWithSuppliedMBeanServer took 0,004 sec
>> [junit] Testcase: testUserCreatedMBeanRegWithDynamicMBean took 0,006
>>
>>
>sec
>
>
>> [junit] Testcase: testAutodetectSkipsConnectorServerFactoryBean took
>>
>>
>0,071 sec
>
>
>> [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,086 sec
>> [junit] Testsuite:
>>
>>
>org.springframework.jmx.export.PropertyPlaceholderConfigurerTests
>
>
>> [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,086 sec
>>
>> [junit] Testcase: testPropertiesReplaced took 0,038 sec
>> [junit] Testcase: testPropertiesCorrectInJmx took 0,031 sec
>> [junit] Caused an ERROR
>> [junit] bean:name=proxyTestBean1
>> [junit] javax.management.InstanceNotFoundException:
>>
>>
>bean:name=proxyTestBean1
>
>
>> [junit] at
>>
>>
>com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1015)
>
>
>
>> [junit] at
>>
>>
>com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:634)
>
>
>
>> [junit] at
>>
>>
>com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:667)
>
>
>
>> [junit] at
>>
>>
>org.springframework.jmx.export.PropertyPlaceholderConfigurerTests.testPropertiesCorrectInJmx(PropertyPlaceholderConfigurerTests.java:41)
>
>
>
>> [junit] at
>>
>>
>sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
>
>> [junit] at
>>
>>
>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>
>
>
>> [junit] at
>>
>>
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>
>
>
>>This is an automated mail from one of the SF Compile Farm machines.
>>The machine name noted in the subject encountered a failure building
>>or running the Spring test suite. The last few lines of the output
>>were included for info.
>>
>>NB: No further mail will be sent from this machine until a
>>manual reset occurs on the cf-shell machine, although builds will
>>continue as scheduled.
>>
>>See http://springframework.sourceforge.net/test/ for further
>>information.
>>
>>
>>-------------------------------------------------------
>>SF email is sponsored by - The IT Product Guide
>>Read honest & candid reviews on hundreds of IT Products from real users.
>>Discover which products truly live up to the hype. Start reading now.
>>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>>_______________________________________________
>>Springframework-developer mailing list
>>Spr...@li...
>>https://lists.sourceforge.net/lists/listinfo/springframework-developer
>>
>>
>>
>>
>>
>>
>
>
>-------------------------------------------------------
>SF email is sponsored by - The IT Product Guide
>Read honest & candid reviews on hundreds of IT Products from real users.
>Discover which products truly live up to the hype. Start reading now.
>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>_______________________________________________
>Springframework-developer mailing list
>Spr...@li...
>https://lists.sourceforge.net/lists/listinfo/springframework-developer
>
>
>
>
>-------------------------------------------------------
>SF email is sponsored by - The IT Product Guide
>Read honest & candid reviews on hundreds of IT Products from real users.
>Discover which products truly live up to the hype. Start reading now.
>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>_______________________________________________
>Springframework-developer mailing list
>Spr...@li...
>https://lists.sourceforge.net/lists/listinfo/springframework-developer
>
>
>
>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Springframework-developer mailing list
Spr...@li...
https://lists.sourceforge.net/lists/listinfo/springframework-developer
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Springframework-developer mailing list
Spr...@li...
https://lists.sourceforge.net/lists/listinfo/springframework-developer
|
|
From: Darren D. <da...@sh...> - 2005-03-20 02:54:21
|
1111287257
FAILED
[junit] Testcase: testNaming took 0,007 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,011 sec
[junit] Testsuite: org.springframework.jmx.export.naming.PropertiesNamingStrategyTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,011 sec
[junit] Testcase: testNaming took 0 sec
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,234 sec
[junit] Testsuite: org.springframework.jmx.support.ConnectorServerFactoryBeanTests
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,234 sec
[junit] Testcase: testStartupWithLocatedServer took 0,085 sec
[junit] Testcase: testStartupWithSuppliedServer took 0,047 sec
[junit] Testcase: testRegisterWithMBeanServer took 0,051 sec
[junit] Testcase: testNoRegisterWithMBeanServer took 0,036 sec
[junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0,309 sec
[junit] Testsuite: org.springframework.jmx.support.HtmlAdapterHostTests
[junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0,309 sec
[junit] Testcase: testStartAndStop took 0,241 sec
[junit] Testcase: testStartAndStopWithConfiguredPort took 0,032 sec
[junit] FAILED
[junit] expected:<text/html> but was:<null>
[junit] junit.framework.ComparisonFailure: expected:<text/html> but was:<null>
[junit] at org.springframework.jmx.support.HtmlAdapterHostTests.assertAdapter(HtmlAdapterHostTests.java:73)
[junit] at org.springframework.jmx.support.HtmlAdapterHostTests.testStartAndStopWithConfiguredPort(HtmlAdapterHostTests.java:51)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
manual reset occurs on the cf-shell machine, although builds will
continue as scheduled.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-03-24 02:19:39
|
1111630769
FAILED
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/framework/AbstractAopProxyTests.java --> TrapTargetInterceptor qualified to org.springframework.aop.framework.TrapTargetInterceptor
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/framework/AbstractAopProxyTests.java --> AdvisedSupportListener qualified to org.springframework.aop.framework.AdvisedSupportListener
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/framework/AbstractAopProxyTests.java --> AdvisorChainFactory qualified to org.springframework.aop.framework.AdvisorChainFactory
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/framework/JdkDynamicProxyTests.java --> TrapTargetInterceptor qualified to org.springframework.aop.framework.TrapTargetInterceptor
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/beans/factory/DummyFactory.java --> FactoryBean qualified to org.springframework.beans.factory.FactoryBean
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/beans/factory/DummyFactory.java --> BeanNameAware qualified to org.springframework.beans.factory.BeanNameAware
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/beans/factory/DummyFactory.java --> BeanFactoryAware qualified to org.springframework.beans.factory.BeanFactoryAware
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/beans/factory/DummyFactory.java --> InitializingBean qualified to org.springframework.beans.factory.InitializingBean
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/beans/factory/DummyFactory.java --> DisposableBean qualified to org.springframework.beans.factory.DisposableBean
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/framework/autoproxy/AutoProxyCreatorTests.java --> AbstractAutoProxyCreator qualified to org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/AopUtilsTests.java --> StaticMethodMatcherPointcut qualified to org.springframework.aop.support.StaticMethodMatcherPointcut
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/AopUtilsTests.java --> DynamicMethodMatcherPointcut qualified to org.springframework.aop.support.DynamicMethodMatcherPointcut
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/AopUtilsTests.java --> DynamicMethodMatcherPointcutAdvisor qualified to org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/ComposablePointcutTests.java --> StaticMethodMatcher qualified to org.springframework.aop.support.StaticMethodMatcher
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/DelegatingIntroductionInterceptorTests.java --> ITest qualified to org.springframework.aop.support.ITest
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/DelegatingIntroductionInterceptorTests.java --> DelegatingIntroductionInterceptor qualified to org.springframework.aop.support.DelegatingIntroductionInterceptor
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/MethodMatchersTests.java --> StaticMethodMatcher qualified to org.springframework.aop.support.StaticMethodMatcher
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/MethodMatchersTests.java --> DynamicMethodMatcher qualified to org.springframework.aop.support.DynamicMethodMatcher
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/PointcutsTests.java --> StaticMethodMatcherPointcut qualified to org.springframework.aop.support.StaticMethodMatcherPointcut
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/target/PrototypeBasedTargetSourceTests.java --> AbstractPrototypeBasedTargetSource qualified to org.springframework.aop.target.AbstractPrototypeBasedTargetSource
buildmaintests:
[mkdir] Created dir: /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/test-classes
[javac] Compiling 425 source files to /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/test-classes
[javac] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/jmx/export/CustomEditorConfigurerTests.java:30: error while writing org.springframework.jmx.export.CustomEditorConfigurerTests: /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/test-classes/org/springframework/jmx/export/CustomEditorConfigurerTests.class (No such file or directory)
[javac] public class CustomEditorConfigurerTests extends AbstractJmxTests {
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 1 error
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
manual reset occurs on the cf-shell machine, although builds will
continue as scheduled.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-04-07 17:24:16
|
1112894650
FAILED
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,017 sec
[junit] Testcase: testNaming took 0 sec
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,242 sec
[junit] Testsuite: org.springframework.jmx.support.ConnectorServerFactoryBeanTests
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,242 sec
[junit] Testcase: testStartupWithLocatedServer took 0,097 sec
[junit] Testcase: testStartupWithSuppliedServer took 0,052 sec
[junit] Testcase: testRegisterWithMBeanServer took 0,044 sec
[junit] Testcase: testNoRegisterWithMBeanServer took 0,036 sec
[junit] Tests run: 7, Failures: 1, Errors: 0, Time elapsed: 0,093 sec
[junit] Testsuite: org.springframework.jmx.support.JmxUtilsTests
[junit] Tests run: 7, Failures: 1, Errors: 0, Time elapsed: 0,093 sec
[junit] Testcase: testIsMBeanWithDynamicMBean took 0 sec
[junit] Testcase: testIsMBeanWithStandardMBeanWrapper took 0,015 sec
[junit] Testcase: testIsMBeanWithStandardMBeanInherited took 0,005 sec
[junit] Testcase: testNotAnMBean took 0,001 sec
[junit] Testcase: testSimpleMBean took 0,009 sec
[junit] Testcase: testSimpleMBeanThroughInheritance took 0,009 sec
[junit] Testcase: testGetAttributeNameWithStrictCasing took 0,036 sec
[junit] FAILED
[junit] Incorrect casing on attribute name expected:<Name> but was:<Class>
[junit] junit.framework.ComparisonFailure: Incorrect casing on attribute name expected:<Name> but was:<Class>
[junit] at org.springframework.jmx.support.JmxUtilsTests.testGetAttributeNameWithStrictCasing(JmxUtilsTests.java:78)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
manual reset occurs on the cf-shell machine, although builds will
continue as scheduled.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-04-13 01:54:57
|
1113357294
FAILED
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,011 sec
[junit] Testcase: testNaming took 0 sec
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,253 sec
[junit] Testsuite: org.springframework.jmx.support.ConnectorServerFactoryBeanTests
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,253 sec
[junit] Testcase: testStartupWithLocatedServer took 0,097 sec
[junit] Testcase: testStartupWithSuppliedServer took 0,051 sec
[junit] Testcase: testRegisterWithMBeanServer took 0,056 sec
[junit] Testcase: testNoRegisterWithMBeanServer took 0,036 sec
[junit] Tests run: 7, Failures: 1, Errors: 0, Time elapsed: 0,099 sec
[junit] Testsuite: org.springframework.jmx.support.JmxUtilsTests
[junit] Tests run: 7, Failures: 1, Errors: 0, Time elapsed: 0,099 sec
[junit] Testcase: testIsMBeanWithDynamicMBean took 0 sec
[junit] Testcase: testIsMBeanWithStandardMBeanWrapper took 0,021 sec
[junit] Testcase: testIsMBeanWithStandardMBeanInherited took 0,007 sec
[junit] Testcase: testNotAnMBean took 0 sec
[junit] Testcase: testSimpleMBean took 0,012 sec
[junit] Testcase: testSimpleMBeanThroughInheritance took 0,012 sec
[junit] Testcase: testGetAttributeNameWithStrictCasing took 0,03 sec
[junit] FAILED
[junit] Incorrect casing on attribute name expected:<Name> but was:<Class>
[junit] junit.framework.ComparisonFailure: Incorrect casing on attribute name expected:<Name> but was:<Class>
[junit] at org.springframework.jmx.support.JmxUtilsTests.testGetAttributeNameWithStrictCasing(JmxUtilsTests.java:78)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
manual reset occurs on the cf-shell machine, although builds will
continue as scheduled.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-04-22 01:51:35
|
1114134689
FAILED
[junit] ------------- Standard Output ---------------
[junit] com.sun.jmx.mbeanserver.JmxMBeanServer
[junit] ------------- ---------------- ---------------
[junit] Testcase: testDatesInJmx took 0,17 sec
[junit] Testcase: testGetDates took 0,033 sec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,217 sec
[junit] Testsuite: org.springframework.jmx.export.LazyInitTests
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,217 sec
[junit] Testcase: testLazyInit took 0,166 sec
[junit] Testcase: testInvokeOnLazyInitBean took 0,035 sec
[junit] Tests run: 6, Failures: 1, Errors: 0, Time elapsed: 0,345 sec
[junit] Testsuite: org.springframework.jmx.export.MBeanExporterTests
[junit] Tests run: 6, Failures: 1, Errors: 0, Time elapsed: 0,345 sec
[junit] Testcase: testWithLocatedMBeanServer took 0,04 sec
[junit] Testcase: testWithSuppliedMBeanServer took 0,005 sec
[junit] Testcase: testUserCreatedMBeanRegWithDynamicMBean took 0,013 sec
[junit] Testcase: testAutodetectMBeans took 0,12 sec
[junit] Testcase: testAutodetectLazyMBeans took 0,136 sec
[junit] Testcase: testExportAopProxy took 0,011 sec
[junit] FAILED
[junit] Should be able to get value from an AOP JDK proxy
[junit] junit.framework.AssertionFailedError: Should be able to get value from an AOP JDK proxy
[junit] at org.springframework.jmx.export.MBeanExporterTests.testExportAopProxy(MBeanExporterTests.java:155)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
manual reset occurs on the cf-shell machine, although builds will
continue as scheduled.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-04-28 01:16:20
|
1114650970
FAILED
Buildfile: build.xml
clean:
compileattr:
[attribute-compiler] Generated attribute information for 1 classes. Ignored 0 classes.
buildmain:
[mkdir] Created dir: /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes
[mkdir] Created dir: /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes/META-INF
[javac] Compiling 1035 source files to /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes
[javac] /var/local/home/users/d/da/davison/checkouts/spring/src/org/springframework/orm/hibernate3/LocalDataSourceConnectionProvider.java:37: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider is not abstract and does not override abstract method supportsAggressiveRelease() in org.hibernate.connection.ConnectionProvider
[javac] public class LocalDataSourceConnectionProvider implements ConnectionProvider {
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 1 error
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
manual reset occurs on the cf-shell machine, although builds will
continue as scheduled.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-05-22 01:56:24
|
1116726978
FAILED
[junit] Testcase: testCannotCreateTransaction took 0,006 sec
[junit] Testcase: testCannotCommitTransaction took 0,002 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,019 sec
[junit] Testsuite: org.springframework.transaction.support.JtaTransactionManagerSerializationTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,019 sec
[junit] Testcase: testSerializable took 0,009 sec
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1,175 sec
[junit] Testsuite: org.springframework.ui.jasperreports.JasperReportsUtilsTests
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1,175 sec
[junit] Testcase: testRenderAsCsvWithDataSource took 1,14 sec
[junit] Caused an ERROR
[junit] Unsupported major.minor version 49.0
[junit] java.lang.UnsupportedClassVersionError: Unsupported major.minor version 49.0
[junit] at java.lang.ClassLoader.defineClass0(Native Method)
[junit] at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
[junit] at java.lang.ClassLoader.defineClass(ClassLoader.java:448)
[junit] at net.sf.jasperreports.engine.util.JRClassLoader.loadClass(JRClassLoader.java:208)
[junit] at net.sf.jasperreports.engine.util.JRClassLoader.loadClassFromBytes(JRClassLoader.java:123)
[junit] at net.sf.jasperreports.engine.design.JRAbstractJavaCompiler.loadCalculator(JRAbstractJavaCompiler.java:63)
[junit] at net.sf.jasperreports.engine.design.JRDefaultCompiler.loadCalculator(JRDefaultCompiler.java:156)
[junit] at net.sf.jasperreports.engine.fill.JRBaseFiller.<init>(JRBaseFiller.java:327)
[junit] at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:83)
[junit] at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:75)
[junit] at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:108)
[junit] at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:429)
[junit] at org.springframework.ui.jasperreports.JasperReportsUtils.renderAsCsv(JasperReportsUtils.java:127)
[junit] at org.springframework.ui.jasperreports.JasperReportsUtilsTests.testRenderAsCsvWithDataSource(JasperReportsUtilsTests.java:55)
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
manual reset occurs on the cf-shell machine, although builds will
continue as scheduled.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-05-23 17:41:18
|
1116870074
FAILED
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/framework/AbstractAopProxyTests.java --> TrapTargetInterceptor qualified to org.springframework.aop.framework.TrapTargetInterceptor
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/framework/AbstractAopProxyTests.java --> AdvisedSupportListener qualified to org.springframework.aop.framework.AdvisedSupportListener
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/framework/AbstractAopProxyTests.java --> AdvisorChainFactory qualified to org.springframework.aop.framework.AdvisorChainFactory
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/framework/JdkDynamicProxyTests.java --> TrapTargetInterceptor qualified to org.springframework.aop.framework.TrapTargetInterceptor
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/beans/factory/DummyFactory.java --> FactoryBean qualified to org.springframework.beans.factory.FactoryBean
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/beans/factory/DummyFactory.java --> BeanNameAware qualified to org.springframework.beans.factory.BeanNameAware
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/beans/factory/DummyFactory.java --> BeanFactoryAware qualified to org.springframework.beans.factory.BeanFactoryAware
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/beans/factory/DummyFactory.java --> InitializingBean qualified to org.springframework.beans.factory.InitializingBean
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/beans/factory/DummyFactory.java --> DisposableBean qualified to org.springframework.beans.factory.DisposableBean
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/framework/autoproxy/AutoProxyCreatorTests.java --> AbstractAutoProxyCreator qualified to org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/AopUtilsTests.java --> StaticMethodMatcherPointcut qualified to org.springframework.aop.support.StaticMethodMatcherPointcut
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/AopUtilsTests.java --> DynamicMethodMatcherPointcut qualified to org.springframework.aop.support.DynamicMethodMatcherPointcut
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/AopUtilsTests.java --> DynamicMethodMatcherPointcutAdvisor qualified to org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/ComposablePointcutTests.java --> StaticMethodMatcher qualified to org.springframework.aop.support.StaticMethodMatcher
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/DelegatingIntroductionInterceptorTests.java --> ITest qualified to org.springframework.aop.support.ITest
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/DelegatingIntroductionInterceptorTests.java --> DelegatingIntroductionInterceptor qualified to org.springframework.aop.support.DelegatingIntroductionInterceptor
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/MethodMatchersTests.java --> StaticMethodMatcher qualified to org.springframework.aop.support.StaticMethodMatcher
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/MethodMatchersTests.java --> DynamicMethodMatcher qualified to org.springframework.aop.support.DynamicMethodMatcher
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/PointcutsTests.java --> StaticMethodMatcherPointcut qualified to org.springframework.aop.support.StaticMethodMatcherPointcut
[attribute-compiler] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/target/PrototypeBasedTargetSourceTests.java --> AbstractPrototypeBasedTargetSource qualified to org.springframework.aop.target.AbstractPrototypeBasedTargetSource
buildmaintests:
[mkdir] Created dir: /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/test-classes
[javac] Compiling 439 source files to /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/test-classes
[javac] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/web/util/ExpressionEvaluationUtilsTests.java:29: error while writing org.springframework.web.util.ExpressionEvaluationUtilsTests: /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/test-classes/org/springframework/web/util/ExpressionEvaluationUtilsTests.class (No such file or directory)
[javac] public class ExpressionEvaluationUtilsTests extends TestCase {
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 1 error
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
manual reset occurs on the cf-shell machine, although builds will
continue as scheduled.
See http://springframework.sourceforge.net/test/ for further
information.
|