|
From: Darren D. <da...@sh...> - 2005-06-30 01:22:55
|
1120094570
FAILED
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,077 sec
[junit] Testsuite: org.springframework.context.support.ResourceMapFactoryBeanTests
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,077 sec
[junit] Testcase: testResourceMapFactoryBeanWithoutContext took 0,063 sec
[junit] Testcase: testResourceMapFactoryBeanWithContext took 0,002 sec
[junit] Testcase: testResourceMapFactoryBeanWithResourceBasePath took 0,001 sec
[junit] Tests run: 13, Failures: 1, Errors: 0, Time elapsed: 0,359 sec
[junit] Testsuite: org.springframework.context.support.StaticApplicationContextMulticasterTests
[junit] Tests run: 13, Failures: 1, Errors: 0, Time elapsed: 0,359 sec
[junit] Testcase: testCount took 0,166 sec
[junit] Testcase: testEvents took 0,021 sec
[junit] Testcase: testContextAwareSingletonWasCalledBack took 0,009 sec
[junit] Testcase: testContextAwarePrototypeWasCalledBack took 0,01 sec
[junit] Testcase: testParentNonNull took 0,011 sec
[junit] Testcase: testGrandparentNull took 0,014 sec
[junit] Testcase: testOverrideWorked took 0,025 sec
[junit] Testcase: testGrandparentDefinitionFound took 0,011 sec
[junit] Testcase: testGrandparentTypedDefinitionFound took 0,011 sec
[junit] Testcase: testCloseTriggersDestroy took 0,009 sec
[junit] Testcase: testMessageSource took 0,009 sec
[junit] Testcase: testBeanAutomaticallyHearsEvents took 0,015 sec
[junit] Testcase: testTestBeanCount took 0,013 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.
|
|
From: Darren D. <da...@sh...> - 2005-07-18 21:42:48
|
1121722945
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/sparc-solaris1/classes
[mkdir] Created dir: /var/local/home/users/d/da/davison/checkouts/spring/target/sparc-solaris1/classes/META-INF
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-08-05 17:15:03
|
1123262098
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 1105 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/jmx/access/MBeanProxyFactoryBean.java:70: unreported exception java.io.IOException; must be caught or declared to be thrown
[javac] super.afterPropertiesSet();
[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-08-11 01:40:22
|
1123724412
FAILED
[junit] org.springframework.beans.factory.BeanDefinitionStoreException: Error registering bean with name 'testBean' defined in class path resource [org/springframework/jmx/export/naming/lazyNaming.xml]: Bean class [org.springframework.jmx.export.annotation.AnnotationTestBean] not found; nested exception is java.lang.ClassNotFoundException: org.springframework.jmx.export.annotation.AnnotationTestBean
[junit] java.lang.ClassNotFoundException: org.springframework.jmx.export.annotation.AnnotationTestBean
[junit] at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
[junit] at java.security.AccessController.doPrivileged(Native Method)
[junit] at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
[junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
[junit] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
[junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
[junit] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
[junit] at java.lang.Class.forName0(Native Method)
[junit] at java.lang.Class.forName(Class.java:219)
[junit] at org.springframework.util.ClassUtils.forName(ClassUtils.java:88)
[junit] at org.springframework.beans.factory.support.BeanDefinitionReaderUtils.createBeanDefinition(BeanDefinitionReaderUtils.java:64)
[junit] at org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser.parseBeanDefinitionElement(DefaultXmlBeanDefinitionParser.java:369)
[junit] at org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser.parseBeanDefinitionElement(DefaultXmlBeanDefinitionParser.java:335)
[junit] at org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser.parseBeanDefinitions(DefaultXmlBeanDefinitionParser.java:266)
[junit] at org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser.registerBeanDefinitions(DefaultXmlBeanDefinitionParser.java:186)
[junit] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerBeanDefinitions(XmlBeanDefinitionReader.java:246)
[junit] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:163)
[junit] at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:125)
[junit] at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:141)
[junit] at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:113)
[junit] at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:81)
[junit] at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:89)
[junit] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:267)
[junit] at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:81)
[junit] at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:66)
[junit] at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:57)
[junit] at org.springframework.jmx.export.naming.MetadataNamingStrategyTests.testWithLazyInit(MetadataNamingStrategyTests.java:59)
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-08-19 01:13:12
|
1124413987 FAILED 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-09-07 01:34:14
|
1126056851
FAILED
[junit] Testsuite: org.springframework.core.enums.LabeledEnumTests
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,057 sec
[junit] Testcase: testEquals took 0,02 sec
[junit] Testcase: testForCodeFound took 0,026 sec
[junit] Testcase: testDoesNotMatchWrongClass took 0,001 sec
[junit] Tests run: 15, Failures: 1, Errors: 0, Time elapsed: 0,522 sec
[junit] Testsuite: org.springframework.core.io.ResourceTests
[junit] Tests run: 15, Failures: 1, Errors: 0, Time elapsed: 0,522 sec
[junit] Testcase: testByteArrayResource took 0,005 sec
[junit] Testcase: testByteArrayResourceWithDescription took 0,001 sec
[junit] Testcase: testInputStreamResource took 0,006 sec
[junit] Testcase: testInputStreamResourceWithDescription took 0,001 sec
[junit] Testcase: testClassPathResource took 0,016 sec
[junit] Testcase: testClassPathResourceWithClassLoader took 0,006 sec
[junit] Testcase: testClassPathResourceWithClass took 0,007 sec
[junit] Testcase: testFileSystemResource took 0,002 sec
[junit] Testcase: testUrlResource took 0,002 sec
[junit] Testcase: testServletContextResource took 0,038 sec
[junit] Testcase: testClassPathResourceWithRelativePath took 0 sec
[junit] Testcase: testFileSystemResourceWithRelativePath took 0 sec
[junit] Testcase: testUrlResourceWithRelativePath took 0 sec
[junit] Testcase: testServletContextResourceWithRelativePath took 0,001 sec
[junit] Testcase: testNonFileResourceExists took 0,418 sec
[junit] FAILED
[junit] null
[junit] junit.framework.AssertionFailedError
[junit] at org.springframework.core.io.ResourceTests.testNonFileResourceExists(ResourceTests.java:151)
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-09-23 09:19:53
|
1127467188
FAILED
[junit] Testsuite: org.springframework.core.enums.LabeledEnumTests
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,058 sec
[junit] Testcase: testEquals took 0,021 sec
[junit] Testcase: testForCodeFound took 0,02 sec
[junit] Testcase: testDoesNotMatchWrongClass took 0 sec
[junit] Tests run: 15, Failures: 1, Errors: 0, Time elapsed: 0,25 sec
[junit] Testsuite: org.springframework.core.io.ResourceTests
[junit] Tests run: 15, Failures: 1, Errors: 0, Time elapsed: 0,25 sec
[junit] Testcase: testByteArrayResource took 0,009 sec
[junit] Testcase: testByteArrayResourceWithDescription took 0 sec
[junit] Testcase: testInputStreamResource took 0,005 sec
[junit] Testcase: testInputStreamResourceWithDescription took 0,001 sec
[junit] Testcase: testClassPathResource took 0,009 sec
[junit] Testcase: testClassPathResourceWithClassLoader took 0,004 sec
[junit] Testcase: testClassPathResourceWithClass took 0,005 sec
[junit] Testcase: testFileSystemResource took 0,001 sec
[junit] Testcase: testUrlResource took 0,002 sec
[junit] Testcase: testServletContextResource took 0,041 sec
[junit] Testcase: testClassPathResourceWithRelativePath took 0,001 sec
[junit] Testcase: testFileSystemResourceWithRelativePath took 0 sec
[junit] Testcase: testUrlResourceWithRelativePath took 0,001 sec
[junit] Testcase: testServletContextResourceWithRelativePath took 0 sec
[junit] Testcase: testNonFileResourceExists took 0,14 sec
[junit] FAILED
[junit] null
[junit] junit.framework.AssertionFailedError
[junit] at org.springframework.core.io.ResourceTests.testNonFileResourceExists(ResourceTests.java:151)
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-09-27 09:20:09
|
1127812803
FAILED
[junit] Testsuite: org.springframework.core.enums.LabeledEnumTests
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,061 sec
[junit] Testcase: testEquals took 0,024 sec
[junit] Testcase: testForCodeFound took 0,022 sec
[junit] Testcase: testDoesNotMatchWrongClass took 0 sec
[junit] Tests run: 15, Failures: 1, Errors: 0, Time elapsed: 0,396 sec
[junit] Testsuite: org.springframework.core.io.ResourceTests
[junit] Tests run: 15, Failures: 1, Errors: 0, Time elapsed: 0,396 sec
[junit] Testcase: testByteArrayResource took 0,105 sec
[junit] Testcase: testByteArrayResourceWithDescription took 0 sec
[junit] Testcase: testInputStreamResource took 0,005 sec
[junit] Testcase: testInputStreamResourceWithDescription took 0 sec
[junit] Testcase: testClassPathResource took 0,01 sec
[junit] Testcase: testClassPathResourceWithClassLoader took 0,005 sec
[junit] Testcase: testClassPathResourceWithClass took 0,004 sec
[junit] Testcase: testFileSystemResource took 0,002 sec
[junit] Testcase: testUrlResource took 0,001 sec
[junit] Testcase: testServletContextResource took 0,056 sec
[junit] Testcase: testClassPathResourceWithRelativePath took 0 sec
[junit] Testcase: testFileSystemResourceWithRelativePath took 0,001 sec
[junit] Testcase: testUrlResourceWithRelativePath took 0 sec
[junit] Testcase: testServletContextResourceWithRelativePath took 0,001 sec
[junit] Testcase: testNonFileResourceExists took 0,182 sec
[junit] FAILED
[junit] null
[junit] junit.framework.AssertionFailedError
[junit] at org.springframework.core.io.ResourceTests.testNonFileResourceExists(ResourceTests.java:151)
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-10-31 10:19:30
|
1130753965
FAILED
[junit] Testcase: testAutowireWithDefault took 0.068 sec
[junit] Testcase: testAutowireByConstructor took 0.046 sec
[junit] Testcase: testAutowireByConstructorWithSimpleValues took 0.352 sec
[junit] Testcase: testConstructorArgResolution took 0.179 sec
[junit] Testcase: testConstructorArgWithSingleMatch took 0.161 sec
[junit] Testcase: testThrowsExceptionOnTooManyArguments took 0.165 sec
[junit] Testcase: testThrowsExceptionOnAmbiguousResolution took 0.075 sec
[junit] Testcase: testFactoryBeanDefinedAsPrototype took 0.417 sec
[junit] Testcase: testDependsOn took 0.98 sec
[junit] Testcase: testDependsOnInInnerBean took 0.08 sec
[junit] Testcase: testDependenciesThroughConstructorArguments took 0.067 sec
[junit] Testcase: testDependenciesThroughConstructorArgumentAutowiring took 0.205 sec
[junit] Testcase: testDependenciesThroughConstructorArgumentsInInnerBean took 0.042 sec
[junit] Testcase: testDependenciesThroughProperties took 0.328 sec
[junit] Testcase: testDependenciesThroughPropertiesWithInTheMiddle took 0.735 sec
[junit] Testcase: testDependenciesThroughPropertyAutowiringByName took 0.374 sec
[junit] Testcase: testDependenciesThroughPropertyAutowiringByType took 0.045 sec
[junit] Testcase: testDependenciesThroughPropertiesInInnerBean took 0.073 sec
[junit] Testcase: testClassNotFoundWithDefault took 0.077 sec
[junit] Testcase: testClassNotFoundWithNoBeanClassLoader took 0.055 sec
[junit] Testcase: testResourceAndInputStream took 0.124 sec
[junit] Testcase: testClassPathResourceWithImport took 0.06 sec
[junit] Testcase: testUrlResourceWithImport took 0.048 sec
[junit] Testcase: testFileSystemResourceWithImport took 0.051 sec
[junit] Testcase: testLookupOverrideMethodsWithSetterInjection took 3.049 sec
[junit] FAILED
[junit] null
[junit] junit.framework.AssertionFailedError
[junit] at org.springframework.beans.factory.xml.XmlBeanFactoryTests.testLookupOverrideMethodsWithSetterInjection(XmlBeanFactoryTests.java:896)
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: Marc L. <li...@lo...> - 2005-10-31 19:22:15
|
Hi,
please take a look at that stack:
java.lang.NullPointerException
at java.lang.StringBuffer.<init>(StringBuffer.java:80)
at
org.springframework.aop.interceptor.AbstractPerformanceMonitorInterceptor.createInvocationTraceName(AbstractPerformanceMonitorInterceptor.java:80)
at
org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor.invokeUnderTrace(JamonPerformanceMonitorInterceptor.java:57)
[..]
this is the related Spring config:
<!-- =================================== -->
<!-- AutpoProxy Creator -->
<!-- =================================== -->
<bean id="proxyCreator"
class="org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator">
<property name="beanNames">
<list>
<value>loginService</value>
</list>
</property>
<property name="interceptorNames">
<list>
<value>JAMonInterceptor</value>
</list>
</property>
</bean>
<bean id="JAMonInterceptor"
class="org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor"/>
This configuration worked for months but after upgrading to Spring 1.2.5
i am getting the stack. The reason is quite obvious, Juergen tried to be
a good boy and used StringBuffer instead of String concatenation and
initialized it with a Prefix, but i dont have a prefix and i dont know
if its a good idea to take for granted that there is one.
See the relevant method from Spring _before_ 1.2.5
--- snipp ---
protected String createInvocationTraceName(MethodInvocation invocation){
String invocationData =
invocation.getMethod().getDeclaringClass().getName() + "." +
invocation.getMethod().getName();
return getPrefix() + invocationData + getSuffix();
}
--- snapp ---
Now the current one in 1.2.5:
--- snipp ---
protected String createInvocationTraceName(MethodInvocation invocation){
StringBuffer sb = new StringBuffer(getPrefix());
sb.append(invocation.getMethod().getDeclaringClass().getName());
sb.append('.').append(invocation.getMethod().getName());
sb.append(getSuffix());
return sb.toString();
}
--- snapp ---
So either we should intitialize the prefix property with "" or just dont
use the parametrized constructor of StringBuffer.
Tell me what you think....
Marc Logemann
http://www.logemann.org
|
|
From: Rob H. <rob...@in...> - 2005-11-01 16:16:39
|
This is fixed in the current CVS HEAD ready for 1.2.6
Marc Logemann wrote:
> Hi,
>
> please take a look at that stack:
>
> java.lang.NullPointerException
> at java.lang.StringBuffer.<init>(StringBuffer.java:80)
> at
> org.springframework.aop.interceptor.AbstractPerformanceMonitorInterceptor.createInvocationTraceName(AbstractPerformanceMonitorInterceptor.java:80)
>
> at
> org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor.invokeUnderTrace(JamonPerformanceMonitorInterceptor.java:57)
>
> [..]
>
>
> this is the related Spring config:
>
> <!-- =================================== -->
> <!-- AutpoProxy Creator -->
> <!-- =================================== -->
> <bean id="proxyCreator"
> class="org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator">
>
> <property name="beanNames">
> <list>
> <value>loginService</value>
> </list>
> </property>
> <property name="interceptorNames">
> <list>
> <value>JAMonInterceptor</value>
> </list>
> </property>
> </bean>
>
> <bean id="JAMonInterceptor"
> class="org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor"/>
>
>
> This configuration worked for months but after upgrading to Spring
> 1.2.5 i am getting the stack. The reason is quite obvious, Juergen
> tried to be a good boy and used StringBuffer instead of String
> concatenation and initialized it with a Prefix, but i dont have a
> prefix and i dont know if its a good idea to take for granted that
> there is one.
>
> See the relevant method from Spring _before_ 1.2.5
>
> --- snipp ---
> protected String createInvocationTraceName(MethodInvocation invocation){
> String invocationData =
> invocation.getMethod().getDeclaringClass().getName() + "." +
> invocation.getMethod().getName();
> return getPrefix() + invocationData + getSuffix();
> }
> --- snapp ---
>
> Now the current one in 1.2.5:
>
> --- snipp ---
> protected String createInvocationTraceName(MethodInvocation invocation){
> StringBuffer sb = new StringBuffer(getPrefix());
> sb.append(invocation.getMethod().getDeclaringClass().getName());
> sb.append('.').append(invocation.getMethod().getName());
> sb.append(getSuffix());
> return sb.toString();
> }
> --- snapp ---
>
> So either we should intitialize the prefix property with "" or just
> dont use the parametrized constructor of StringBuffer.
>
> Tell me what you think....
>
> Marc Logemann
> http://www.logemann.org
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by the JBoss Inc.
> Get Certified Today * Register for a JBoss Training Course
> Free Certification Exam for All Training Attendees Through End of 2005
> Visit http://www.jboss.com/services/certification for more information
> _______________________________________________
> Springframework-developer mailing list
> Spr...@li...
> https://lists.sourceforge.net/lists/listinfo/springframework-developer
--
Rob Harrop
Principal Consultant
Interface21 - Spring Services from the Source
http://www.springframework.com
|
|
From: Juergen H. <ju...@in...> - 2005-11-08 13:33:26
|
Thanks for pointing this out, Marc. This has already been fixed right after 1.2.5, always having prefix/suffix to be at least empty String (http://opensource2.atlassian.com/projects/spring/browse/SPR-1355). The nightly 1.2.6 snapshots already contain this fix for a while. Feel free to give it a try and let me know whether it works for you! Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...] On Behalf Of Marc Logemann Sent: Monday, October 31, 2005 8:22 PM To: spr...@li... Subject: [Springframework-developer] AbstractPerformanceMonitorInterceptor changed for bad in 1.2.5 Hi, please take a look at that stack: java.lang.NullPointerException at java.lang.StringBuffer.<init>(StringBuffer.java:80) at org.springframework.aop.interceptor.AbstractPerformanceMonitorInterceptor.cr eateInvocationTraceName(AbstractPerformanceMonitorInterceptor.java:80) at org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor.invok eUnderTrace(JamonPerformanceMonitorInterceptor.java:57) [..] this is the related Spring config: <!-- =================================== --> <!-- AutpoProxy Creator --> <!-- =================================== --> <bean id="proxyCreator" class="org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator" > <property name="beanNames"> <list> <value>loginService</value> </list> </property> <property name="interceptorNames"> <list> <value>JAMonInterceptor</value> </list> </property> </bean> <bean id="JAMonInterceptor" class="org.springframework.aop.interceptor.JamonPerformanceMonitorIntercepto r"/> This configuration worked for months but after upgrading to Spring 1.2.5 i am getting the stack. The reason is quite obvious, Juergen tried to be a good boy and used StringBuffer instead of String concatenation and initialized it with a Prefix, but i dont have a prefix and i dont know if its a good idea to take for granted that there is one. See the relevant method from Spring _before_ 1.2.5 --- snipp --- protected String createInvocationTraceName(MethodInvocation invocation){ String invocationData = invocation.getMethod().getDeclaringClass().getName() + "." + invocation.getMethod().getName(); return getPrefix() + invocationData + getSuffix(); } --- snapp --- Now the current one in 1.2.5: --- snipp --- protected String createInvocationTraceName(MethodInvocation invocation){ StringBuffer sb = new StringBuffer(getPrefix()); sb.append(invocation.getMethod().getDeclaringClass().getName()); sb.append('.').append(invocation.getMethod().getName()); sb.append(getSuffix()); return sb.toString(); } --- snapp --- So either we should intitialize the prefix property with "" or just dont use the parametrized constructor of StringBuffer. Tell me what you think.... Marc Logemann http://www.logemann.org ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Darren D. <da...@sh...> - 2005-11-17 02:35:56
|
1132194843
FAILED
Buildfile: build.xml
clean:
[delete] Deleting directory /var/local/home/users/d/da/davison/checkouts/spring/target/classes
[delete] Deleting directory /var/local/home/users/d/da/davison/checkouts/spring/target
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/classes
[mkdir] Created dir: /var/local/home/users/d/da/davison/checkouts/spring/target/classes/META-INF
[javac] Compiling 1130 source files to /var/local/home/users/d/da/davison/checkouts/spring/target/classes
[javac] /var/local/home/users/d/da/davison/checkouts/spring/src/org/springframework/util/ReflectionUtils.java:96: cannot resolve symbol
[javac] symbol : constructor IllegalStateException (java.lang.String,java.lang.IllegalAccessException)
[javac] location: class java.lang.IllegalStateException
[javac] throw new IllegalStateException("Should not get here.", e);
[javac] ^
[javac] /var/local/home/users/d/da/davison/checkouts/spring/src/org/springframework/util/ReflectionUtils.java:100: cannot resolve symbol
[javac] symbol : constructor IllegalStateException (java.lang.String,java.lang.reflect.InvocationTargetException)
[javac] location: class java.lang.IllegalStateException
[javac] throw new IllegalStateException("Should not get here.", e);
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 2 errors
Last CVS updates prior to this build were:
1132193581
? ?
? junit423465713.properties
? junittestcases2136842450.properties
? sandbox/src/org/springframework/core/closure/ElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGeneratorWorkflow.java
? sandbox/src/org/springframework/core/closure/support/IfBlock.java
? sandbox/src/org/springframework/jms/listener
? test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
C sandbox/src/org/springframework/jms/listener/AbstractMessageListenerContainer.java
C sandbox/src/org/springframework/jms/listener/SessionAwareMessageListener.java
C sandbox/src/org/springframework/jms/listener/SimpleMessageListenerContainer.java
C sandbox/src/org/springframework/jms/listener/SimpleMessageListenerContainer102.java
C sandbox/src/org/springframework/jms/listener/package.html
C sandbox/src/org/springframework/jms/listener/server/AbstractPoolingServerSessionFactory.java
C sandbox/src/org/springframework/jms/listener/server/CommonsPoolServerSessionFactory.java
C sandbox/src/org/springframework/jms/listener/server/ListenerSessionManager.java
C sandbox/src/org/springframework/jms/listener/server/ServerMessageListenerContainer.java
C sandbox/src/org/springframework/jms/listener/server/ServerMessageListenerContainer102.java
C sandbox/src/org/springframework/jms/listener/server/ServerSessionFactory.java
C sandbox/src/org/springframework/jms/listener/server/SimpleServerSessionFactory.java
C sandbox/src/org/springframework/jms/listener/server/package.html
C test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
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
successful build occurs on the machine in question.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-11-18 10:39:42
|
1132310239
FAILED
[junit] Testcase: testNaming took 0,01 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,014 sec
[junit] Testsuite: org.springframework.jmx.export.naming.PropertiesFileNamingStrategyTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,014 sec
[junit] Testcase: testNaming took 0,004 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,015 sec
[junit] Testsuite: org.springframework.jmx.export.naming.PropertiesNamingStrategyTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,015 sec
[junit] Testcase: testNaming took 0 sec
[junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0,118 sec
[junit] Testsuite: org.springframework.jmx.support.ConnectorServerFactoryBeanTests
[junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0,118 sec
[junit] Testcase: testStartupWithLocatedServer took 0,058 sec
[junit] Testcase: testStartupWithSuppliedServer took 0,028 sec
[junit] Testcase: testRegisterWithMBeanServer took 0,014 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:331)
[junit] at java.net.ServerSocket.bind(ServerSocket.java:318)
[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.afterPropertiesSet(ConnectorServerFactoryBean.java:183)
[junit] at org.springframework.jmx.support.ConnectorServerFactoryBeanTests.testRegisterWithMBeanServer(ConnectorServerFactoryBeanTests.java:78)
Last CVS updates prior to this build were:
1132308781
? ?
? junit423465713.properties
? junittestcases2136842450.properties
? sandbox/src/org/springframework/core/closure/ElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGeneratorWorkflow.java
? sandbox/src/org/springframework/core/closure/support/IfBlock.java
? sandbox/src/org/springframework/jms/listener
? test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
C sandbox/src/org/springframework/jms/listener/AbstractMessageListenerContainer.java
C sandbox/src/org/springframework/jms/listener/SessionAwareMessageListener.java
C sandbox/src/org/springframework/jms/listener/SimpleMessageListenerContainer.java
C sandbox/src/org/springframework/jms/listener/SimpleMessageListenerContainer102.java
C sandbox/src/org/springframework/jms/listener/package.html
C sandbox/src/org/springframework/jms/listener/server/AbstractPoolingServerSessionFactory.java
C sandbox/src/org/springframework/jms/listener/server/CommonsPoolServerSessionFactory.java
C sandbox/src/org/springframework/jms/listener/server/ListenerSessionManager.java
C sandbox/src/org/springframework/jms/listener/server/ServerMessageListenerContainer.java
C sandbox/src/org/springframework/jms/listener/server/ServerMessageListenerContainer102.java
C sandbox/src/org/springframework/jms/listener/server/ServerSessionFactory.java
C sandbox/src/org/springframework/jms/listener/server/SimpleServerSessionFactory.java
C sandbox/src/org/springframework/jms/listener/server/package.html
C test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
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
successful build occurs on the machine in question.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-11-22 02:35:05
|
1132626906
FAILED
[javac] ConfigurableJasperReportsView view = new ConfigurableJasperReportsView();
[javac] ^
[javac] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/web/servlet/view/jasperreports/AbstractConfigurableJasperReportsViewTests.java:21: cannot resolve symbol
[javac] symbol : class ConfigurableJasperReportsView
[javac] location: class org.springframework.web.servlet.view.jasperreports.AbstractConfigurableJasperReportsViewTests
[javac] ConfigurableJasperReportsView view = new ConfigurableJasperReportsView();
[javac] ^
[javac] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/web/servlet/view/jasperreports/ConfigurableJasperReportsViewWithStreamTests.java:11: cannot resolve symbol
[javac] symbol : class ConfigurableJasperReportsView
[javac] location: class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsViewWithStreamTests
[javac] ConfigurableJasperReportsView view = new ConfigurableJasperReportsView();
[javac] ^
[javac] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/web/servlet/view/jasperreports/ConfigurableJasperReportsViewWithStreamTests.java:11: cannot resolve symbol
[javac] symbol : class ConfigurableJasperReportsView
[javac] location: class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsViewWithStreamTests
[javac] ConfigurableJasperReportsView view = new ConfigurableJasperReportsView();
[javac] ^
[javac] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/web/servlet/view/jasperreports/ConfigurableJasperReportsViewWithWriterTests.java:11: cannot resolve symbol
[javac] symbol : class ConfigurableJasperReportsView
[javac] location: class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsViewWithWriterTests
[javac] ConfigurableJasperReportsView view = new ConfigurableJasperReportsView();
[javac] ^
[javac] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/web/servlet/view/jasperreports/ConfigurableJasperReportsViewWithWriterTests.java:11: cannot resolve symbol
[javac] symbol : class ConfigurableJasperReportsView
[javac] location: class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsViewWithWriterTests
[javac] ConfigurableJasperReportsView view = new ConfigurableJasperReportsView();
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 7 errors
Last CVS updates prior to this build were:
1132625581
? ?
? junit423465713.properties
? junittestcases2136842450.properties
? sandbox/src/org/springframework/core/closure/ElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGeneratorWorkflow.java
? sandbox/src/org/springframework/core/closure/support/IfBlock.java
? sandbox/src/org/springframework/jms/listener
? test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
C test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
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
successful build occurs on the machine in question.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-11-26 18:38:31
|
1133030272
FAILED
[junit] Testcase: testNaming took 0,006 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,016 sec
[junit] Testsuite: org.springframework.jmx.export.naming.PropertiesFileNamingStrategyTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,016 sec
[junit] Testcase: testNaming took 0,004 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,018 sec
[junit] Testsuite: org.springframework.jmx.export.naming.PropertiesNamingStrategyTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,018 sec
[junit] Testcase: testNaming took 0,001 sec
[junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0,127 sec
[junit] Testsuite: org.springframework.jmx.support.ConnectorServerFactoryBeanTests
[junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0,127 sec
[junit] Testcase: testStartupWithLocatedServer took 0,067 sec
[junit] Testcase: testStartupWithSuppliedServer took 0,024 sec
[junit] Testcase: testRegisterWithMBeanServer took 0,014 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:331)
[junit] at java.net.ServerSocket.bind(ServerSocket.java:318)
[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.afterPropertiesSet(ConnectorServerFactoryBean.java:183)
[junit] at org.springframework.jmx.support.ConnectorServerFactoryBeanTests.testRegisterWithMBeanServer(ConnectorServerFactoryBeanTests.java:78)
Last CVS updates prior to this build were:
1133028782
? ?
? junit423465713.properties
? junittestcases2136842450.properties
? sandbox/src/org/springframework/core/closure/ElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGeneratorWorkflow.java
? sandbox/src/org/springframework/core/closure/support/IfBlock.java
? sandbox/src/org/springframework/jms/listener
? test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
P autobuilds/apps/common-build/common-targets.xml
P src/org/springframework/beans/factory/support/AbstractAutowireCapableBeanFactory.java
P src/org/springframework/beans/factory/support/AbstractBeanDefinition.java
P src/org/springframework/beans/factory/support/AbstractBeanFactory.java
P src/org/springframework/beans/factory/xml/DefaultXmlBeanDefinitionParser.java
P src/org/springframework/beans/factory/xml/spring-beans.dtd
P test/org/springframework/beans/factory/xml/DefaultLifecycleMethodsTests.java
U test/org/springframework/beans/factory/xml/defaultLifecycleMethods.xml
C test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
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
successful build occurs on the machine in question.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-11-30 02:34:26
|
1133318001
FAILED
Buildfile: build.xml
clean:
[delete] Deleting directory /var/local/home/users/d/da/davison/checkouts/spring/target/classes
[delete] Deleting directory /var/local/home/users/d/da/davison/checkouts/spring/target
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/classes
[mkdir] Created dir: /var/local/home/users/d/da/davison/checkouts/spring/target/classes/META-INF
[javac] Compiling 1200 source files to /var/local/home/users/d/da/davison/checkouts/spring/target/classes
[javac] /var/local/home/users/d/da/davison/checkouts/spring/src/org/springframework/aop/support/aspectj/AspectJExpressionPointcut.java:77: <identifier> expected
[javac] public AspectJExpressionPointcut(Class scope, String[] paramNames, Class<?>[] paramTypes) {
[javac] ^
[javac] /var/local/home/users/d/da/davison/checkouts/spring/src/org/springframework/aop/support/aspectj/AspectJExpressionPointcut.java:180: ')' expected
[javac] }
[javac] ^
[javac] 2 errors
Last CVS updates prior to this build were:
1133316781
? ?
? junit423465713.properties
? junittestcases2136842450.properties
? sandbox/src/org/springframework/core/closure/ElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGeneratorWorkflow.java
? sandbox/src/org/springframework/core/closure/support/IfBlock.java
? sandbox/src/org/springframework/jms/listener
? test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
C test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
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
successful build occurs on the machine in question.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-12-08 18:41:19
|
1134067106
FAILED
[junit] Testcase: testNaming took 0,005 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,02 sec
[junit] Testsuite: org.springframework.jmx.export.naming.PropertiesFileNamingStrategyTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,02 sec
[junit] Testcase: testNaming took 0,004 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,012 sec
[junit] Testsuite: org.springframework.jmx.export.naming.PropertiesNamingStrategyTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,012 sec
[junit] Testcase: testNaming took 0,001 sec
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,104 sec
[junit] Testsuite: org.springframework.jmx.support.ConnectorServerFactoryBeanTests
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,104 sec
[junit] Testcase: testStartupWithLocatedServer took 0,064 sec
[junit] Testcase: testStartupWithSuppliedServer took 0,011 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:331)
[junit] at java.net.ServerSocket.bind(ServerSocket.java:318)
[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.afterPropertiesSet(ConnectorServerFactoryBean.java:183)
[junit] at org.springframework.jmx.support.ConnectorServerFactoryBeanTests.testStartupWithSuppliedServer(ConnectorServerFactoryBeanTests.java:65)
Last CVS updates prior to this build were:
1134065582
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
successful build occurs on the machine in question.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-12-09 18:39:12
|
1134153438
FAILED
[junit] Testcase: testNaming took 0,012 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,015 sec
[junit] Testsuite: org.springframework.jmx.export.naming.PropertiesFileNamingStrategyTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,015 sec
[junit] Testcase: testNaming took 0,004 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,017 sec
[junit] Testsuite: org.springframework.jmx.export.naming.PropertiesNamingStrategyTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,017 sec
[junit] Testcase: testNaming took 0,001 sec
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,068 sec
[junit] Testsuite: org.springframework.jmx.support.ConnectorServerFactoryBeanTests
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,068 sec
[junit] Testcase: testStartupWithLocatedServer took 0,024 sec
[junit] Testcase: testStartupWithSuppliedServer took 0,024 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:331)
[junit] at java.net.ServerSocket.bind(ServerSocket.java:318)
[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.afterPropertiesSet(ConnectorServerFactoryBean.java:183)
[junit] at org.springframework.jmx.support.ConnectorServerFactoryBeanTests.testStartupWithSuppliedServer(ConnectorServerFactoryBeanTests.java:65)
Last CVS updates prior to this build were:
1134151981
? ?
? junit423465713.properties
? junittestcases2136842450.properties
? sandbox/src/org/springframework/core/closure/ElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGeneratorWorkflow.java
? sandbox/src/org/springframework/core/closure/support/IfBlock.java
? sandbox/src/org/springframework/jms/listener
? test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
C test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
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
successful build occurs on the machine in question.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-12-11 10:40:40
|
1134297509
FAILED
[junit] Testcase: testNaming took 0,006 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,015 sec
[junit] Testsuite: org.springframework.jmx.export.naming.PropertiesFileNamingStrategyTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,015 sec
[junit] Testcase: testNaming took 0,004 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,016 sec
[junit] Testsuite: org.springframework.jmx.export.naming.PropertiesNamingStrategyTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,016 sec
[junit] Testcase: testNaming took 0,001 sec
[junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0,121 sec
[junit] Testsuite: org.springframework.jmx.support.ConnectorServerFactoryBeanTests
[junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0,121 sec
[junit] Testcase: testStartupWithLocatedServer took 0,063 sec
[junit] Testcase: testStartupWithSuppliedServer took 0,024 sec
[junit] Testcase: testRegisterWithMBeanServer took 0,012 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:331)
[junit] at java.net.ServerSocket.bind(ServerSocket.java:318)
[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.afterPropertiesSet(ConnectorServerFactoryBean.java:183)
[junit] at org.springframework.jmx.support.ConnectorServerFactoryBeanTests.testRegisterWithMBeanServer(ConnectorServerFactoryBeanTests.java:78)
Last CVS updates prior to this build were:
1134295981
? ?
? junit423465713.properties
? junittestcases2136842450.properties
? sandbox/src/org/springframework/core/closure/ElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGeneratorWorkflow.java
? sandbox/src/org/springframework/core/closure/support/IfBlock.java
? sandbox/src/org/springframework/jms/listener
? test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
C test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
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
successful build occurs on the machine in question.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-12-15 18:40:28
|
1134671874
FAILED
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,026 sec
[junit] Testsuite: org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisorTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,026 sec
[junit] Testcase: testSerializability took 0,016 sec
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,021 sec
[junit] Testsuite: org.springframework.transaction.interceptor.TransactionAttributeSourceEditorTests
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,021 sec
[junit] Testcase: testNull took 0,001 sec
[junit] Testcase: testInvalid took 0,001 sec
[junit] Testcase: testMatchesSpecific took 0,002 sec
[junit] Testcase: testMatchesAll took 0,001 sec
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,221 sec
[junit] Testsuite: org.springframework.transaction.interceptor.TransactionAttributeSourceTests
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,221 sec
[junit] Testcase: testMatchAlwaysTransactionAttributeSource took 0,21 sec
[junit] Testcase: testMethodMapTransactionAttributeSource took 0,001 sec
[junit] Testcase: testNameMatchTransactionAttributeSource took 0 sec
[junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0,026 sec
[junit] Testsuite: org.springframework.transaction.interceptor.TransactionInterceptorTests
[junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0,026 sec
[junit] Testcase: testSerializableWithAttributeProperties took 0,009 sec
[junit] FAILED
[junit] null
[junit] junit.framework.AssertionFailedError
[junit] at org.springframework.transaction.interceptor.TransactionInterceptorTests.testSerializableWithAttributeProperties(TransactionInterceptorTests.java:68)
Last CVS updates prior to this build were:
1134670381
? ?
? junit423465713.properties
? junittestcases2136842450.properties
? sandbox/src/org/springframework/core/closure/ElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGeneratorWorkflow.java
? sandbox/src/org/springframework/core/closure/support/IfBlock.java
? sandbox/src/org/springframework/jms/listener
? test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
U aspectj/src/META-INF/aop.xml
U aspectj/src/org/springframework/beans/factory/aspectj/AbstractBeanConfigurer.aj
U aspectj/src/org/springframework/beans/factory/aspectj/AnnotationBeanConfigurer.aj
U aspectj/src/org/springframework/beans/factory/aspectj/BeanWiringInfo.java
U aspectj/src/org/springframework/beans/factory/aspectj/BeanWiringInfoResolver.java
U aspectj/src/org/springframework/beans/factory/aspectj/Configurable.java
U aspectj/src/org/springframework/transaction/aspectj/AbstractTransactionAspect.aj
U aspectj/src/org/springframework/transaction/aspectj/TransactionalAnnotationTransactionAspect.aj
P aspectj/test/org/springframework/beans/factory/aspectj/BeanConfigurerTests.java
U aspectj/test/org/springframework/transaction/aspectj/ITransactional.java
U aspectj/test/org/springframework/transaction/aspectj/MethodAnnotationOnClassWithNoInterface.java
U aspectj/test/org/springframework/transaction/aspectj/TransactionAspectTests.java
U aspectj/test/org/springframework/transaction/aspectj/TransactionalAnnotationOnlyOnClassWithNoInterface.java
U aspectj/test/org/springframework/transaction/aspectj/txtests.xml
P src/org/springframework/aop/config/AopNamespaceHandler.java
P src/org/springframework/transaction/interceptor/TransactionAspectSupport.java
P src/org/springframework/transaction/interceptor/TransactionInterceptor.java
C test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
P test/org/springframework/transaction/CallCountingTransactionManager.java
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
successful build occurs on the machine in question.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-12-24 02:41:17
|
1135391868
FAILED
[junit] Testcase: testNaming took 0,005 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,013 sec
[junit] Testsuite: org.springframework.jmx.export.naming.PropertiesFileNamingStrategyTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,013 sec
[junit] Testcase: testNaming took 0,003 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: 3, Failures: 0, Errors: 1, Time elapsed: 0,112 sec
[junit] Testsuite: org.springframework.jmx.support.ConnectorServerFactoryBeanTests
[junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0,112 sec
[junit] Testcase: testStartupWithLocatedServer took 0,059 sec
[junit] Testcase: testStartupWithSuppliedServer took 0,021 sec
[junit] Testcase: testRegisterWithMBeanServer took 0,012 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:331)
[junit] at java.net.ServerSocket.bind(ServerSocket.java:318)
[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.afterPropertiesSet(ConnectorServerFactoryBean.java:167)
[junit] at org.springframework.jmx.support.ConnectorServerFactoryBeanTests.testRegisterWithMBeanServer(ConnectorServerFactoryBeanTests.java:78)
Last CVS updates prior to this build were:
1135390381
? ?
? junit423465713.properties
? junittestcases2136842450.properties
? sandbox/src/org/springframework/core/closure/ElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGeneratorWorkflow.java
? sandbox/src/org/springframework/core/closure/support/IfBlock.java
? sandbox/src/org/springframework/jms/listener
? test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
C test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
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
successful build occurs on the machine in question.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-12-25 02:41:56
|
1135478298
FAILED
[junit] Testcase: testNaming took 0,005 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,022 sec
[junit] Testsuite: org.springframework.jmx.export.naming.PropertiesFileNamingStrategyTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,022 sec
[junit] Testcase: testNaming took 0,005 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,014 sec
[junit] Testsuite: org.springframework.jmx.export.naming.PropertiesNamingStrategyTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,014 sec
[junit] Testcase: testNaming took 0 sec
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,084 sec
[junit] Testsuite: org.springframework.jmx.support.ConnectorServerFactoryBeanTests
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0,084 sec
[junit] Testcase: testStartupWithLocatedServer took 0,051 sec
[junit] Testcase: testStartupWithSuppliedServer took 0,01 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:331)
[junit] at java.net.ServerSocket.bind(ServerSocket.java:318)
[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.afterPropertiesSet(ConnectorServerFactoryBean.java:167)
[junit] at org.springframework.jmx.support.ConnectorServerFactoryBeanTests.testStartupWithSuppliedServer(ConnectorServerFactoryBeanTests.java:65)
Last CVS updates prior to this build were:
1135476781
? ?
? junit423465713.properties
? junittestcases2136842450.properties
? sandbox/src/org/springframework/core/closure/ElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGeneratorWorkflow.java
? sandbox/src/org/springframework/core/closure/support/IfBlock.java
? sandbox/src/org/springframework/jms/listener
? test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
C test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
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
successful build occurs on the machine in question.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-12-26 02:41:49
|
1135564689
FAILED
[junit] Testcase: testNaming took 0,14 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,025 sec
[junit] Testsuite: org.springframework.jmx.export.naming.PropertiesFileNamingStrategyTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,025 sec
[junit] Testcase: testNaming took 0,003 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,012 sec
[junit] Testsuite: org.springframework.jmx.export.naming.PropertiesNamingStrategyTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,012 sec
[junit] Testcase: testNaming took 0,001 sec
[junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0,133 sec
[junit] Testsuite: org.springframework.jmx.support.ConnectorServerFactoryBeanTests
[junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0,133 sec
[junit] Testcase: testStartupWithLocatedServer took 0,055 sec
[junit] Testcase: testStartupWithSuppliedServer took 0,026 sec
[junit] Testcase: testRegisterWithMBeanServer took 0,012 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:331)
[junit] at java.net.ServerSocket.bind(ServerSocket.java:318)
[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.afterPropertiesSet(ConnectorServerFactoryBean.java:167)
[junit] at org.springframework.jmx.support.ConnectorServerFactoryBeanTests.testRegisterWithMBeanServer(ConnectorServerFactoryBeanTests.java:78)
Last CVS updates prior to this build were:
1135563181
? ?
? junit423465713.properties
? junittestcases2136842450.properties
? sandbox/src/org/springframework/core/closure/ElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGeneratorWorkflow.java
? sandbox/src/org/springframework/core/closure/support/IfBlock.java
? sandbox/src/org/springframework/jms/listener
? test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
C test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
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
successful build occurs on the machine in question.
See http://springframework.sourceforge.net/test/ for further
information.
|
|
From: Darren D. <da...@sh...> - 2005-12-30 02:42:41
|
1135910266
FAILED
[junit] Testcase: testNaming took 0,011 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,013 sec
[junit] Testsuite: org.springframework.jmx.export.naming.PropertiesFileNamingStrategyTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,013 sec
[junit] Testcase: testNaming took 0,003 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,017 sec
[junit] Testsuite: org.springframework.jmx.export.naming.PropertiesNamingStrategyTests
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,017 sec
[junit] Testcase: testNaming took 0 sec
[junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0,119 sec
[junit] Testsuite: org.springframework.jmx.support.ConnectorServerFactoryBeanTests
[junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0,119 sec
[junit] Testcase: testStartupWithLocatedServer took 0,054 sec
[junit] Testcase: testStartupWithSuppliedServer took 0,029 sec
[junit] Testcase: testRegisterWithMBeanServer took 0,018 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:331)
[junit] at java.net.ServerSocket.bind(ServerSocket.java:318)
[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.afterPropertiesSet(ConnectorServerFactoryBean.java:167)
[junit] at org.springframework.jmx.support.ConnectorServerFactoryBeanTests.testRegisterWithMBeanServer(ConnectorServerFactoryBeanTests.java:78)
Last CVS updates prior to this build were:
1135908781
? ?
? junit423465713.properties
? junittestcases2136842450.properties
? sandbox/src/org/springframework/core/closure/ElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGenerator.java
? sandbox/src/org/springframework/core/closure/support/AbstractElementGeneratorWorkflow.java
? sandbox/src/org/springframework/core/closure/support/IfBlock.java
? sandbox/src/org/springframework/jms/listener
? test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
C test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml
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
successful build occurs on the machine in question.
See http://springframework.sourceforge.net/test/ for further
information.
|