|
From: Darren D. <da...@sh...> - 2005-01-25 00:23:11
|
1106612586
FAILED
tests:
[mkdir] Created dir: /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/test-reports
[junit] java.io.IOException: Not enough space
[junit] at java.lang.UNIXProcess.forkAndExec(Native Method)
[junit] at java.lang.UNIXProcess.<init>(UNIXProcess.java:54)
[junit] at java.lang.Runtime.execInternal(Native Method)
[junit] at java.lang.Runtime.exec(Runtime.java:550)
[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)
[junit] at java.lang.reflect.Method.invoke(Method.java:324)
[junit] at org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.java:831)
[junit] at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:436)
[junit] at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:450)
[junit] at org.apache.tools.ant.taskdefs.Execute.getProcEnvironment(Execute.java:166)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeAsForked(JUnitTask.java:782)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:724)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:650)
[junit] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[junit] at org.apache.tools.ant.Task.perform(Task.java:364)
[junit] at org.apache.tools.ant.Target.execute(Target.java:341)
[junit] at org.apache.tools.ant.Target.performTasks(Target.java:369)
[junit] at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
[junit] at org.apache.tools.ant.Project.executeTargets(Project.java:1062)
[junit] at org.apache.tools.ant.Main.runBuild(Main.java:673)
[junit] at org.apache.tools.ant.Main.startAnt(Main.java:188)
[junit] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:196)
[junit] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:55)
[junit] Running org.springframework.web.util.TagUtilsTests
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-04 00:38:09
|
1107477484
FAILED
[junit] StopWatch '': running time (millis) = 32064
[junit] [class org.springframework.aop.framework.OptimizedCglibProxyTeststestManyProxies: create 10000 proxies] took 32.064=100%
[junit] ------------- ---------------- ---------------
[junit] Testcase: testDeclaredException took 0.126 sec
[junit] Testcase: testTargetCanGetInvocationEvenIfNoAdviceChain took 0 sec
[junit] Testcase: testExistingProxyChangesTarget took 0.006 sec
[junit] Testcase: testDynamicMethodPointcutThatAppliesStaticallyOnlyToSetters took 1.084 sec
[junit] Testcase: testStaticMethodPointcut took 0.845 sec
[junit] Testcase: testNullConfig took 0.001 sec
[junit] Testcase: testNoTarget took 0.001 sec
[junit] Testcase: testProtectedMethodInvocation took 0.311 sec
[junit] Testcase: testProxyCanBeClassNotInterface took 0.696 sec
[junit] Testcase: testCglibProxyingGivesMeaningfulExceptionIfAskedToProxyNonvisibleClass took 0.244 sec
[junit] Testcase: testMethodInvocationDuringConstructor took 0.307 sec
[junit] Testcase: testMultipleProxies took 1.364 sec
[junit] Testcase: testWithNoArgConstructor took 0.565 sec
[junit] Testcase: testUnadvisedProxyCreationWithCallDuringConstructor took 0.242 sec
[junit] Testcase: testExceptionHandling took 0.882 sec
[junit] Testcase: testNoInterceptorsAndNoTarget took 0.001 sec
[junit] Testcase: testValuesStick took 0.001 sec
[junit] Testcase: testManyProxies took 32.196 sec
[junit] FAILED
[junit] Proxy creation was too slow
[junit] junit.framework.AssertionFailedError: Proxy creation was too slow
[junit] at org.springframework.aop.framework.AbstractAopProxyTests.testManyProxies(AbstractAopProxyTests.java:148)
[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-02-04 11:44:51
|
I tested this particular test on Windows XP and it runs in 2400 ms on my machine. Switching back to CGLIB 2.0.2 makes the test run in 2380 ms - so I guess there is no real difference. Does anyone have access to a Solaris workstation/server where they can execute this test manually? The interesting thing is that the test that is failing is inherited from CglibProxyTests and it seems to have passed on there assuming the tests are executed in order. Rob Darren Davison wrote: >1107477484 >FAILED > [junit] StopWatch '': running time (millis) = 32064 > [junit] [class org.springframework.aop.framework.OptimizedCglibProxyTeststestManyProxies: create 10000 proxies] took 32.064=100% > [junit] ------------- ---------------- --------------- > > [junit] Testcase: testDeclaredException took 0.126 sec > [junit] Testcase: testTargetCanGetInvocationEvenIfNoAdviceChain took 0 sec > [junit] Testcase: testExistingProxyChangesTarget took 0.006 sec > [junit] Testcase: testDynamicMethodPointcutThatAppliesStaticallyOnlyToSetters took 1.084 sec > [junit] Testcase: testStaticMethodPointcut took 0.845 sec > [junit] Testcase: testNullConfig took 0.001 sec > [junit] Testcase: testNoTarget took 0.001 sec > [junit] Testcase: testProtectedMethodInvocation took 0.311 sec > [junit] Testcase: testProxyCanBeClassNotInterface took 0.696 sec > [junit] Testcase: testCglibProxyingGivesMeaningfulExceptionIfAskedToProxyNonvisibleClass took 0.244 sec > [junit] Testcase: testMethodInvocationDuringConstructor took 0.307 sec > [junit] Testcase: testMultipleProxies took 1.364 sec > [junit] Testcase: testWithNoArgConstructor took 0.565 sec > [junit] Testcase: testUnadvisedProxyCreationWithCallDuringConstructor took 0.242 sec > [junit] Testcase: testExceptionHandling took 0.882 sec > [junit] Testcase: testNoInterceptorsAndNoTarget took 0.001 sec > [junit] Testcase: testValuesStick took 0.001 sec > [junit] Testcase: testManyProxies took 32.196 sec > [junit] FAILED > [junit] Proxy creation was too slow > [junit] junit.framework.AssertionFailedError: Proxy creation was too slow > [junit] at org.springframework.aop.framework.AbstractAopProxyTests.testManyProxies(AbstractAopProxyTests.java:148) > [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. > > >------------------------------------------------------- >This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting >Tool for open source databases. Create drag-&-drop reports. Save time >by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. >Download a FREE copy at http://www.intelliview.com/go/osdn_nl >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > |
|
From: Darren D. <da...@da...> - 2005-02-04 12:08:08
|
On Fri, February 4, 2005 11:46, Rob Harrop said: > I tested this particular test on Windows XP and it runs in 2400 ms on m= y > machine. Switching back to CGLIB 2.0.2 makes the test run in 2380 ms - > so I guess there is no real difference. Does anyone have access to a > Solaris workstation/server where they can execute this test manually? > The interesting thing is that the test that is failing is inherited fro= m > CglibProxyTests and it seems to have passed on there assuming the tests > are executed in order. Rob, it's likely just to be a problem with the compile farm machines at SF bei= ng hugely overloaded as they tend to be quite often. Disk and CPU resources= are stretched beyond the limit on a lot of those machines. They can sometime= s take up to 30 minutes to complete a clean build/test run - a task that ta= kes about 2.5 minutes on my Linux box. Perhaps we can make the max allowed time configurable somewhere so that t= he scripts which run the CF builds can just write a suitable value into a pr= ops file or supply it as a JVM arg when starting the build? Unless we can me= asure CPU time of the thread itself instead of diffing the system time elapsed. Cheers, --=20 Darren Davison Public Key: #DD356B0D |
|
From: Darren D. <da...@sh...> - 2005-02-09 08:21:49
|
1107937306
FAILED
build:
[mkdir] Created dir: /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/classes
[mkdir] Created dir: /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/classes/META-INF
[javac] Compiling 891 source files to /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/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 /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/classes
[copy] Copying 4 files to /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/classes
[copy] Copying 1 file to /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/classes/META-INF
buildmock:
[mkdir] Created dir: /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/mock-classes
[javac] Compiling 17 source files to /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/mock-classes
[javac] Note: Some input files use or override 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: /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/test-classes
[javac] Compiling 370 source files to /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/test-classes
[javac] /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: Darren D. <da...@sh...> - 2005-02-23 00:39:56
|
1109119194
FAILED
[junit] Testcase: testEvaluate took 0,002 sec
[junit] Testcase: testEvaluateString took 0,001 sec
[junit] Testcase: testEvaluateInteger took 0,001 sec
[junit] Testcase: testEvaluateBoolean took 0 sec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,022 sec
[junit] Testsuite: org.springframework.web.util.HtmlUtilsTests
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,022 sec
[junit] Testcase: testHtmlEscape took 0 sec
[junit] Testcase: testHtmlUnescape took 0,001 sec
[junit] Tests run: 6, Failures: 0, Errors: 1, Time elapsed: 0,107 sec
[junit] Testsuite: org.springframework.web.util.Log4jWebConfigurerTests
[junit] Tests run: 6, Failures: 0, Errors: 1, Time elapsed: 0,107 sec
[junit] Testcase: testInitLoggingWithClasspath took 0,032 sec
[junit] Testcase: testInitLoggingWithRelativeFilePath took 0,005 sec
[junit] Testcase: testInitLoggingWithAbsoluteFilePath took 0,005 sec
[junit] Testcase: testInitLoggingWithClasspathAndRefreshInterval took 0,006 sec
[junit] Testcase: testInitLoggingWithRelativeFilePathAndRefreshInterval took 0,007 sec
[junit] Testcase: testInitLoggingWithAbsoluteFilePathAndRefreshInterval took 0,015 sec
[junit] Caused an ERROR
[junit] Invalid 'log4jConfigLocation' parameter: Log4J config file [/home/users/d/da/davison/checkouts/spring/home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/test-classes/org/springframework/util/testlog4j.properties] not found
[junit] java.lang.IllegalArgumentException: Invalid 'log4jConfigLocation' parameter: Log4J config file [/home/users/d/da/davison/checkouts/spring/home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/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...@da...> - 2005-02-23 08:25:00
|
On Tue, 2005-02-22 at 16:39 -0800, Darren Davison wrote: > [/home/users/d/da/davison/checkouts/spring/home/users/d/da/davison/checko= uts/spring/target/sparc-solaris1/test-classes/org/springframework/util/test= log4j.properties] obviously some problem with absolute/relative path names in here - this will presumably fail on all of the build machines. I haven't looked at it - is the problem specific to Unix or does it fail the same way on 'Doze? Regards, --=20 Darren Davison Public Key: #DD356B0D |
|
From: Darren D. <da...@da...> - 2005-02-23 09:09:55
|
On Wed, 2005-02-23 at 07:52 +0000, Darren Davison wrote:
> On Tue, 2005-02-22 at 16:39 -0800, Darren Davison wrote:
> > [/home/users/d/da/davison/checkouts/spring/home/users/d/da/davison/chec=
kouts/spring/target/sparc-solaris1/test-classes/org/springframework/util/te=
stlog4j.properties]
>=20
> obviously some problem with absolute/relative path names in here - this
> will presumably fail on all of the build machines. I haven't looked at
> it - is the problem specific to Unix or does it fail the same way on
> 'Doze?
I don't see how FileSystemResourceLoader can ever return an absolute
file path (at least on unix filesystems) as required by the
testInitLoggingWithAbsoluteFilePathAndRefreshInterval test since it
deliberately strips a leading / thereby always making the path relative.
protected Resource getResourceByPath(String path) {
if (path !=3D null && path.startsWith("/")) {
path =3D path.substring(1);
}
return new FileSystemResource(path);
}
Am I missing something?
--=20
Darren Davison
Public Key: #DD356B0D
|
|
From: Juergen H. <ju...@in...> - 2005-02-27 21:42:41
|
I've commented out that test case. It doesn't go through
FileSystemResourceLoader, so that check doesn't apply. But there seems to be
some difference in the URL that Class.getResource returns, so it's probably
best to simply drop that test.
Juergen
-----Original Message-----
From: spr...@li...
[mailto:spr...@li...]On Behalf
Of Darren Davison
Sent: Wednesday, February 23, 2005 10:09 AM
To: spr...@li...
Subject: Re: [Springframework-developer] FAILED BUILD: sparc-solaris1
(last30 lines included)
On Wed, 2005-02-23 at 07:52 +0000, Darren Davison wrote:
> On Tue, 2005-02-22 at 16:39 -0800, Darren Davison wrote:
> >
[/home/users/d/da/davison/checkouts/spring/home/users/d/da/davison/checkouts
/spring/target/sparc-solaris1/test-classes/org/springframework/util/testlog4
j.properties]
>
> obviously some problem with absolute/relative path names in here - this
> will presumably fail on all of the build machines. I haven't looked at
> it - is the problem specific to Unix or does it fail the same way on
> 'Doze?
I don't see how FileSystemResourceLoader can ever return an absolute
file path (at least on unix filesystems) as required by the
testInitLoggingWithAbsoluteFilePathAndRefreshInterval test since it
deliberately strips a leading / thereby always making the path relative.
protected Resource getResourceByPath(String path) {
if (path != null && path.startsWith("/")) {
path = path.substring(1);
}
return new FileSystemResource(path);
}
Am I missing something?
--
Darren Davison
Public Key: #DD356B0D
|
|
From: Darren D. <da...@sh...> - 2005-03-09 16:27:49
|
1110385665
FAILED
[junit] Testcase: testNaming took 0,007 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,029 sec
[junit] Testsuite: org.springframework.jmx.export.naming.PropertiesNamingStrategyTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,029 sec
[junit] Testcase: testNaming took 0 sec
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,197 sec
[junit] Testsuite: org.springframework.jmx.support.ConnectorServerFactoryBeanTests
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,197 sec
[junit] Testcase: testStartupWithLocatedServer took 0,083 sec
[junit] Testcase: testStartupWithSuppliedServer took 0,067 sec
[junit] Caused an ERROR
[junit] Address already in use
[junit] java.net.BindException: Address already in use
[junit] at java.net.PlainSocketImpl.socketBind(Native Method)
[junit] at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:321)
[junit] at java.net.ServerSocket.bind(ServerSocket.java:308)
[junit] at sun.reflect.GeneratedMethodAccessor139.invoke(Unknown Source)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit] at com.sun.jmx.remote.socket.SocketConnectionServer.start(SocketConnectionServer.java:128)
[junit] at com.sun.jmx.remote.generic.SynchroMessageConnectionServerImpl.start(SynchroMessageConnectionServerImpl.java:39)
[junit] at javax.management.remote.generic.GenericConnectorServer.start(GenericConnectorServer.java:235)
[junit] at org.springframework.jmx.support.ConnectorServerFactoryBean.start(ConnectorServerFactoryBean.java:207)
[junit] at org.springframework.jmx.support.ConnectorServerFactoryBeanTests.testStartupWithSuppliedServer(ConnectorServerFactoryBeanTests.java:50)
[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 16:31:47
|
1110645105
FAILED
[junit] Testcase: testAutowireByConstructorWithSimpleValues took 0.063 sec
[junit] Testcase: testConstructorArgResolution took 0.162 sec
[junit] Testcase: testConstructorArgWithSingleMatch took 0.058 sec
[junit] Testcase: testThrowsExceptionOnTooManyArguments took 0.055 sec
[junit] Testcase: testThrowsExceptionOnAmbiguousResolution took 0.056 sec
[junit] Testcase: testFactoryBeanDefinedAsPrototype took 0.047 sec
[junit] Testcase: testDependsOn took 0.805 sec
[junit] Testcase: testDependsOnInInnerBean took 0.304 sec
[junit] Testcase: testDependenciesThroughConstructorArguments took 0.044 sec
[junit] Testcase: testDependenciesThroughConstructorArgumentAutowiring took 0.052 sec
[junit] Testcase: testDependenciesThroughConstructorArgumentsInInnerBean took 0.045 sec
[junit] Testcase: testDependenciesThroughProperties took 0.074 sec
[junit] Testcase: testDependenciesThroughPropertyAutowiringByName took 0.123 sec
[junit] Testcase: testDependenciesThroughPropertyAutowiringByType took 0.207 sec
[junit] Testcase: testDependenciesThroughPropertiesInInnerBean took 0.054 sec
[junit] Testcase: testClassNotFoundWithDefault took 0.242 sec
[junit] Testcase: testClassNotFoundWithNoBeanClassLoader took 0.041 sec
[junit] Testcase: testResourceAndInputStream took 0.303 sec
[junit] Testcase: testClassPathResourceWithImport took 0.08 sec
[junit] Testcase: testUrlResourceWithImport took 0.104 sec
[junit] Testcase: testFileSystemResourceWithImport took 0.094 sec
[junit] Testcase: testLookupOverrideMethodsWithSetterInjection took 2.803 sec
[junit] FAILED
[junit] null
[junit] junit.framework.AssertionFailedError
[junit] at org.springframework.beans.factory.xml.XmlBeanFactoryTests.testLookupOverrideMethodsWithSetterInjection(XmlBeanFactoryTests.java:860)
[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-15 16:24:45
|
|
From: Darren D. <da...@sh...> - 2005-03-16 16:17:17
|
1110989826
FAILED
[javac] protected abstract XMLObject createXMLObject(Map model, HttpServletRequest request,
[javac] ^
[javac] /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] /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] /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] /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] /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 16:27:45
|
1111163264
FAILED
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,162 sec
[junit] Testsuite: org.springframework.jmx.export.MBeanAutodetectionTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,162 sec
[junit] Testcase: testAutodetectMBean took 0,14 sec
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,206 sec
[junit] Testsuite: org.springframework.jmx.export.MBeanExporterTests
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,206 sec
[junit] Testcase: testWithLocatedMBeanServer took 0,01 sec
[junit] Testcase: testWithSuppliedMBeanServer took 0,008 sec
[junit] Testcase: testUserCreatedMBeanRegWithDynamicMBean took 0,011 sec
[junit] Testcase: testAutodetectSkipsConnectorServerFactoryBean took 0,156 sec
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,149 sec
[junit] Testsuite: org.springframework.jmx.export.PropertyPlaceholderConfigurerTests
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,149 sec
[junit] Testcase: testPropertiesReplaced took 0,054 sec
[junit] Testcase: testPropertiesCorrectInJmx took 0,061 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: Darren D. <da...@sh...> - 2005-03-20 16:32:45
|
1111336361
FAILED
[junit] Testcase: testNaming took 0,007 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,022 sec
[junit] Testsuite: org.springframework.jmx.export.naming.PropertiesNamingStrategyTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,022 sec
[junit] Testcase: testNaming took 0,001 sec
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,42 sec
[junit] Testsuite: org.springframework.jmx.support.ConnectorServerFactoryBeanTests
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,42 sec
[junit] Testcase: testStartupWithLocatedServer took 0,16 sec
[junit] Testcase: testStartupWithSuppliedServer took 0,086 sec
[junit] Testcase: testRegisterWithMBeanServer took 0,095 sec
[junit] Testcase: testNoRegisterWithMBeanServer took 0,055 sec
[junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 0,585 sec
[junit] Testsuite: org.springframework.jmx.support.HtmlAdapterHostTests
[junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 0,585 sec
[junit] Testcase: testStartAndStop took 0,414 sec
[junit] Testcase: testStartAndStopWithConfiguredPort took 0,069 sec
[junit] Testcase: testStartAndStopWithLocatedServer took 0,065 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.testStartAndStopWithLocatedServer(HtmlAdapterHostTests.java:63)
[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-23 00:32:04
|
1111537906
FAILED
[junit] Tests run: 9, Failures: 0, Errors: 1, Time elapsed: 0,526 sec
[junit] Testcase: testSchedulerFactoryBean took 0,382 sec
[junit] Testcase: testSchedulerFactoryBeanWithListeners took 0,028 sec
[junit] Testcase: testSchedulerFactoryBeanWithPlainQuartzObjects took 0,007 sec
[junit] Testcase: testSchedulerFactoryBeanWithApplicationContext took 0,002 sec
[junit] Testcase: testJobDetailBeanWithApplicationContext took 0,001 sec
[junit] Testcase: testJobDetailBeanWithListenerNames took 0 sec
[junit] Testcase: testCronTriggerBeanWithListenerNames took 0,001 sec
[junit] Testcase: testSimpleTriggerBeanWithListenerNames took 0 sec
[junit] Testcase: testMultipleSchedulers took 0,038 sec
[junit] Caused an ERROR
[junit] IOException parsing XML document from class path resource [org/springframework/scheduling/quartz/multiple-schedulers.xml]; nested exception is java.io.FileNotFoundException: class path resource [org/springframework/scheduling/quartz/multiple-schedulers.xml] cannot be opened because it does not exist
[junit] org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [org/springframework/scheduling/quartz/multiple-schedulers.xml]; nested exception is java.io.FileNotFoundException: class path resource [org/springframework/scheduling/quartz/multiple-schedulers.xml] cannot be opened because it does not exist
[junit] java.io.FileNotFoundException: class path resource [org/springframework/scheduling/quartz/multiple-schedulers.xml] cannot be opened because it does not exist
[junit] at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:127)
[junit] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:144)
[junit] at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:99)
[junit] at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:102)
[junit] at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:70)
[junit] at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:87)
[junit] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:262)
[junit] at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:80)
[junit] at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:65)
[junit] at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:56)
[junit] at org.springframework.scheduling.quartz.QuartzSupportTests.testMultipleSchedulers(QuartzSupportTests.java:423)
[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-30 00:23:17
|
1112142194
FAILED
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/beans/factory/DummyFactory.java --> DisposableBean qualified to org.springframework.beans.factory.DisposableBean
[attribute-compiler] /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] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/AopUtilsTests.java --> StaticMethodMatcherPointcut qualified to org.springframework.aop.support.StaticMethodMatcherPointcut
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/AopUtilsTests.java --> DynamicMethodMatcherPointcut qualified to org.springframework.aop.support.DynamicMethodMatcherPointcut
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/AopUtilsTests.java --> DynamicMethodMatcherPointcutAdvisor qualified to org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/ComposablePointcutTests.java --> StaticMethodMatcher qualified to org.springframework.aop.support.StaticMethodMatcher
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/DelegatingIntroductionInterceptorTests.java --> ITest qualified to org.springframework.aop.support.ITest
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/DelegatingIntroductionInterceptorTests.java --> DelegatingIntroductionInterceptor qualified to org.springframework.aop.support.DelegatingIntroductionInterceptor
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/MethodMatchersTests.java --> StaticMethodMatcher qualified to org.springframework.aop.support.StaticMethodMatcher
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/MethodMatchersTests.java --> DynamicMethodMatcher qualified to org.springframework.aop.support.DynamicMethodMatcher
[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/PointcutsTests.java --> StaticMethodMatcherPointcut qualified to org.springframework.aop.support.StaticMethodMatcherPointcut
[attribute-compiler] /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: /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/test-classes
[javac] Compiling 425 source files to /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/test-classes
[javac] /home/users/d/da/davison/checkouts/spring/test/org/springframework/web/servlet/view/jasperreports/ExporterParameterTests.java:43: <anonymous org.springframework.web.servlet.view.jasperreports.ExporterParameterTests$1> should be declared abstract; it does not define renderReport(net.sf.jasperreports.engine.JasperPrint,java.util.Map,javax.servlet.http.HttpServletResponse) in org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
[javac] protected void renderReport(
[javac] ^
[javac] /home/users/d/da/davison/checkouts/spring/test/org/springframework/web/servlet/view/jasperreports/ExporterParameterTests.java:47: cannot resolve symbol
[javac] symbol: method getExporterParameters ()
[javac] assertEquals("Invalid number of exporter parameters", 1, getExporterParameters().size());
[javac] ^
[javac] /home/users/d/da/davison/checkouts/spring/test/org/springframework/web/servlet/view/jasperreports/ExporterParameterTests.java:50: cannot resolve symbol
[javac] symbol: method getExporterParameters ()
[javac] Object value = getExporterParameters().get(key);
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 3 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: Rob H. <ro...@ca...> - 2005-03-30 07:30:50
|
Did a check of ViewCVS and it seems that the correct version of this
file is present in CVS. Probably just didn't get synced in time.
Rob
Darren Davison wrote:
>1112142194
>FAILED
>[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/beans/factory/DummyFactory.java --> DisposableBean qualified to org.springframework.beans.factory.DisposableBean
>[attribute-compiler] /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] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/AopUtilsTests.java --> StaticMethodMatcherPointcut qualified to org.springframework.aop.support.StaticMethodMatcherPointcut
>[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/AopUtilsTests.java --> DynamicMethodMatcherPointcut qualified to org.springframework.aop.support.DynamicMethodMatcherPointcut
>[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/AopUtilsTests.java --> DynamicMethodMatcherPointcutAdvisor qualified to org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor
>[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/ComposablePointcutTests.java --> StaticMethodMatcher qualified to org.springframework.aop.support.StaticMethodMatcher
>[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/DelegatingIntroductionInterceptorTests.java --> ITest qualified to org.springframework.aop.support.ITest
>[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/DelegatingIntroductionInterceptorTests.java --> DelegatingIntroductionInterceptor qualified to org.springframework.aop.support.DelegatingIntroductionInterceptor
>[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/MethodMatchersTests.java --> StaticMethodMatcher qualified to org.springframework.aop.support.StaticMethodMatcher
>[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/MethodMatchersTests.java --> DynamicMethodMatcher qualified to org.springframework.aop.support.DynamicMethodMatcher
>[attribute-compiler] /home/users/d/da/davison/checkouts/spring/test/org/springframework/aop/support/PointcutsTests.java --> StaticMethodMatcherPointcut qualified to org.springframework.aop.support.StaticMethodMatcherPointcut
>[attribute-compiler] /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: /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/test-classes
> [javac] Compiling 425 source files to /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/test-classes
> [javac] /home/users/d/da/davison/checkouts/spring/test/org/springframework/web/servlet/view/jasperreports/ExporterParameterTests.java:43: <anonymous org.springframework.web.servlet.view.jasperreports.ExporterParameterTests$1> should be declared abstract; it does not define renderReport(net.sf.jasperreports.engine.JasperPrint,java.util.Map,javax.servlet.http.HttpServletResponse) in org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
> [javac] protected void renderReport(
> [javac] ^
> [javac] /home/users/d/da/davison/checkouts/spring/test/org/springframework/web/servlet/view/jasperreports/ExporterParameterTests.java:47: cannot resolve symbol
> [javac] symbol: method getExporterParameters ()
> [javac] assertEquals("Invalid number of exporter parameters", 1, getExporterParameters().size());
> [javac] ^
> [javac] /home/users/d/da/davison/checkouts/spring/test/org/springframework/web/servlet/view/jasperreports/ExporterParameterTests.java:50: cannot resolve symbol
> [javac] symbol: method getExporterParameters ()
> [javac] Object value = getExporterParameters().get(key);
> [javac] ^
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -deprecation for details.
> [javac] 3 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.
>
>
>-------------------------------------------------------
>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-04-12 07:24:39
|
1113290676
FAILED
[javac] descriptor.setField(CURRENCY_TIME_LIMIT, Integer.toString(ctl));
[javac] ^
[javac] /home/users/d/da/davison/checkouts/spring/src/org/springframework/jmx/export/assembler/MetadataMBeanInfoAssembler.java:222: cannot resolve symbol
[javac] symbol : variable DEFAULT
[javac] location: class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
[javac] descriptor.setField(DEFAULT, defaultValue);
[javac] ^
[javac] /home/users/d/da/davison/checkouts/spring/src/org/springframework/jmx/export/assembler/MetadataMBeanInfoAssembler.java:225: cannot resolve symbol
[javac] symbol : variable PERSIST_POLICY
[javac] location: class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
[javac] descriptor.setField(PERSIST_POLICY, persistPolicy);
[javac] ^
[javac] /home/users/d/da/davison/checkouts/spring/src/org/springframework/jmx/export/assembler/MetadataMBeanInfoAssembler.java:228: cannot resolve symbol
[javac] symbol : variable PERSIST_PERIOD
[javac] location: class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
[javac] descriptor.setField(PERSIST_PERIOD, Integer.toString(persistPeriod));
[javac] ^
[javac] /home/users/d/da/davison/checkouts/spring/src/org/springframework/jmx/export/assembler/MetadataMBeanInfoAssembler.java:245: cannot resolve symbol
[javac] symbol : method getAlwaysStaleCurrencyTimeLimit ()
[javac] location: class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
[javac] ctl = getAlwaysStaleCurrencyTimeLimit();
[javac] ^
[javac] /home/users/d/da/davison/checkouts/spring/src/org/springframework/jmx/export/assembler/MetadataMBeanInfoAssembler.java:248: cannot resolve symbol
[javac] symbol : variable CURRENCY_TIME_LIMIT
[javac] location: class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
[javac] descriptor.setField(CURRENCY_TIME_LIMIT, Integer.toString(ctl));
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 14 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-04-22 07:52:11
|
1114156327
FAILED
[junit] ------------- Standard Output ---------------
[junit] com.sun.jmx.mbeanserver.JmxMBeanServer
[junit] ------------- ---------------- ---------------
[junit] Testcase: testDatesInJmx took 0,469 sec
[junit] Testcase: testGetDates took 0,101 sec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,424 sec
[junit] Testsuite: org.springframework.jmx.export.LazyInitTests
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,424 sec
[junit] Testcase: testLazyInit took 0,349 sec
[junit] Testcase: testInvokeOnLazyInitBean took 0,053 sec
[junit] Tests run: 6, Failures: 1, Errors: 0, Time elapsed: 0,581 sec
[junit] Testsuite: org.springframework.jmx.export.MBeanExporterTests
[junit] Tests run: 6, Failures: 1, Errors: 0, Time elapsed: 0,581 sec
[junit] Testcase: testWithLocatedMBeanServer took 0,009 sec
[junit] Testcase: testWithSuppliedMBeanServer took 0,019 sec
[junit] Testcase: testUserCreatedMBeanRegWithDynamicMBean took 0,02 sec
[junit] Testcase: testAutodetectMBeans took 0,242 sec
[junit] Testcase: testAutodetectLazyMBeans took 0,226 sec
[junit] Testcase: testExportAopProxy took 0,024 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 07:19:19
|
1114672752
FAILED
Buildfile: build.xml
clean:
compileattr:
[attribute-compiler] Generated attribute information for 1 classes. Ignored 0 classes.
buildmain:
[mkdir] Created dir: /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/classes
[mkdir] Created dir: /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/classes/META-INF
[javac] Compiling 1035 source files to /home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/classes
[javac] /home/users/d/da/davison/checkouts/spring/src/org/springframework/orm/hibernate3/LocalDataSourceConnectionProvider.java:37: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider should be declared abstract; it does not define supportsAggressiveRelease() in org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
[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 07:51:54
|
1116748308
FAILED
[junit] Testcase: testCannotCreateTransaction took 0,011 sec
[junit] Testcase: testCannotCommitTransaction took 0,003 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,038 sec
[junit] Testsuite: org.springframework.transaction.support.JtaTransactionManagerSerializationTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,038 sec
[junit] Testcase: testSerializable took 0,016 sec
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 5,922 sec
[junit] Testsuite: org.springframework.ui.jasperreports.JasperReportsUtilsTests
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 5,922 sec
[junit] Testcase: testRenderAsCsvWithDataSource took 5,882 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:509)
[junit] at java.lang.ClassLoader.defineClass(ClassLoader.java:438)
[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-06-04 23:25:26
|
1117927522
FAILED
[junit] Testcase: testAutowireWithDefault took 0.046 sec
[junit] Testcase: testAutowireByConstructor took 0.067 sec
[junit] Testcase: testAutowireByConstructorWithSimpleValues took 0.065 sec
[junit] Testcase: testConstructorArgResolution took 0.123 sec
[junit] Testcase: testConstructorArgWithSingleMatch took 0.072 sec
[junit] Testcase: testThrowsExceptionOnTooManyArguments took 0.054 sec
[junit] Testcase: testThrowsExceptionOnAmbiguousResolution took 0.265 sec
[junit] Testcase: testFactoryBeanDefinedAsPrototype took 0.033 sec
[junit] Testcase: testDependsOn took 0.434 sec
[junit] Testcase: testDependsOnInInnerBean took 0.097 sec
[junit] Testcase: testDependenciesThroughConstructorArguments took 0.058 sec
[junit] Testcase: testDependenciesThroughConstructorArgumentAutowiring took 0.24 sec
[junit] Testcase: testDependenciesThroughConstructorArgumentsInInnerBean took 0.451 sec
[junit] Testcase: testDependenciesThroughProperties took 0.242 sec
[junit] Testcase: testDependenciesThroughPropertiesWithInTheMiddle took 0.524 sec
[junit] Testcase: testDependenciesThroughPropertyAutowiringByName took 0.035 sec
[junit] Testcase: testDependenciesThroughPropertyAutowiringByType took 0.039 sec
[junit] Testcase: testDependenciesThroughPropertiesInInnerBean took 0.036 sec
[junit] Testcase: testClassNotFoundWithDefault took 0.248 sec
[junit] Testcase: testClassNotFoundWithNoBeanClassLoader took 0.03 sec
[junit] Testcase: testResourceAndInputStream took 0.351 sec
[junit] Testcase: testClassPathResourceWithImport took 0.068 sec
[junit] Testcase: testUrlResourceWithImport took 0.067 sec
[junit] Testcase: testFileSystemResourceWithImport took 0.278 sec
[junit] Testcase: testLookupOverrideMethodsWithSetterInjection took 2.265 sec
[junit] FAILED
[junit] null
[junit] junit.framework.AssertionFailedError
[junit] at org.springframework.beans.factory.xml.XmlBeanFactoryTests.testLookupOverrideMethodsWithSetterInjection(XmlBeanFactoryTests.java:879)
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-06-18 23:24:52
|
1119137084
FAILED
[junit] Testcase: testAutowireWithDefault took 0.039 sec
[junit] Testcase: testAutowireByConstructor took 0.079 sec
[junit] Testcase: testAutowireByConstructorWithSimpleValues took 0.06 sec
[junit] Testcase: testConstructorArgResolution took 0.119 sec
[junit] Testcase: testConstructorArgWithSingleMatch took 0.081 sec
[junit] Testcase: testThrowsExceptionOnTooManyArguments took 0.057 sec
[junit] Testcase: testThrowsExceptionOnAmbiguousResolution took 0.082 sec
[junit] Testcase: testFactoryBeanDefinedAsPrototype took 0.041 sec
[junit] Testcase: testDependsOn took 0.238 sec
[junit] Testcase: testDependsOnInInnerBean took 0.091 sec
[junit] Testcase: testDependenciesThroughConstructorArguments took 0.036 sec
[junit] Testcase: testDependenciesThroughConstructorArgumentAutowiring took 0.04 sec
[junit] Testcase: testDependenciesThroughConstructorArgumentsInInnerBean took 0.043 sec
[junit] Testcase: testDependenciesThroughProperties took 0.044 sec
[junit] Testcase: testDependenciesThroughPropertiesWithInTheMiddle took 0.092 sec
[junit] Testcase: testDependenciesThroughPropertyAutowiringByName took 0.052 sec
[junit] Testcase: testDependenciesThroughPropertyAutowiringByType took 0.042 sec
[junit] Testcase: testDependenciesThroughPropertiesInInnerBean took 0.053 sec
[junit] Testcase: testClassNotFoundWithDefault took 0.038 sec
[junit] Testcase: testClassNotFoundWithNoBeanClassLoader took 0.035 sec
[junit] Testcase: testResourceAndInputStream took 0.145 sec
[junit] Testcase: testClassPathResourceWithImport took 0.071 sec
[junit] Testcase: testUrlResourceWithImport took 0.068 sec
[junit] Testcase: testFileSystemResourceWithImport took 0.065 sec
[junit] Testcase: testLookupOverrideMethodsWithSetterInjection took 1.985 sec
[junit] FAILED
[junit] null
[junit] junit.framework.AssertionFailedError
[junit] at org.springframework.beans.factory.xml.XmlBeanFactoryTests.testLookupOverrideMethodsWithSetterInjection(XmlBeanFactoryTests.java:879)
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-06-30 07:30:03
|
1120116585
FAILED
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,178 sec
[junit] Testsuite: org.springframework.context.support.ResourceMapFactoryBeanTests
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,178 sec
[junit] Testcase: testResourceMapFactoryBeanWithoutContext took 0,155 sec
[junit] Testcase: testResourceMapFactoryBeanWithContext took 0,004 sec
[junit] Testcase: testResourceMapFactoryBeanWithResourceBasePath took 0,001 sec
[junit] Tests run: 13, Failures: 1, Errors: 0, Time elapsed: 0,704 sec
[junit] Testsuite: org.springframework.context.support.StaticApplicationContextMulticasterTests
[junit] Tests run: 13, Failures: 1, Errors: 0, Time elapsed: 0,704 sec
[junit] Testcase: testCount took 0,425 sec
[junit] Testcase: testEvents took 0,014 sec
[junit] Testcase: testContextAwareSingletonWasCalledBack took 0,017 sec
[junit] Testcase: testContextAwarePrototypeWasCalledBack took 0,018 sec
[junit] Testcase: testParentNonNull took 0,013 sec
[junit] Testcase: testGrandparentNull took 0,028 sec
[junit] Testcase: testOverrideWorked took 0,014 sec
[junit] Testcase: testGrandparentDefinitionFound took 0,061 sec
[junit] Testcase: testGrandparentTypedDefinitionFound took 0,015 sec
[junit] Testcase: testCloseTriggersDestroy took 0,014 sec
[junit] Testcase: testMessageSource took 0,014 sec
[junit] Testcase: testBeanAutomaticallyHearsEvents took 0,013 sec
[junit] Testcase: testTestBeanCount took 0,024 sec
[junit] FAILED
[junit] We should have 7 beans for class org.springframework.beans.TestBean, not 9
[junit] junit.framework.AssertionFailedError: We should have 7 beans for class org.springframework.beans.TestBean, not 9
[junit] at org.springframework.beans.factory.AbstractListableBeanFactoryTests.assertTestBeanCount(AbstractListableBeanFactoryTests.java:53)
[junit] at org.springframework.beans.factory.AbstractListableBeanFactoryTests.testTestBeanCount(AbstractListableBeanFactoryTests.java:48)
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.
|