You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
(66) |
Apr
(29) |
May
(85) |
Jun
(66) |
Jul
(24) |
Aug
(139) |
Sep
(72) |
Oct
(26) |
Nov
(142) |
Dec
(34) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(55) |
Feb
(72) |
Mar
(43) |
Apr
(60) |
May
(95) |
Jun
(22) |
Jul
(48) |
Aug
(17) |
Sep
(54) |
Oct
(30) |
Nov
(82) |
Dec
(17) |
2007 |
Jan
(23) |
Feb
(38) |
Mar
(46) |
Apr
(12) |
May
(77) |
Jun
(77) |
Jul
(94) |
Aug
(51) |
Sep
(38) |
Oct
(57) |
Nov
(39) |
Dec
(67) |
2008 |
Jan
(38) |
Feb
(56) |
Mar
(42) |
Apr
(46) |
May
(37) |
Jun
(43) |
Jul
(52) |
Aug
(22) |
Sep
(22) |
Oct
(34) |
Nov
(37) |
Dec
(29) |
2009 |
Jan
(27) |
Feb
(35) |
Mar
(67) |
Apr
(37) |
May
(31) |
Jun
(79) |
Jul
(71) |
Aug
(59) |
Sep
(31) |
Oct
(47) |
Nov
(36) |
Dec
(7) |
2010 |
Jan
(15) |
Feb
(87) |
Mar
(38) |
Apr
(33) |
May
(24) |
Jun
(47) |
Jul
(26) |
Aug
(28) |
Sep
(33) |
Oct
(13) |
Nov
(8) |
Dec
(36) |
2011 |
Jan
(32) |
Feb
(10) |
Mar
(29) |
Apr
(29) |
May
(17) |
Jun
(14) |
Jul
(33) |
Aug
(11) |
Sep
(7) |
Oct
(7) |
Nov
(6) |
Dec
(10) |
2012 |
Jan
(19) |
Feb
(12) |
Mar
(16) |
Apr
(6) |
May
(18) |
Jun
(18) |
Jul
(31) |
Aug
(25) |
Sep
|
Oct
(31) |
Nov
(21) |
Dec
(9) |
2013 |
Jan
(8) |
Feb
(16) |
Mar
(8) |
Apr
(7) |
May
(3) |
Jun
(29) |
Jul
(29) |
Aug
|
Sep
(7) |
Oct
(9) |
Nov
(1) |
Dec
(1) |
2014 |
Jan
(3) |
Feb
(4) |
Mar
|
Apr
(13) |
May
(8) |
Jun
(5) |
Jul
(2) |
Aug
(4) |
Sep
(4) |
Oct
(2) |
Nov
|
Dec
(2) |
2015 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
|
May
(2) |
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
(2) |
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
(3) |
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
(2) |
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2025 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: aaron b. <sof...@gm...> - 2013-10-25 18:10:16
|
Hi Every one the issue was because my other test name was calculationTest2.java. so the issue was naming convention.... On Fri, Oct 25, 2013 at 9:16 AM, softwareforums2013 < sof...@gm...> wrote: > Hello Everybody, > > I have ant project but I customized it to maven by adding pom.xml > > Inside my pom.xml I added the property > <sourceDirectory>src</sourceDirectory> > <testSourceDirectory>test/</testSourceDirectory> > > I also added the cobertura plugins in my pom.xml > > here is my simple sample project > src - example - calculation.java (example is the package name) > test - example - calculationTest.java, calculationTest2.java (I have 2 test > classes) > > I ran the command mvn cobertura:cobertura > It only executed or ran calculationTest.java and didnot ran > calculationTest2.java > > but it did generate calculationTest2.class , it just didnt run it. > > Any reason why? > > Is there a way I could run all the test under that folder > > > > -- > View this message in context: > http://cobertura.996293.n3.nabble.com/Cobertura-not-Executing-all-the-unit-test-tp3385.html > Sent from the cobertura-devel mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk > _______________________________________________ > Cobertura-devel mailing list > Cob...@li... > https://lists.sourceforge.net/lists/listinfo/cobertura-devel > |
From: softwareforums2013 <sof...@gm...> - 2013-10-25 16:16:28
|
Hello Everybody, I have ant project but I customized it to maven by adding pom.xml Inside my pom.xml I added the property <sourceDirectory>src</sourceDirectory> <testSourceDirectory>test/</testSourceDirectory> I also added the cobertura plugins in my pom.xml here is my simple sample project src - example - calculation.java (example is the package name) test - example - calculationTest.java, calculationTest2.java (I have 2 test classes) I ran the command mvn cobertura:cobertura It only executed or ran calculationTest.java and didnot ran calculationTest2.java but it did generate calculationTest2.class , it just didnt run it. Any reason why? Is there a way I could run all the test under that folder -- View this message in context: http://cobertura.996293.n3.nabble.com/Cobertura-not-Executing-all-the-unit-test-tp3385.html Sent from the cobertura-devel mailing list archive at Nabble.com. |
From: aaron b. <sof...@gm...> - 2013-10-25 15:19:50
|
Hello Everybody, I have ant project but I customized it to maven by adding pom.xml Inside my pom.xml I added the property <sourceDirectory>src</sourceDirectory> <testSourceDirectory>test/</testSourceDirectory> I also added the cobertura plugins in my pom.xml here is my simple sample project src - example - calculation.java (example is the package name) test - example - calculationTest.java, calculationTest2.java (I have 2 test classes) I ran the command mvn cobertura:cobertura It only executed or ran calculationTest.java and didnot ran calculationTest2.java but it did generate calculationTest2.class , it just didnt run it. Any reason why? Is there a way I could run all the test under that folder |
From: KARR, D. <dk...@at...> - 2013-10-24 21:35:56
|
Generally it's good to see errors sooner than later, but I think in this case the difference between instrumentation time and execution time is likely going to be extremely short. We instrument, and then immediately run the tests. Unless I'm missing something, that doesn't seem like a huge value. From: Steve Christou [mailto:sch...@gm...] Sent: Thursday, October 24, 2013 12:51 PM To: KARR, DAVID Cc: cob...@li... Subject: Re: [Cobertura-devel] app classes not found upgrading from Cobertura 1.9.4.1 to 2.0.3 Sorry for the delay in response on this. I believe I found the root cause of the auxClasspath issue where people will receive the ClassNotFoundException. Part of the reason was I added the CheckMethod api from the ASM library. I believed it would be better that people receive issues of instrumentation issues at instrumentation time instead of at execution time. We required the auxClasspath because we actually rebuild the entire .class file and because of that it requires that the .class files are added. This actually helped a great lot with debugging (for me) as I could see why it failed to instrument a .class file. I noticed a lot of people were having issues with upgrading and I think to maintain backward compatibility and less arguments for people to add, I will remove this extra item and perform a 2.0.4 release before doing the new feature 2.1.0 release. On Wed, Oct 23, 2013 at 1:37 PM, KARR, DAVID <dk...@at...<mailto:dk...@at...>> wrote: > -----Original Message----- > From: KARR, DAVID > Sent: Wednesday, October 23, 2013 10:09 AM > To: cob...@li...<mailto:cob...@li...> > Subject: [Cobertura-devel] app classes not found upgrading from Cobertura > 1.9.4.1 to 2.0.3 > > We've been working fine with Cobertura 1.9.4.1 for a while. A related > project tried to implement the same infrastructure, but they were seeing > errors like this: > > [junit] junit.framework.TestListener: addError(testServiceForNullInputs, > tried to access method > net.sourceforge.cobertura.coveragedata.ProjectData.initialize()V from class > net.sourceforge.cobertura.coveragedata.TouchCollector) After some analysis, I have to conclude that they must have had their classpath messed up, perhaps with both 1.9.4.1 and 2.0.3 in their classpath. It seems like a stretch, but I could see this problem happening if they had the old TouchCollector class with the new ProjectData class (the call to "ProjectData.initialize()" is only in the old TouchCollector, and "ProjectData.initialize()" went from public to private in the new version). > As a result, they tried upgrading to Cobertura 2.0.3. This fixed their > problem, but I'm not sure why, and I don't know why we weren't seeing this in > the other project. I believe I noticed a couple of occurrences of this error > on the net, but I didn't notice that anyone reported a solution. > > I then tried to see if the original project using 1.9.4.1 would upgrade > cleanly with 2.0.3. I replaced the older cobertura jar and the older "asm" > jars with the cobertura and asm jars, but when I ran my test, I saw new > errors like the following: > ---------------- > Cobertura 2.0.3 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file > 2013-10-23 09:56:14,233 WARN > [net.sourceforge.cobertura.instrument.CoberturaInstrumenter] > [instrumentClass] [Thread:main] - [Unable to instrument file <application > class>] > java.lang.RuntimeException: java.lang.ClassNotFoundException: <framework > class> I'm guessing I have to add "auxClassPath" entries for my application and framework classes, but I don't understand why I didn't have to do this with 1.9.4.1. > at > net.sourceforge.cobertura.instrument.CoberturaClassWriter.getCommonSuperClass > (CoberturaClassWriter.java:35) > at org.objectweb.asm.ClassWriter.a(Unknown Source) > ---------------- > > Where "application class" is a local class in my application, and "framework > class" is a class in a framework we use. I checked the classpath, which was > echoed just before the "cobertura" Ant task was referenced, and the jar > containing that framework class was in the classpath. > > The reference to the "cobertura" Ant task looks like this: > > <target name="cobertura-instrument-unit-test"> > <delete file="${cobertura.dir}/cobertura.ser"/> > <cobertura-instrument datafile="${cobertura.dir}/cobertura.ser" > todir="${instrumented.dir}"> > <fileset dir="${main.classes.dir}" /> > </cobertura-instrument> > </target> > > Is there something else I have to change in the upgrade from 1.9.4.1 to 2.0.3 > that I've missed? ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk _______________________________________________ Cobertura-devel mailing list Cob...@li...<mailto:Cob...@li...> https://lists.sourceforge.net/lists/listinfo/cobertura-devel |
From: Steve C. <sch...@gm...> - 2013-10-24 19:50:40
|
Sorry for the delay in response on this. I believe I found the root cause of the auxClasspath issue where people will receive the ClassNotFoundException. Part of the reason was I added the CheckMethod api from the ASM library. I believed it would be better that people receive issues of instrumentation issues at instrumentation time instead of at execution time. We required the auxClasspath because we actually rebuild the entire .class file and because of that it requires that the .class files are added. This actually helped a great lot with debugging (for me) as I could see why it failed to instrument a .class file. I noticed a lot of people were having issues with upgrading and I think to maintain backward compatibility and less arguments for people to add, I will remove this extra item and perform a 2.0.4 release before doing the new feature 2.1.0 release. On Wed, Oct 23, 2013 at 1:37 PM, KARR, DAVID <dk...@at...> wrote: > > -----Original Message----- > > From: KARR, DAVID > > Sent: Wednesday, October 23, 2013 10:09 AM > > To: cob...@li... > > Subject: [Cobertura-devel] app classes not found upgrading from Cobertura > > 1.9.4.1 to 2.0.3 > > > > We've been working fine with Cobertura 1.9.4.1 for a while. A related > > project tried to implement the same infrastructure, but they were seeing > > errors like this: > > > > [junit] junit.framework.TestListener: addError(testServiceForNullInputs, > > tried to access method > > net.sourceforge.cobertura.coveragedata.ProjectData.initialize()V from > class > > net.sourceforge.cobertura.coveragedata.TouchCollector) > > After some analysis, I have to conclude that they must have had their > classpath messed up, perhaps with both 1.9.4.1 and 2.0.3 in their > classpath. It seems like a stretch, but I could see this problem happening > if they had the old TouchCollector class with the new ProjectData class > (the call to "ProjectData.initialize()" is only in the old TouchCollector, > and "ProjectData.initialize()" went from public to private in the new > version). > > > As a result, they tried upgrading to Cobertura 2.0.3. This fixed their > > problem, but I'm not sure why, and I don't know why we weren't seeing > this in > > the other project. I believe I noticed a couple of occurrences of this > error > > on the net, but I didn't notice that anyone reported a solution. > > > > I then tried to see if the original project using 1.9.4.1 would upgrade > > cleanly with 2.0.3. I replaced the older cobertura jar and the older > "asm" > > jars with the cobertura and asm jars, but when I ran my test, I saw new > > errors like the following: > > ---------------- > > Cobertura 2.0.3 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file > > 2013-10-23 09:56:14,233 WARN > > [net.sourceforge.cobertura.instrument.CoberturaInstrumenter] > > [instrumentClass] [Thread:main] - [Unable to instrument file <application > > class>] > > java.lang.RuntimeException: java.lang.ClassNotFoundException: <framework > > class> > > I'm guessing I have to add "auxClassPath" entries for my application and > framework classes, but I don't understand why I didn't have to do this with > 1.9.4.1. > > > at > > > net.sourceforge.cobertura.instrument.CoberturaClassWriter.getCommonSuperClass > > (CoberturaClassWriter.java:35) > > at org.objectweb.asm.ClassWriter.a(Unknown Source) > > ---------------- > > > > Where "application class" is a local class in my application, and > "framework > > class" is a class in a framework we use. I checked the classpath, which > was > > echoed just before the "cobertura" Ant task was referenced, and the jar > > containing that framework class was in the classpath. > > > > The reference to the "cobertura" Ant task looks like this: > > > > <target name="cobertura-instrument-unit-test"> > > <delete file="${cobertura.dir}/cobertura.ser"/> > > <cobertura-instrument > datafile="${cobertura.dir}/cobertura.ser" > > todir="${instrumented.dir}"> > > <fileset dir="${main.classes.dir}" /> > > </cobertura-instrument> > > </target> > > > > Is there something else I have to change in the upgrade from 1.9.4.1 to > 2.0.3 > > that I've missed? > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk > _______________________________________________ > Cobertura-devel mailing list > Cob...@li... > https://lists.sourceforge.net/lists/listinfo/cobertura-devel > |
From: KARR, D. <dk...@at...> - 2013-10-23 20:38:17
|
> -----Original Message----- > From: KARR, DAVID > Sent: Wednesday, October 23, 2013 10:09 AM > To: cob...@li... > Subject: [Cobertura-devel] app classes not found upgrading from Cobertura > 1.9.4.1 to 2.0.3 > > We've been working fine with Cobertura 1.9.4.1 for a while. A related > project tried to implement the same infrastructure, but they were seeing > errors like this: > > [junit] junit.framework.TestListener: addError(testServiceForNullInputs, > tried to access method > net.sourceforge.cobertura.coveragedata.ProjectData.initialize()V from class > net.sourceforge.cobertura.coveragedata.TouchCollector) After some analysis, I have to conclude that they must have had their classpath messed up, perhaps with both 1.9.4.1 and 2.0.3 in their classpath. It seems like a stretch, but I could see this problem happening if they had the old TouchCollector class with the new ProjectData class (the call to "ProjectData.initialize()" is only in the old TouchCollector, and "ProjectData.initialize()" went from public to private in the new version). > As a result, they tried upgrading to Cobertura 2.0.3. This fixed their > problem, but I'm not sure why, and I don't know why we weren't seeing this in > the other project. I believe I noticed a couple of occurrences of this error > on the net, but I didn't notice that anyone reported a solution. > > I then tried to see if the original project using 1.9.4.1 would upgrade > cleanly with 2.0.3. I replaced the older cobertura jar and the older "asm" > jars with the cobertura and asm jars, but when I ran my test, I saw new > errors like the following: > ---------------- > Cobertura 2.0.3 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file > 2013-10-23 09:56:14,233 WARN > [net.sourceforge.cobertura.instrument.CoberturaInstrumenter] > [instrumentClass] [Thread:main] - [Unable to instrument file <application > class>] > java.lang.RuntimeException: java.lang.ClassNotFoundException: <framework > class> I'm guessing I have to add "auxClassPath" entries for my application and framework classes, but I don't understand why I didn't have to do this with 1.9.4.1. > at > net.sourceforge.cobertura.instrument.CoberturaClassWriter.getCommonSuperClass > (CoberturaClassWriter.java:35) > at org.objectweb.asm.ClassWriter.a(Unknown Source) > ---------------- > > Where "application class" is a local class in my application, and "framework > class" is a class in a framework we use. I checked the classpath, which was > echoed just before the "cobertura" Ant task was referenced, and the jar > containing that framework class was in the classpath. > > The reference to the "cobertura" Ant task looks like this: > > <target name="cobertura-instrument-unit-test"> > <delete file="${cobertura.dir}/cobertura.ser"/> > <cobertura-instrument datafile="${cobertura.dir}/cobertura.ser" > todir="${instrumented.dir}"> > <fileset dir="${main.classes.dir}" /> > </cobertura-instrument> > </target> > > Is there something else I have to change in the upgrade from 1.9.4.1 to 2.0.3 > that I've missed? |
From: KARR, D. <dk...@at...> - 2013-10-23 17:09:56
|
We've been working fine with Cobertura 1.9.4.1 for a while. A related project tried to implement the same infrastructure, but they were seeing errors like this: [junit] junit.framework.TestListener: addError(testServiceForNullInputs, tried to access method net.sourceforge.cobertura.coveragedata.ProjectData.initialize()V from class net.sourceforge.cobertura.coveragedata.TouchCollector) As a result, they tried upgrading to Cobertura 2.0.3. This fixed their problem, but I'm not sure why, and I don't know why we weren't seeing this in the other project. I believe I noticed a couple of occurrences of this error on the net, but I didn't notice that anyone reported a solution. I then tried to see if the original project using 1.9.4.1 would upgrade cleanly with 2.0.3. I replaced the older cobertura jar and the older "asm" jars with the cobertura and asm jars, but when I ran my test, I saw new errors like the following: ---------------- Cobertura 2.0.3 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file 2013-10-23 09:56:14,233 WARN [net.sourceforge.cobertura.instrument.CoberturaInstrumenter] [instrumentClass] [Thread:main] - [Unable to instrument file <application class>] java.lang.RuntimeException: java.lang.ClassNotFoundException: <framework class> at net.sourceforge.cobertura.instrument.CoberturaClassWriter.getCommonSuperClass(CoberturaClassWriter.java:35) at org.objectweb.asm.ClassWriter.a(Unknown Source) ---------------- Where "application class" is a local class in my application, and "framework class" is a class in a framework we use. I checked the classpath, which was echoed just before the "cobertura" Ant task was referenced, and the jar containing that framework class was in the classpath. The reference to the "cobertura" Ant task looks like this: <target name="cobertura-instrument-unit-test"> <delete file="${cobertura.dir}/cobertura.ser"/> <cobertura-instrument datafile="${cobertura.dir}/cobertura.ser" todir="${instrumented.dir}"> <fileset dir="${main.classes.dir}" /> </cobertura-instrument> </target> Is there something else I have to change in the upgrade from 1.9.4.1 to 2.0.3 that I've missed? |
From: Dipl.-Ing. T. L. <li...@li...> - 2013-09-23 18:51:31
|
Hi, Thanks, results with 2.0.4-SNAPSHOT are better. For the next error any ideas? Thanks for a hint. The situation is the same: IT Tests with an instrumented are in glassfish 3.1.2.2 The missing class is a part of the persistent domain model. The persistence is implemented with eclipselink. The error occurs with eclipselink static weaving and also without eclipselink waeving (eclipselink.weaving="false") Here the stacktracke: [testCountObjects] javax.ejb.EJBException: java.rmi.RemoteException: CORBA UNKNOWN 1330446338 Maybe; nested exception is: org.omg.CORBA.UNKNOWN: ----------BEGIN server-side stack trace---------- org.omg.CORBA.UNKNOWN: WARNING: IOP00010002: Unknown user exception thrown by the server - exception: java.lang.NoClassDefFoundError; message: Could not initialize class de.xxx.yyy.model.PersonName$NameGroup vmcid: OMG minor code: 2 completed: Maybe at sun.reflect.GeneratedConstructorAccessor279.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:525) at com.sun.corba.ee.spi.orbutil.logex.corba.CorbaExtension.makeException(CorbaExtension.java:248) at com.sun.corba.ee.spi.orbutil.logex.corba.CorbaExtension.makeException(CorbaExtension.java:95) at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator.handleFullLogging(WrapperGenerator.java:387) at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator.access$400(WrapperGenerator.java:107) at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator$2.invoke(WrapperGenerator.java:511) at com.sun.corba.ee.spi.orbutil.proxy.CompositeInvocationHandlerImpl.invoke(CompositeInvocationHandlerImpl.java:99) at com.sun.proxy.$Proxy138.runtimeexception(Unknown Source) at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.convertThrowableToSystemException(CorbaMessageMediatorImpl.java:1843) at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleThrowableDuringServerDispatch(CorbaMessageMediatorImpl.java:1793) at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleThrowableDuringServerDispatch(CorbaMessageMediatorImpl.java:1758) at com.sun.corba.ee.impl.protocol.CorbaServerRequestDispatcherImpl.dispatch(CorbaServerRequestDispatcherImpl.java:255) at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleRequestRequest(CorbaMessageMediatorImpl.java:1624) at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleRequest(CorbaMessageMediatorImpl.java:1486) at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleInput(CorbaMessageMediatorImpl.java:990) at com.sun.corba.ee.impl.protocol.giopmsgheaders.RequestMessage_1_2.callback(RequestMessage_1_2.java:214) at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleRequest(CorbaMessageMediatorImpl.java:742) at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.dispatch(CorbaMessageMediatorImpl.java:539) at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.doWork(CorbaMessageMediatorImpl.java:2324) at com.sun.corba.ee.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.performWork(ThreadPoolImpl.java:497) at com.sun.corba.ee.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:540) Caused by: java.lang.NoClassDefFoundError: Could not initialize class de.xxx.yyy.model.PersonName$NameGroup at sun.misc.Unsafe.ensureClassInitialized(Native Method) at sun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor(UnsafeFieldAccessorFactory.java:43) at sun.reflect.ReflectionFactory.newFieldAccessor(ReflectionFactory.java:140) at java.lang.reflect.Field.acquireFieldAccessor(Field.java:949) at java.lang.reflect.Field.getFieldAccessor(Field.java:930) at java.lang.reflect.Field.getLong(Field.java:548) at com.sun.corba.ee.impl.io.ObjectStreamClass$3.run(ObjectStreamClass.java:546) at java.security.AccessController.doPrivileged(Native Method) at com.sun.corba.ee.impl.io.ObjectStreamClass.init(ObjectStreamClass.java:534) at com.sun.corba.ee.impl.io.ObjectStreamClass.lookupInternal(ObjectStreamClass.java:197) at com.sun.corba.ee.impl.io.ObjectStreamClass.lookup(ObjectStreamClass.java:124) at com.sun.corba.ee.impl.io.ObjectStreamClass.getActualSerialVersionUID(ObjectStreamClass.java:251) at com.sun.corba.ee.impl.util.RepositoryId.createHashString(RepositoryId.java:696) at com.sun.corba.ee.impl.util.RepositoryId.createForJavaType(RepositoryId.java:860) at com.sun.corba.ee.impl.util.RepositoryId.createForJavaType(RepositoryId.java:838) at com.sun.corba.ee.impl.io.ValueHandlerImpl.getRMIRepositoryID(ValueHandlerImpl.java:321) at com.sun.corba.ee.impl.io.ValueUtility.translateMembers(ValueUtility.java:250) at com.sun.corba.ee.impl.io.ValueUtility.createTypeCodeInternal(ValueUtility.java:464) at com.sun.corba.ee.impl.io.ValueUtility.createTypeCodeForClassInternal(ValueUtility.java:376) at com.sun.corba.ee.impl.io.ValueUtility.translateMembers(ValueUtility.java:311) at com.sun.corba.ee.impl.io.ValueUtility.createTypeCodeInternal(ValueUtility.java:464) at com.sun.corba.ee.impl.io.ValueUtility.createTypeCodeForClassInternal(ValueUtility.java:376) at com.sun.corba.ee.impl.io.ValueUtility.translateMembers(ValueUtility.java:311) at com.sun.corba.ee.impl.io.ValueUtility.createTypeCodeInternal(ValueUtility.java:464) at com.sun.corba.ee.impl.io.ValueUtility.createTypeCodeForClassInternal(ValueUtility.java:376) at com.sun.corba.ee.impl.io.ValueUtility.createTypeCodeForClass(ValueUtility.java:357) at com.sun.corba.ee.impl.corba.AnyImpl.createTypeCodeForClass(AnyImpl.java:1293) at com.sun.corba.ee.impl.javax.rmi.CORBA.Util.createTypeCode(Util.java:396) at com.sun.corba.ee.impl.javax.rmi.CORBA.Util.writeAny(Util.java:352) at com.sun.corba.ee.impl.io.ValueHandlerImpl.write_Array(ValueHandlerImpl.java:499) at com.sun.corba.ee.impl.io.ValueHandlerImpl.writeValueInternal(ValueHandlerImpl.java:233) at com.sun.corba.ee.impl.io.ValueHandlerImpl.writeValueWithVersion(ValueHandlerImpl.java:216) at com.sun.corba.ee.impl.io.ValueHandlerImpl.writeValue(ValueHandlerImpl.java:180) at com.sun.corba.ee.impl.encoding.CDROutputStream_1_0.callWriteValue(CDROutputStream_1_0.java:852) at com.sun.corba.ee.impl.encoding.CDROutputStream_1_0.writeArray(CDROutputStream_1_0.java:768) at com.sun.corba.ee.impl.encoding.CDROutputStream_1_0.write_value(CDROutputStream_1_0.java:949) at com.sun.corba.ee.impl.encoding.CDROutputStream_1_0.write_value(CDROutputStream_1_0.java:976) at com.sun.corba.ee.impl.encoding.CDROutputStream_1_0.write_value(CDROutputStream_1_0.java:706) at com.sun.corba.ee.impl.encoding.CDROutputObject.write_value(CDROutputObject.java:527) at com.sun.corba.ee.impl.io.IIOPOutputStream.writeObjectField(IIOPOutputStream.java:775) at com.sun.corba.ee.impl.io.IIOPOutputStream.writeField(IIOPOutputStream.java:729) at com.sun.corba.ee.impl.io.OutputStreamHook$HookPutFields.write(OutputStreamHook.java:150) at com.sun.corba.ee.impl.io.OutputStreamHook.writeFields(OutputStreamHook.java:200) at java.util.Vector.writeObject(Vector.java:1073) at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at com.sun.corba.ee.impl.io.IIOPOutputStream.invokeObjectWriter(IIOPOutputStream.java:646) at com.sun.corba.ee.impl.io.IIOPOutputStream.outputObject(IIOPOutputStream.java:612) at com.sun.corba.ee.impl.io.IIOPOutputStream.simpleWriteObject(IIOPOutputStream.java:196) at com.sun.corba.ee.impl.io.ValueHandlerImpl.writeValueInternal(ValueHandlerImpl.java:235) at com.sun.corba.ee.impl.io.ValueHandlerImpl.writeValueWithVersion(ValueHandlerImpl.java:216) at com.sun.corba.ee.impl.io.ValueHandlerImpl.writeValue(ValueHandlerImpl.java:180) at com.sun.corba.ee.impl.encoding.CDROutputStream_1_0.callWriteValue(CDROutputStream_1_0.java:852) at com.sun.corba.ee.impl.encoding.CDROutputStream_1_0.writeRMIIIOPValueType(CDROutputStream_1_0.java:837) at com.sun.corba.ee.impl.encoding.CDROutputStream_1_0.write_value(CDROutputStream_1_0.java:962) at com.sun.corba.ee.impl.encoding.CDROutputStream_1_0.write_value(CDROutputStream_1_0.java:976) at com.sun.corba.ee.impl.encoding.CDROutputStream_1_0.write_value(CDROutputStream_1_0.java:706) at com.sun.corba.ee.impl.encoding.CDROutputObject.write_value(CDROutputObject.java:527) at com.sun.corba.ee.impl.presentation.rmi.DynamicMethodMarshallerImpl$14.write(DynamicMethodMarshallerImpl.java:394) at com.sun.corba.ee.impl.presentation.rmi.DynamicMethodMarshallerImpl.writeResult(DynamicMethodMarshallerImpl.java:489) at com.sun.corba.ee.impl.presentation.rmi.ReflectiveTie._invoke(ReflectiveTie.java:178) at com.sun.corba.ee.impl.protocol.CorbaServerRequestDispatcherImpl.dispatchToServant(CorbaServerRequestDispatcherImpl.java:528) at com.sun.corba.ee.impl.protocol.CorbaServerRequestDispatcherImpl.dispatch(CorbaServerRequestDispatcherImpl.java:199) ... 9 more On Thu, 19 Sep 2013 13:31:55 -0700 Steve Christou <sch...@gm...> wrote: >Download the latest snapshot release jar: >https://cobertura.ci.cloudbees.com/job/Cobertura/11/net.sourceforge.cobertura$cobertura/it >should contain a fix for that issue. > >Thanks, >Steve. > > >On Thu, Sep 19, 2013 at 11:54 AM, Dipl.-Ing. Torsten Liermann < >li...@li...> wrote: > >> Hi, >> >> what can be the reason for this exception? An instrumented EAR >> was successfull deployt to glassfish, but tests run in errors >> like this: >> >> Caused by: java.lang.ClassNotFoundException: >> de.xxx.yyy.model.PatientRemoteLoadAndImportInfo >> >> at java.net.URLClassLoader$1.run(URLClassLoader.java:366) >> >> at java.net.URLClassLoader$1.run(URLClassLoader.java:355) >> >> at java.security.AccessController.doPrivileged(Native Method) >> >> at java.net.URLClassLoader.findClass(URLClassLoader.java:354) >> >> at java.lang.ClassLoader.loadClass(ClassLoader.java:423) >> >> at java.lang.ClassLoader.loadClass(ClassLoader.java:356) >> >> at java.lang.Class.forName0(Native Method) >> >> at java.lang.Class.forName(Class.java:266) >> >> at >> net.sourceforge.cobertura.coveragedata.TouchCollector.registerClass(TouchCollector.java:80) >> >> at >> de.xxx.yyy.model.PatientRemoteLoadAndImportInfo.__cobertura_init(PatientRemoteLoadAndImportInfo.java) >> >> at >> de.xxx.yyy.model.PatientRemoteLoadAndImportInfo.<clinit>(PatientRemoteLoadAndImportInfo.java) >> >> Thanks for a hint. >> Torsten >> >> >> ------------------------------------------------------------------------------ >> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! >> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, >> SharePoint >> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack >> includes >> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. >> http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk >> _______________________________________________ >> Cobertura-devel mailing list >> Cob...@li... >> https://lists.sourceforge.net/lists/listinfo/cobertura-devel >> ---- Dipl.-Ing. Torsten Liermann Tel: +49 151/11565077 Theodolindenplatz 2 81545 München http://liermann-it.de |
From: Dipl.-Ing. T. L. <li...@li...> - 2013-09-23 16:20:46
|
Hi, instrumenting a class within a maven build with cobertura 2.0.4-SNAPSHOT i will get logging output: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder" In the cobetura pom logback dependency has scope test. Is this the reason for the log message? Thanks, Torsten |
From: Steve C. <sch...@gm...> - 2013-09-19 20:32:02
|
Download the latest snapshot release jar: https://cobertura.ci.cloudbees.com/job/Cobertura/11/net.sourceforge.cobertura$cobertura/it should contain a fix for that issue. Thanks, Steve. On Thu, Sep 19, 2013 at 11:54 AM, Dipl.-Ing. Torsten Liermann < li...@li...> wrote: > Hi, > > what can be the reason for this exception? An instrumented EAR > was successfull deployt to glassfish, but tests run in errors > like this: > > Caused by: java.lang.ClassNotFoundException: > de.xxx.yyy.model.PatientRemoteLoadAndImportInfo > > at java.net.URLClassLoader$1.run(URLClassLoader.java:366) > > at java.net.URLClassLoader$1.run(URLClassLoader.java:355) > > at java.security.AccessController.doPrivileged(Native Method) > > at java.net.URLClassLoader.findClass(URLClassLoader.java:354) > > at java.lang.ClassLoader.loadClass(ClassLoader.java:423) > > at java.lang.ClassLoader.loadClass(ClassLoader.java:356) > > at java.lang.Class.forName0(Native Method) > > at java.lang.Class.forName(Class.java:266) > > at > net.sourceforge.cobertura.coveragedata.TouchCollector.registerClass(TouchCollector.java:80) > > at > de.xxx.yyy.model.PatientRemoteLoadAndImportInfo.__cobertura_init(PatientRemoteLoadAndImportInfo.java) > > at > de.xxx.yyy.model.PatientRemoteLoadAndImportInfo.<clinit>(PatientRemoteLoadAndImportInfo.java) > > Thanks for a hint. > Torsten > > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, > SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > _______________________________________________ > Cobertura-devel mailing list > Cob...@li... > https://lists.sourceforge.net/lists/listinfo/cobertura-devel > |
From: Dipl.-Ing. T. L. <li...@li...> - 2013-09-19 19:54:22
|
Hi, what can be the reason for this exception? An instrumented EAR was successfull deployt to glassfish, but tests run in errors like this: Caused by: java.lang.ClassNotFoundException: de.xxx.yyy.model.PatientRemoteLoadAndImportInfo at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:423) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:266) at net.sourceforge.cobertura.coveragedata.TouchCollector.registerClass(TouchCollector.java:80) at de.xxx.yyy.model.PatientRemoteLoadAndImportInfo.__cobertura_init(PatientRemoteLoadAndImportInfo.java) at de.xxx.yyy.model.PatientRemoteLoadAndImportInfo.<clinit>(PatientRemoteLoadAndImportInfo.java) Thanks for a hint. Torsten |
From: KARR, D. <dk...@at...> - 2013-09-11 15:11:00
|
Or perhaps both, for different reasons, like this: <formats> <format>html</format> <format>xml</format> </formats> From: Steve Christou [mailto:sch...@gm...] Sent: Tuesday, September 10, 2013 10:12 PM To: Tarun04 Cc: cob...@li... Subject: Re: [Cobertura-devel] Problem in generating coverage.xml with mvn cobertura:cobertura It looks like you are trying to produce output for HTMLReport instead of the xml report. Make sure you set <format>xml</format> in your pom.xml plugin section. On Tue, Sep 10, 2013 at 9:24 PM, Tarun04 <tar...@gm...<mailto:tar...@gm...>> wrote: Hi, I am trying to get code coverage from cobertura. I have a project that differs from standard maven folder structure. when i am running mvn install everything works fine, unit test cases are executed. But when i am running mvn cobertura:cobertura it seem something is wrong. I am getting warning [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file. And i am using sonar also. So when i run sonar:sonar, it says Cobertura report not found at ...dist\target\site\cobertura\coverage.xml When i checked target\site\cobertura folder, instead of coverage.xml, i found different html files for all the classes. -- View this message in context: http://cobertura.996293.n3.nabble.com/Problem-in-generating-coverage-xml-with-mvn-cobertura-cobertura-tp3366.html Sent from the cobertura-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. Consolidate legacy IT systems to a single system of record for IT 2. Standardize and globalize service processes across IT 3. Implement zero-touch automation to replace manual, redundant tasks http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk _______________________________________________ Cobertura-devel mailing list Cob...@li...<mailto:Cob...@li...> https://lists.sourceforge.net/lists/listinfo/cobertura-devel |
From: Steve C. <sch...@gm...> - 2013-09-11 05:12:03
|
It looks like you are trying to produce output for HTMLReport instead of the xml report. Make sure you set <format>xml</format> in your pom.xml plugin section. On Tue, Sep 10, 2013 at 9:24 PM, Tarun04 <tar...@gm...>wrote: > Hi, > > I am trying to get code coverage from cobertura. > I have a project that differs from standard maven folder structure. > when i am running mvn install everything works fine, unit test cases are > executed. > But when i am running mvn cobertura:cobertura it seem something is wrong. > > I am getting warning > [cobertura] INFO [main] > net.sourceforge.cobertura.reporting.html.HTMLReport > - Data file does not contain instrumentation information for the file. > > And i am using sonar also. > > So when i run sonar:sonar, it says > Cobertura report not found at ...dist\target\site\cobertura\coverage.xml > > When i checked target\site\cobertura folder, instead of coverage.xml, i > found different html files for all the classes. > > > > -- > View this message in context: > http://cobertura.996293.n3.nabble.com/Problem-in-generating-coverage-xml-with-mvn-cobertura-cobertura-tp3366.html > Sent from the cobertura-devel mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > How ServiceNow helps IT people transform IT departments: > 1. Consolidate legacy IT systems to a single system of record for IT > 2. Standardize and globalize service processes across IT > 3. Implement zero-touch automation to replace manual, redundant tasks > http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk > _______________________________________________ > Cobertura-devel mailing list > Cob...@li... > https://lists.sourceforge.net/lists/listinfo/cobertura-devel > |
From: Tarun04 <tar...@gm...> - 2013-09-11 04:25:05
|
Hi, I am trying to get code coverage from cobertura. I have a project that differs from standard maven folder structure. when i am running mvn install everything works fine, unit test cases are executed. But when i am running mvn cobertura:cobertura it seem something is wrong. I am getting warning [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - Data file does not contain instrumentation information for the file. And i am using sonar also. So when i run sonar:sonar, it says Cobertura report not found at ...dist\target\site\cobertura\coverage.xml When i checked target\site\cobertura folder, instead of coverage.xml, i found different html files for all the classes. -- View this message in context: http://cobertura.996293.n3.nabble.com/Problem-in-generating-coverage-xml-with-mvn-cobertura-cobertura-tp3366.html Sent from the cobertura-devel mailing list archive at Nabble.com. |
From: wang x. <xin...@gm...> - 2013-07-23 11:42:57
|
Hi Steven, Thanks for your reply. I've checked the link you suggested. However, I think the issue in that link and the error that I encounter are different. The error in the issue is ClassNotFoundException, while the error that I see is NoClassDefFoundError. BTW, I do see the error of ClassNotFoundException with latest cobertura library, but I can still run most of my test case. 2013/7/23 Steven Christou <sch...@gm...> > This is actually a bug in the latest version of cobertura, see: > https://github.com/cobertura/cobertura/issues/49 > > Thanks, > Steve. > > > On 07/23/2013 05:16 AM, wang xinyu wrote: > > Hi all, > > Forgive me if this question is duplicate. Today I tried to use cobertura > to measure the test code coverage of my Android app. I've two test cases > code for two java files. The first java code has no Android API, so the > test case runs fine, and can generate the code coverage. However, the > second java code has Android API used, so the second test case failed to > run. The error is as below: > > <error type="java.lang.NoClassDefFoundError" > message="android/content/pm/PackageManager$NameNotFoundException"> > java.lang.NoClassDefFoundError: > android/content/pm/PackageManager$NameNotFoundException at > com.test.MyUtilityTest.testupdateGLDCurrentOpenConversationItem2(MyUtilityTest.java:90) > Caused by: java.lang.ClassNotFoundException: > android.content.pm.PackageManager$NameNotFoundException > at java.net.URLClassLoader$1.run(URLClassLoader.java:202) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:190) > at java.lang.ClassLoader.loadClass(ClassLoader.java:307) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > at java.lang.ClassLoader.loadClass(ClassLoader.java:248) > </error> > > Could someone tell me how to use cobertura to measure code coverage with > Android? Thanks a lot. > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today!http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > > > > _______________________________________________ > Cobertura-devel mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/cobertura-devel > > > |
From: Steven C. <sch...@gm...> - 2013-07-23 10:57:40
|
This is actually a bug in the latest version of cobertura, see: https://github.com/cobertura/cobertura/issues/49 Thanks, Steve. On 07/23/2013 05:16 AM, wang xinyu wrote: > Hi all, > > Forgive me if this question is duplicate. Today I tried to use > cobertura to measure the test code coverage of my Android app. I've > two test cases code for two java files. The first java code has no > Android API, so the test case runs fine, and can generate the code > coverage. However, the second java code has Android API used, so the > second test case failed to run. The error is as below: > > <error type="java.lang.NoClassDefFoundError" > message="android/content/pm/PackageManager$NameNotFoundException"> > java.lang.NoClassDefFoundError: > android/content/pm/PackageManager$NameNotFoundException at > com.test.MyUtilityTest.testupdateGLDCurrentOpenConversationItem2(MyUtilityTest.java:90) > > Caused by: java.lang.ClassNotFoundException: > android.content.pm.PackageManager$NameNotFoundException > at java.net.URLClassLoader$1.run(URLClassLoader.java:202) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:190) > at java.lang.ClassLoader.loadClass(ClassLoader.java:307) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > at java.lang.ClassLoader.loadClass(ClassLoader.java:248) > </error> > > Could someone tell me how to use cobertura to measure code coverage > with Android? Thanks a lot. > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > > > _______________________________________________ > Cobertura-devel mailing list > Cob...@li... > https://lists.sourceforge.net/lists/listinfo/cobertura-devel |
From: wang x. <xin...@gm...> - 2013-07-23 10:17:10
|
Hi all, Forgive me if this question is duplicate. Today I tried to use cobertura to measure the test code coverage of my Android app. I've two test cases code for two java files. The first java code has no Android API, so the test case runs fine, and can generate the code coverage. However, the second java code has Android API used, so the second test case failed to run. The error is as below: <error type="java.lang.NoClassDefFoundError" message="android/content/pm/PackageManager$NameNotFoundException"> java.lang.NoClassDefFoundError: android/content/pm/PackageManager$NameNotFoundException at com.test.MyUtilityTest.testupdateGLDCurrentOpenConversationItem2(MyUtilityTest.java:90) Caused by: java.lang.ClassNotFoundException: android.content.pm.PackageManager$NameNotFoundException at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:248) </error> Could someone tell me how to use cobertura to measure code coverage with Android? Thanks a lot. |
From: Peter R. <pet...@gm...> - 2013-07-21 07:26:42
|
http://worship.limitedwebgroup.com/kqyxqkf/jtixfchzt.ljq |
From: Harry C. <har...@bb...> - 2013-07-17 20:44:58
|
Fortunately, i've found a way to resolve this issue. Instead of launching junit tests through Maven Surefire Plugin, i ran instead junit ant task through Maven AntRun plugin. I set maxmemory=1024M and injected -XX:MaxPermsize=2048M through jvmargs tag. The cobertura.ser seems to be completely generated (no cobertura.ser.lock remaining). The report generation completed successfully. I will open a Surefire issue as it seems to abruptly stop the cobertura.ser file generation. Thanks for your help. Harry -- View this message in context: http://cobertura.996293.n3.nabble.com/Unable-to-read-cobertura-ser-tp3330p3361.html Sent from the cobertura-devel mailing list archive at Nabble.com. |
From: <unn...@ac...> - 2013-07-17 14:01:18
|
We have set the <cobertura.maxmem>4096m</cobertura.maxmem> Still it is throwing memory issues. Regards, Unni. From: John W. Lewis [mailto:Joh...@sa...] Sent: Wednesday, July 17, 2013 7:28 PM To: Louis Unni, Unni; sch...@gm... Cc: Kumar Sahu, Somesh; cob...@li...; Maddodi, Raghavendra Subject: RE: [Cobertura-devel] Cobertura logs You probably need to set the maxmemory, but I am not exactly certain how you do that with the maven plugin. From: unn...@ac...<mailto:unn...@ac...> [mailto:unn...@ac...] Sent: Tuesday, July 16, 2013 8:57 AM To: sch...@gm...<mailto:sch...@gm...> Cc: som...@ac...<mailto:som...@ac...>; cob...@li...<mailto:cob...@li...>; rag...@ac...<mailto:rag...@ac...> Subject: Re: [Cobertura-devel] Cobertura logs Hi All, Please find Cobertura logs we get after running the tests on our code base . The Test run fine but run out memory when generating the report. We have set the MAVEN_OPTS and JAVA_OPTS to max,yet we get out of memory error. Any suggestions would be of help. Regards, Unni. ________________________________ This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the e-mail by you is prohibited. Where allowed by local law, electronic communications with Accenture and its affiliates, including e-mail and instant messaging (including content), may be scanned by our systems for the purposes of information security and assessment of internal compliance with Accenture policy. ______________________________________________________________________________________ www.accenture.com<http://www.accenture.com> |
From: John W. L. <Joh...@sa...> - 2013-07-17 13:58:31
|
You probably need to set the maxmemory, but I am not exactly certain how you do that with the maven plugin. From: unn...@ac... [mailto:unn...@ac...] Sent: Tuesday, July 16, 2013 8:57 AM To: sch...@gm... Cc: som...@ac...; cob...@li...; rag...@ac... Subject: Re: [Cobertura-devel] Cobertura logs Hi All, Please find Cobertura logs we get after running the tests on our code base . The Test run fine but run out memory when generating the report. We have set the MAVEN_OPTS and JAVA_OPTS to max,yet we get out of memory error. Any suggestions would be of help. Regards, Unni. ________________________________ This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the e-mail by you is prohibited. Where allowed by local law, electronic communications with Accenture and its affiliates, including e-mail and instant messaging (including content), may be scanned by our systems for the purposes of information security and assessment of internal compliance with Accenture policy. ______________________________________________________________________________________ www.accenture.com<http://www.accenture.com> |
From: <unn...@ac...> - 2013-07-16 13:14:26
|
C:\ABMS_AUTOMATED_TEST>mvn clean install cobertura:cobertura > readmelog.txt [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for com.accenture.apsp:apsp-eligibility-webservices:jar:5.1.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ com.accenture.apsp:apsp-eligibility:5.1.0-SNAPSHOT, C:\ABMS_AUTOMATED_TEST\pom.xml, line 102, column 12 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.accenture.apsp:apsp:war:5.1.0-SNAPSHOT [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.oracle:ojdbc14:jar -> duplicate declaration of version (?) @ line 848, column 15 [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:buildnumber-maven-plugin is missing. @ line 25, column 12 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ line 96, column 12 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.accenture.apsp:apsp-ear:ear:5.1.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ com.accenture.apsp:apsp-eligibility:5.1.0-SNAPSHOT, C:\ABMS_AUTOMATED_TEST\pom.xml, line 102, column 12 [WARNING] [WARNING] Some problems were encountered while building the effective model for com.accenture.apsp:apsp-eligibility:pom:5.1.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ line 102, column 12 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] APSP Eligibility [INFO] APSP Eligibility Web Services [INFO] APSP Eligibility :: APSP Web [INFO] APSP Eligibility :: APSP Ear [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building APSP Eligibility 5.1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ apsp-eligibility --- [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (default) @ apsp-eligibility >>> [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (default) @ apsp-eligibility <<< [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (default) @ apsp-eligibility --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ apsp-eligibility --- [INFO] Installing C:\ABMS_AUTOMATED_TEST\pom.xml to C:\Users\somesh.kumar.sahu\.m2\repository\com\accenture\apsp\apsp-eligibility\5.1.0-SNAPSHOT\apsp-eligibility-5.1.0-SNAPSHOT.pom [INFO] [INFO] >>> cobertura-maven-plugin:2.5.2:cobertura (default-cli) @ apsp-eligibility >>> [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (default) @ apsp-eligibility >>> [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (default) @ apsp-eligibility <<< [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (default) @ apsp-eligibility --- [INFO] [INFO] --- cobertura-maven-plugin:2.5.2:instrument (default-cli) @ apsp-eligibility --- [INFO] Skipping cobertura mojo for project with packaging type 'pom' [INFO] [INFO] <<< cobertura-maven-plugin:2.5.2:cobertura (default-cli) @ apsp-eligibility <<< [INFO] [INFO] --- cobertura-maven-plugin:2.5.2:cobertura (default-cli) @ apsp-eligibility --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building APSP Eligibility Web Services 5.1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ apsp-eligibility-webservices --- [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (default) @ apsp-eligibility-webservices >>> [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (default) @ apsp-eligibility-webservices <<< [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (default) @ apsp-eligibility-webservices --- [INFO] Building jar: C:\ABMS_AUTOMATED_TEST\target\apsp-eligibility-webservices\apsp-eligibility-webservices-sources.jar [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ apsp-eligibility-webservices --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ apsp-eligibility-webservices --- [INFO] Compiling 209 source files to C:\ABMS_AUTOMATED_TEST\target\apsp-eligibility-webservices\classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ apsp-eligibility-webservices --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ apsp-eligibility-webservices --- [INFO] Compiling 3 source files to C:\ABMS_AUTOMATED_TEST\target\apsp-eligibility-webservices\test-classes [INFO] [INFO] --- maven-surefire-plugin:2.8:test (default-test) @ apsp-eligibility-webservices --- [INFO] Surefire report directory: C:\ABMS_AUTOMATED_TEST\target\apsp-eligibility-webservices\surefire-reports [INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider ------------------------------------------------------- T E S T S ------------------------------------------------------- Concurrency config is parallel='none', perCoreThreadCount=true, threadCount=2, useUnlimitedThreads=false Running com.accenture.abms.webservice.common.NTMessagesTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running com.accenture.abms.webservice.common.NTMessageTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec Running com.accenture.apsp.architecture.utility.IdTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Results : Tests run: 53, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ apsp-eligibility-webservices --- [INFO] Building jar: C:\ABMS_AUTOMATED_TEST\target\apsp-eligibility-webservices\apsp-eligibility-webservices.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ apsp-eligibility-webservices --- [INFO] Installing C:\ABMS_AUTOMATED_TEST\target\apsp-eligibility-webservices\apsp-eligibility-webservices.jar to C:\Users\somesh.kumar.sahu\.m2\repository\com\accenture\apsp\apsp-eligibility-webservices\5.1.0-SNAPSHOT\apsp-eligibility-webservices-5.1.0-SNAPSHOT.jar [INFO] Installing C:\ABMS_AUTOMATED_TEST\apsp-eligibility-webservices\pom.xml to C:\Users\somesh.kumar.sahu\.m2\repository\com\accenture\apsp\apsp-eligibility-webservices\5.1.0-SNAPSHOT\apsp-eligibility-webservices-5.1.0-SNAPSHOT.pom [INFO] Installing C:\ABMS_AUTOMATED_TEST\target\apsp-eligibility-webservices\apsp-eligibility-webservices-sources.jar to C:\Users\somesh.kumar.sahu\.m2\repository\com\accenture\apsp\apsp-eligibility-webservices\5.1.0-SNAPSHOT\apsp-eligibility-webservices-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] >>> cobertura-maven-plugin:2.5.2:cobertura (default-cli) @ apsp-eligibility-webservices >>> [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (default) @ apsp-eligibility-webservices >>> [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (default) @ apsp-eligibility-webservices <<< [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (default) @ apsp-eligibility-webservices --- [INFO] Building jar: C:\ABMS_AUTOMATED_TEST\target\apsp-eligibility-webservices\apsp-eligibility-webservices-sources.jar [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ apsp-eligibility-webservices --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ apsp-eligibility-webservices --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- cobertura-maven-plugin:2.5.2:instrument (default-cli) @ apsp-eligibility-webservices --- [INFO] Cobertura 1.9.4.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file Instrumenting 209 files to C:\ABMS_AUTOMATED_TEST\target\apsp-eligibility-webservices\generated-classes\cobertura Cobertura: Saved information on 209 classes. Instrument time: 733ms [INFO] Instrumentation was successful. [INFO] NOT adding cobertura ser file to attached artifacts list. [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ apsp-eligibility-webservices --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ apsp-eligibility-webservices --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.8:test (default-test) @ apsp-eligibility-webservices --- [INFO] Surefire report directory: C:\ABMS_AUTOMATED_TEST\target\apsp-eligibility-webservices\surefire-reports [INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider ------------------------------------------------------- T E S T S ------------------------------------------------------- Concurrency config is parallel='none', perCoreThreadCount=true, threadCount=2, useUnlimitedThreads=false Running com.accenture.abms.webservice.common.NTMessagesTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running com.accenture.abms.webservice.common.NTMessageTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running com.accenture.apsp.architecture.utility.IdTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Results : Tests run: 53, Failures: 0, Errors: 0, Skipped: 0 Flushing results... Flushing results done Cobertura: Loaded information on 209 classes. Cobertura: Saved information on 209 classes. [INFO] [INFO] <<< cobertura-maven-plugin:2.5.2:cobertura (default-cli) @ apsp-eligibility-webservices <<< [INFO] [INFO] --- cobertura-maven-plugin:2.5.2:cobertura (default-cli) @ apsp-eligibility-webservices --- [INFO] Cobertura 1.9.4.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file Cobertura: Loaded information on 209 classes. Report time: 1622ms [INFO] Cobertura Report generation was successful. [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building APSP Eligibility :: APSP Web 5.1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [WARNING] The POM for commons-resources:commons-resources:jar:sources:20041212 is missing, no dependency information available [WARNING] The artifact aspectj:aspectjrt:jar:1.5.4 has been relocated to org.aspectj:aspectjrt:jar:1.5.4 [WARNING] The artifact aspectj:aspectjweaver:jar:1.5.4 has been relocated to org.aspectj:aspectjweaver:jar:1.5.4 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ apsp --- [INFO] [INFO] --- buildnumber-maven-plugin:1.2:create (default) @ apsp --- [INFO] Checking for local modifications: skipped. [INFO] Updating project files from SCM: skipped. [INFO] Executing: cmd.exe /X /C "svn --non-interactive info" [INFO] Working directory: C:\ABMS_AUTOMATED_TEST\apsp [INFO] Storing buildNumber: null at timestamp: 1373908805815 [INFO] Executing: cmd.exe /X /C "svn --non-interactive info" [INFO] Working directory: C:\ABMS_AUTOMATED_TEST\apsp [INFO] Storing buildScmBranch: UNKNOWN_BRANCH [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (default) @ apsp >>> [INFO] [INFO] --- buildnumber-maven-plugin:1.2:create (default) @ apsp --- [INFO] Checking for local modifications: skipped. [INFO] Updating project files from SCM: skipped. [INFO] Executing: cmd.exe /X /C "svn --non-interactive info" [INFO] Working directory: C:\ABMS_AUTOMATED_TEST\apsp [INFO] Storing buildNumber: null at timestamp: 1373908805893 [INFO] Executing: cmd.exe /X /C "svn --non-interactive info" [INFO] Working directory: C:\ABMS_AUTOMATED_TEST\apsp [INFO] Storing buildScmBranch: UNKNOWN_BRANCH [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (default) @ apsp <<< [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (default) @ apsp --- [INFO] Building jar: C:\ABMS_AUTOMATED_TEST\target\apsp\apsp-sources.jar [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ apsp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 184 resources [INFO] [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ apsp --- [INFO] Compiling 6495 source files to C:\ABMS_AUTOMATED_TEST\target\apsp\classes [WARNING] C:\ABMS_AUTOMATED_TEST\apsp\src\main\java\com\accenture\apsp\interfaces\sci\MessageInitializer.java:[31,49] com.sun.org.apache.xerces.internal.parsers.DOMParser is Sun proprietary API and may be removed in a future release [WARNING] C:\ABMS_AUTOMATED_TEST\apsp\src\main\java\com\accenture\apsp\architecture\user\LDAPHelper.java:[53,54] com.sun.org.apache.xerces.internal.impl.dv.util.Base64 is Sun proprietary API and may be removed in a future release [WARNING] C:\ABMS_AUTOMATED_TEST\apsp\src\main\java\com\accenture\apsp\interfaces\sci\MessageInitializer.java:[210,10] com.sun.org.apache.xerces.internal.parsers.DOMParser is Sun proprietary API and may be removed in a future release [WARNING] C:\ABMS_AUTOMATED_TEST\apsp\src\main\java\com\accenture\apsp\interfaces\sci\MessageInitializer.java:[210,33] com.sun.org.apache.xerces.internal.parsers.DOMParser is Sun proprietary API and may be removed in a future release [WARNING] C:\ABMS_AUTOMATED_TEST\apsp\src\main\java\com\accenture\apsp\architecture\user\LDAPHelper.java:[228,30] com.sun.org.apache.xerces.internal.impl.dv.util.Base64 is Sun proprietary API and may be removed in a future release [WARNING] C:\ABMS_AUTOMATED_TEST\apsp\src\main\java\com\accenture\apsp\architecture\user\LDAPHelper.java:[625,35] com.sun.org.apache.xerces.internal.impl.dv.util.Base64 is Sun proprietary API and may be removed in a future release [WARNING] C:\ABMS_AUTOMATED_TEST\apsp\src\main\java\com\accenture\apsp\architecture\user\LDAPHelper.java:[1447,52] com.sun.org.apache.xerces.internal.impl.dv.util.Base64 is Sun proprietary API and may be removed in a future release [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ apsp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 51 resources [INFO] [INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ apsp --- [INFO] Compiling 357 source files to C:\ABMS_AUTOMATED_TEST\target\apsp\test-classes [INFO] [INFO] --- maven-surefire-plugin:2.8:test (default-test) @ apsp --- [INFO] Surefire report directory: C:\ABMS_AUTOMATED_TEST\target\apsp\surefire-reports [INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider ------------------------------------------------------- T E S T S ------------------------------------------------------- Concurrency config is parallel='none', perCoreThreadCount=true, threadCount=2, useUnlimitedThreads=false Running com.accenture.abms.aim.reporting.BIReportManagerTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec Running com.accenture.abms.aim.reporting.BIReportParameterFormValidationTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.857 sec Running com.accenture.abms.architecture.util.DateUtilityTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running com.accenture.abms.architecture.util.StringUtilityTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running com.accenture.abms.caseregistration.applicationdetail.ApplicationDetailConversationTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.168 sec Running com.accenture.abms.caseregistration.applicationdetail.ApplicationDetailValidationTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.732 sec Running com.accenture.abms.caseregistration.applicationdetail.data.ApplicationDetailDaoTest Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.092 sec Running com.accenture.abms.caseregistration.applicationdetail.data.ValidationHelperDaoTest Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.278 sec Running com.accenture.abms.caseregistration.AssignCaseWorkerServiceHelperTest 2013-07-15 22:59:20,868+0530 ERROR [AssignCaseWorkerServiceHelper] main: null : null : null:null 2013-07-15 22:59:20,900+0530 ERROR [AssignCaseWorkerServiceHelper] main: null : null : null:null Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.311 sec Running com.accenture.abms.caseregistration.AssignCaseWorkerServiceImplTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.778 sec Running com.accenture.abms.caseregistration.CaseCreationServiceHelperTest 2013-07-15 22:59:24,722+0530 ERROR [CaseCreationServiceHelper] main: null : null : null:null Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.607 sec Running com.accenture.abms.caseregistration.CaseCreationServiceImplTest Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.148 sec Running com.accenture.abms.caseregistration.CaseLinkingServiceImplTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.716 sec Running com.accenture.abms.caseregistration.event.data.EventDaoTest Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec Running com.accenture.abms.caseregistration.event.data.HistoryEventHelperDaoTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.327 sec Running com.accenture.abms.caseregistration.event.HistoryEventHelperTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec Running com.accenture.abms.caseregistration.PersonCreationServiceHelperTest Tests run: 25, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.2 sec Running com.accenture.abms.caseregistration.PersonCreationServiceImplTest Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.462 sec Running com.accenture.abms.caseregistration.programdetail.NewReapplicationValidationTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.277 sec Running com.accenture.abms.caseregistration.rescinddetail.data.RescindDetailDaoTest Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.39 sec Running com.accenture.abms.caseregistration.rescinddetail.RescindDetailConversationTest Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.95 sec Running com.accenture.abms.caseregistration.rescinddetail.RescindDetailValidationTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 sec Running com.accenture.abms.datacollection.DataCollectionServiceDaoTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec Running com.accenture.abms.datacollection.DataCollectionServiceHelperTest Tests run: 35, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.105 sec Running com.accenture.abms.datacollection.interfaces.irs.IRSConversationTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.059 sec Running com.accenture.abms.datacollection.interfaces.tpl.service.impl.TPLInterfaceServiceImplTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec Running com.accenture.abms.edbc.EdbcAuthorizationServiceHelperTest 2013-07-15 23:00:10,680+0530 ERROR [EdbcAuthorizationServiceHelper] main: Exception : 201 : 1null:java.lang.Throwable Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.982 sec Running com.accenture.abms.edbc.EdbcAuthorizationServiceImplTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running com.accenture.abms.edbc.EdbcDeterminationDaoTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running com.accenture.abms.edbc.EdbcDeterminationServiceImplTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.593 sec Running com.accenture.abms.edbc.EdbcNoaGenerationServiceHelperTest 2013-07-15 23:00:13,082+0530 ERROR [EdbcNoaGenerationServiceImpl] main: null : null : null:null Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.95 sec Running com.accenture.abms.edbc.EdbcNoaGenerationServiceImplTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.64 sec Running com.accenture.abms.eligibility.dao.EventChangeDetailDaoTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.388 sec Running com.accenture.abms.federalhub.manager.FederalHubPersonManagerImplTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.671 sec Running com.accenture.abms.federalhub.manager.FederalHubVerificationManagerImplTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.809 sec Running com.accenture.abms.forms.CMSP205DaoTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.012 sec Running com.accenture.abms.webservice.automaticapplication.ChipMagiQualificationServiceHelperTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.749 sec Running com.accenture.abms.webservice.impl.ProviderPortalServiceImplTest 2013-07-15 23:00:20,882+0530 ERROR [ProviderPortalServiceImpl] main: Failed to retrieve provider search options. java.lang.NullPointerException at com.accenture.apsp.architecture.lookup.FileSystemLookupPersistor.retrieve(FileSystemLookupPersistor.java:178) at com.accenture.apsp.architecture.lookup.Lookup.updateInternalCodesTableData(Lookup.java:855) at com.accenture.apsp.architecture.lookup.Lookup.initialize(Lookup.java:1072) at com.accenture.apsp.architecture.lookup.Lookup.getCategoryListing(Lookup.java:817) at com.accenture.apsp.architecture.lookup.Lookup.getCategoryListing(Lookup.java:62) at com.accenture.apsp.architecture.lookup.Lookup.getCategoryListing(Lookup.java:43) at com.accenture.abms.webservice.impl.ProviderPortalServiceImpl.getProviderSearchOptions(ProviderPortalServiceImpl.java:179) at com.accenture.abms.webservice.impl.ProviderPortalServiceImplTest.testGetProviderSearchOptions(ProviderPortalServiceImplTest.java:221) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:44) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41) at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31) at org.junit.runners.ParentRunner.run(ParentRunner.java:220) at org.junit.runners.Suite.runChild(Suite.java:117) at org.junit.runners.Suite.runChild(Suite.java:24) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41) at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31) at org.junit.runners.ParentRunner.run(ParentRunner.java:220) at org.junit.runner.JUnitCore.run(JUnitCore.java:159) at org.junit.runner.JUnitCore.run(JUnitCore.java:138) at org.junit.runner.JUnitCore.run(JUnitCore.java:129) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:51) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:110) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at $Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 sec Running com.accenture.apsp.architecture.bpm.BpmTableTransactionExceptionTest Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running com.accenture.apsp.architecture.lookup.SearchCriteriaTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec Running com.accenture.apsp.batch.batchedbc.BatchEdbcRecertifyTest Initializing Rulesets Loading ruleset: Deprivation.object Loading ruleset: FosterCare.object Loading ruleset: NOATextOrderingManualReferences.object Loading ruleset: McSneedeCountableProperty.object Loading ruleset: AutoTestTransitionalFoodStamps.object Loading ruleset: NOAMediCalMessages.object Loading ruleset: NOAMessages.object Loading ruleset: CreateMcSneedePropertyBu.object Loading ruleset: InkindIncome.object Loading ruleset: McUnitSizeAndResults.object Loading ruleset: McNetNonexemptIncome.object Loading ruleset: McDeductionCategories.object Loading ruleset: McPregnancyUnitSize.object Loading ruleset: AutoTestMediCalForClosedCashPersons.object Loading ruleset: DetermineAidCode.object Loading ruleset: MMOBudgetConsolidation.object Loading ruleset: NonApplicantRoles.object Loading ruleset: WorkEligibility.object Loading ruleset: TpnDialysis.object Loading ruleset: IdentifyQuarterlyNonquarterlyHouseholds.object Loading ruleset: McSsiLtcBoardCareAllocation.object Loading ruleset: DiscontinueForTransitionalFoodStampsAutoTest.object Loading ruleset: PropertyConfiguration.object Loading ruleset: AdequateNotice.object Loading ruleset: NOAMediCalReasons.object Loading ruleset: McCreateSsiPropertyDeemingBudget.object Loading ruleset: AidCodeOverride.object Loading ruleset: McTmcResults.object Loading ruleset: MostBeneficialConfiguration.object Loading ruleset: McCreateSneedeIndividualIncomeMbus.object Loading ruleset: FSDeductions.object Loading ruleset: PropertyResults.object Loading ruleset: FSIncomeTests.object Loading ruleset: McCreateAllocationBudgets.object Loading ruleset: NOABudgets.object Loading ruleset: FSExpeditedServices.object Loading ruleset: DependentCare.object Loading ruleset: SneedePropertyAllocation.object Loading ruleset: MotorVehicles.object Loading ruleset: EDBCData.object Loading ruleset: CWIncomeTotal.object Loading ruleset: SemiAnnualReporting.object Loading ruleset: McReportingPeriods.object Loading ruleset: InitialBudgetDeterminations.object Loading ruleset: MonthToCountIncomeAndExpense.object Loading ruleset: CreateMCBudgets.object Loading ruleset: SneedeAllocation.object Loading ruleset: CWIncomeTestGrantDetermination.object Loading ruleset: CommonClose.object Loading ruleset: EdbcOverride.object Loading ruleset: VerifyProgramMinimumRequirements.object Loading ruleset: IncomeTotals.object Loading ruleset: ImmediateNeed.object Loading ruleset: NOAReasons.object Loading ruleset: CreateNonMCBudgets.object Loading ruleset: TransitionalFoodStampsConfiguration.object Loading ruleset: CreateEdwardsForMCAutoTest.object Loading ruleset: ConfigurationOverride.object Loading ruleset: Create10DayAddedMemberSocBudget.object Loading ruleset: PropertyExemptionsAndExclusions.object Loading ruleset: CreateTenDayMcBudgets.object Loading ruleset: VendorPayment.object Loading ruleset: Nonfinancials.object Loading ruleset: McIncomeDeduction.object Loading ruleset: Income.object Loading ruleset: McCombineSneedeNetNonexemptIncome.object Loading ruleset: McSsiIneligibleParentAllocation.object Loading ruleset: PropertyTotals.object Loading ruleset: Configuration.object Loading ruleset: McCreateTmcMonthlyBudgets.object Loading ruleset: NOAActionDetermination.object Initializing Rulesets Loading ruleset: Deprivation.object Loading ruleset: FosterCare.object Loading ruleset: NOATextOrderingManualReferences.object Loading ruleset: McSneedeCountableProperty.object Loading ruleset: AutoTestTransitionalFoodStamps.object Loading ruleset: NOAMediCalMessages.object Loading ruleset: NOAMessages.object Loading ruleset: CreateMcSneedePropertyBu.object Loading ruleset: InkindIncome.object Loading ruleset: McUnitSizeAndResults.object Loading ruleset: McNetNonexemptIncome.object Loading ruleset: McDeductionCategories.object Loading ruleset: McPregnancyUnitSize.object Loading ruleset: AutoTestMediCalForClosedCashPersons.object Loading ruleset: DetermineAidCode.object Loading ruleset: MMOBudgetConsolidation.object Loading ruleset: NonApplicantRoles.object Loading ruleset: WorkEligibility.object Loading ruleset: TpnDialysis.object Loading ruleset: IdentifyQuarterlyNonquarterlyHouseholds.object Loading ruleset: McSsiLtcBoardCareAllocation.object Loading ruleset: DiscontinueForTransitionalFoodStampsAutoTest.object Loading ruleset: PropertyConfiguration.object Loading ruleset: AdequateNotice.object Loading ruleset: NOAMediCalReasons.object Loading ruleset: McCreateSsiPropertyDeemingBudget.object Loading ruleset: AidCodeOverride.object Loading ruleset: McTmcResults.object Loading ruleset: MostBeneficialConfiguration.object Loading ruleset: McCreateSneedeIndividualIncomeMbus.object Loading ruleset: FSDeductions.object Loading ruleset: PropertyResults.object Loading ruleset: FSIncomeTests.object Loading ruleset: McCreateAllocationBudgets.object Loading ruleset: NOABudgets.object Loading ruleset: FSExpeditedServices.object Loading ruleset: DependentCare.object Loading ruleset: SneedePropertyAllocation.object Loading ruleset: MotorVehicles.object Loading ruleset: EDBCData.object Loading ruleset: CWIncomeTotal.object Loading ruleset: SemiAnnualReporting.object Loading ruleset: McReportingPeriods.object Loading ruleset: InitialBudgetDeterminations.object Loading ruleset: MonthToCountIncomeAndExpense.object Loading ruleset: CreateMCBudgets.object Loading ruleset: SneedeAllocation.object Loading ruleset: CWIncomeTestGrantDetermination.object Loading ruleset: CommonClose.object Loading ruleset: EdbcOverride.object Loading ruleset: VerifyProgramMinimumRequirements.object Loading ruleset: IncomeTotals.object Loading ruleset: ImmediateNeed.object Loading ruleset: NOAReasons.object Loading ruleset: CreateNonMCBudgets.object Loading ruleset: TransitionalFoodStampsConfiguration.object Loading ruleset: CreateEdwardsForMCAutoTest.object Loading ruleset: ConfigurationOverride.object Loading ruleset: Create10DayAddedMemberSocBudget.object Loading ruleset: PropertyExemptionsAndExclusions.object Loading ruleset: CreateTenDayMcBudgets.object Loading ruleset: VendorPayment.object Loading ruleset: Nonfinancials.object Loading ruleset: McIncomeDeduction.object Loading ruleset: Income.object Loading ruleset: McCombineSneedeNetNonexemptIncome.object Loading ruleset: McSsiIneligibleParentAllocation.object Loading ruleset: PropertyTotals.object Loading ruleset: Configuration.object Loading ruleset: McCreateTmcMonthlyBudgets.object Loading ruleset: NOAActionDetermination.object Initializing Rulesets Loading ruleset: Deprivation.object Loading ruleset: FosterCare.object Loading ruleset: NOATextOrderingManualReferences.object Loading ruleset: McSneedeCountableProperty.object Loading ruleset: AutoTestTransitionalFoodStamps.object Loading ruleset: NOAMediCalMessages.object Loading ruleset: NOAMessages.object Loading ruleset: CreateMcSneedePropertyBu.object Loading ruleset: InkindIncome.object Loading ruleset: McUnitSizeAndResults.object Loading ruleset: McNetNonexemptIncome.object Loading ruleset: McDeductionCategories.object Loading ruleset: McPregnancyUnitSize.object Loading ruleset: AutoTestMediCalForClosedCashPersons.object Loading ruleset: DetermineAidCode.object Loading ruleset: MMOBudgetConsolidation.object Loading ruleset: NonApplicantRoles.object Loading ruleset: WorkEligibility.object Loading ruleset: TpnDialysis.object Loading ruleset: IdentifyQuarterlyNonquarterlyHouseholds.object Loading ruleset: McSsiLtcBoardCareAllocation.object Loading ruleset: DiscontinueForTransitionalFoodStampsAutoTest.object Loading ruleset: PropertyConfiguration.object Loading ruleset: AdequateNotice.object Loading ruleset: NOAMediCalReasons.object Loading ruleset: McCreateSsiPropertyDeemingBudget.object Loading ruleset: AidCodeOverride.object Loading ruleset: McTmcResults.object Loading ruleset: MostBeneficialConfiguration.object Loading ruleset: McCreateSneedeIndividualIncomeMbus.object Loading ruleset: FSDeductions.object Loading ruleset: PropertyResults.object Loading ruleset: FSIncomeTests.object Loading ruleset: McCreateAllocationBudgets.object Loading ruleset: NOABudgets.object Loading ruleset: FSExpeditedServices.object Loading ruleset: DependentCare.object Loading ruleset: SneedePropertyAllocation.object Loading ruleset: MotorVehicles.object Loading ruleset: EDBCData.object Loading ruleset: CWIncomeTotal.object Loading ruleset: SemiAnnualReporting.object Loading ruleset: McReportingPeriods.object Loading ruleset: InitialBudgetDeterminations.object Loading ruleset: MonthToCountIncomeAndExpense.object Loading ruleset: CreateMCBudgets.object Loading ruleset: SneedeAllocation.object Loading ruleset: CWIncomeTestGrantDetermination.object Loading ruleset: CommonClose.object Loading ruleset: EdbcOverride.object Loading ruleset: VerifyProgramMinimumRequirements.object Loading ruleset: IncomeTotals.object Loading ruleset: ImmediateNeed.object Loading ruleset: NOAReasons.object Loading ruleset: CreateNonMCBudgets.object Loading ruleset: TransitionalFoodStampsConfiguration.object Loading ruleset: CreateEdwardsForMCAutoTest.object Loading ruleset: ConfigurationOverride.object Loading ruleset: Create10DayAddedMemberSocBudget.object Loading ruleset: PropertyExemptionsAndExclusions.object Loading ruleset: CreateTenDayMcBudgets.object Loading ruleset: VendorPayment.object Loading ruleset: Nonfinancials.object Loading ruleset: McIncomeDeduction.object Loading ruleset: Income.object Loading ruleset: McCombineSneedeNetNonexemptIncome.object Loading ruleset: McSsiIneligibleParentAllocation.object Loading ruleset: PropertyTotals.object Loading ruleset: Configuration.object Loading ruleset: McCreateTmcMonthlyBudgets.object Loading ruleset: NOAActionDetermination.object Initializing Rulesets Loading ruleset: Deprivation.object Loading ruleset: FosterCare.object Loading ruleset: NOATextOrderingManualReferences.object Loading ruleset: McSneedeCountableProperty.object Loading ruleset: AutoTestTransitionalFoodStamps.object Loading ruleset: NOAMediCalMessages.object Loading ruleset: NOAMessages.object Loading ruleset: CreateMcSneedePropertyBu.object Loading ruleset: InkindIncome.object Loading ruleset: McUnitSizeAndResults.object Loading ruleset: McNetNonexemptIncome.object Loading ruleset: McDeductionCategories.object Loading ruleset: McPregnancyUnitSize.object Loading ruleset: AutoTestMediCalForClosedCashPersons.object Loading ruleset: DetermineAidCode.object Loading ruleset: MMOBudgetConsolidation.object Loading ruleset: NonApplicantRoles.object Loading ruleset: WorkEligibility.object Loading ruleset: TpnDialysis.object Loading ruleset: IdentifyQuarterlyNonquarterlyHouseholds.object Loading ruleset: McSsiLtcBoardCareAllocation.object Loading ruleset: DiscontinueForTransitionalFoodStampsAutoTest.object Loading ruleset: PropertyConfiguration.object Loading ruleset: AdequateNotice.object Loading ruleset: NOAMediCalReasons.object Loading ruleset: McCreateSsiPropertyDeemingBudget.object Loading ruleset: AidCodeOverride.object Loading ruleset: McTmcResults.object Loading ruleset: MostBeneficialConfiguration.object Loading ruleset: McCreateSneedeIndividualIncomeMbus.object Loading ruleset: FSDeductions.object Loading ruleset: PropertyResults.object Loading ruleset: FSIncomeTests.object Loading ruleset: McCreateAllocationBudgets.object Loading ruleset: NOABudgets.object Loading ruleset: FSExpeditedServices.object Loading ruleset: DependentCare.object Loading ruleset: SneedePropertyAllocation.object Loading ruleset: MotorVehicles.object Loading ruleset: EDBCData.object Loading ruleset: CWIncomeTotal.object Loading ruleset: SemiAnnualReporting.object Loading ruleset: McReportingPeriods.object Loading ruleset: InitialBudgetDeterminations.object Loading ruleset: MonthToCountIncomeAndExpense.object Loading ruleset: CreateMCBudgets.object Loading ruleset: SneedeAllocation.object Loading ruleset: CWIncomeTestGrantDetermination.object Loading ruleset: CommonClose.object Loading ruleset: EdbcOverride.object Loading ruleset: VerifyProgramMinimumRequirements.object Loading ruleset: IncomeTotals.object Loading ruleset: ImmediateNeed.object Loading ruleset: NOAReasons.object Loading ruleset: CreateNonMCBudgets.object Loading ruleset: TransitionalFoodStampsConfiguration.object Loading ruleset: CreateEdwardsForMCAutoTest.object Loading ruleset: ConfigurationOverride.object Loading ruleset: Create10DayAddedMemberSocBudget.object Loading ruleset: PropertyExemptionsAndExclusions.object Loading ruleset: CreateTenDayMcBudgets.object Loading ruleset: VendorPayment.object Loading ruleset: Nonfinancials.object Loading ruleset: McIncomeDeduction.object Loading ruleset: Income.object Loading ruleset: McCombineSneedeNetNonexemptIncome.object Loading ruleset: McSsiIneligibleParentAllocation.object Loading ruleset: PropertyTotals.object Loading ruleset: Configuration.object Loading ruleset: McCreateTmcMonthlyBudgets.object Loading ruleset: NOAActionDetermination.object Initializing Rulesets Loading ruleset: Deprivation.object Loading ruleset: FosterCare.object Loading ruleset: NOATextOrderingManualReferences.object Loading ruleset: McSneedeCountableProperty.object Loading ruleset: AutoTestTransitionalFoodStamps.object Loading ruleset: NOAMediCalMessages.object Loading ruleset: NOAMessages.object Loading ruleset: CreateMcSneedePropertyBu.object Loading ruleset: InkindIncome.object Loading ruleset: McUnitSizeAndResults.object Loading ruleset: McNetNonexemptIncome.object Loading ruleset: McDeductionCategories.object Loading ruleset: McPregnancyUnitSize.object Loading ruleset: AutoTestMediCalForClosedCashPersons.object Loading ruleset: DetermineAidCode.object Loading ruleset: MMOBudgetConsolidation.object Loading ruleset: NonApplicantRoles.object Loading ruleset: WorkEligibility.object Loading ruleset: TpnDialysis.object Loading ruleset: IdentifyQuarterlyNonquarterlyHouseholds.object Loading ruleset: McSsiLtcBoardCareAllocation.object Loading ruleset: DiscontinueForTransitionalFoodStampsAutoTest.object Loading ruleset: PropertyConfiguration.object Loading ruleset: AdequateNotice.object Loading ruleset: NOAMediCalReasons.object Loading ruleset: McCreateSsiPropertyDeemingBudget.object Loading ruleset: AidCodeOverride.object Loading ruleset: McTmcResults.object Loading ruleset: MostBeneficialConfiguration.object Loading ruleset: McCreateSneedeIndividualIncomeMbus.object Loading ruleset: FSDeductions.object Loading ruleset: PropertyResults.object Loading ruleset: FSIncomeTests.object Loading ruleset: McCreateAllocationBudgets.object Loading ruleset: NOABudgets.object Loading ruleset: FSExpeditedServices.object Loading ruleset: DependentCare.object Loading ruleset: SneedePropertyAllocation.object Loading ruleset: MotorVehicles.object Loading ruleset: EDBCData.object Loading ruleset: CWIncomeTotal.object Loading ruleset: SemiAnnualReporting.object Loading ruleset: McReportingPeriods.object Loading ruleset: InitialBudgetDeterminations.object Loading ruleset: MonthToCountIncomeAndExpense.object Loading ruleset: CreateMCBudgets.object Loading ruleset: SneedeAllocation.object Loading ruleset: CWIncomeTestGrantDetermination.object Loading ruleset: CommonClose.object Loading ruleset: EdbcOverride.object Loading ruleset: VerifyProgramMinimumRequirements.object Loading ruleset: IncomeTotals.object Loading ruleset: ImmediateNeed.object Loading ruleset: NOAReasons.object Loading ruleset: CreateNonMCBudgets.object Loading ruleset: TransitionalFoodStampsConfiguration.object Loading ruleset: CreateEdwardsForMCAutoTest.object Loading ruleset: ConfigurationOverride.object Loading ruleset: Create10DayAddedMemberSocBudget.object Loading ruleset: PropertyExemptionsAndExclusions.object Loading ruleset: CreateTenDayMcBudgets.object Loading ruleset: VendorPayment.object Loading ruleset: Nonfinancials.object Loading ruleset: McIncomeDeduction.object Loading ruleset: Income.object Loading ruleset: McCombineSneedeNetNonexemptIncome.object Loading ruleset: McSsiIneligibleParentAllocation.object Loading ruleset: PropertyTotals.object Loading ruleset: Configuration.object Loading ruleset: McCreateTmcMonthlyBudgets.object Loading ruleset: NOAActionDetermination.object Initializing Rulesets Loading ruleset: Deprivation.object Loading ruleset: FosterCare.object Loading ruleset: NOATextOrderingManualReferences.object Loading ruleset: McSneedeCountableProperty.object Loading ruleset: AutoTestTransitionalFoodStamps.object Loading ruleset: NOAMediCalMessages.object Loading ruleset: NOAMessages.object Loading ruleset: CreateMcSneedePropertyBu.object Loading ruleset: InkindIncome.object Loading ruleset: McUnitSizeAndResults.object Loading ruleset: McNetNonexemptIncome.object Loading ruleset: McDeductionCategories.object Loading ruleset: McPregnancyUnitSize.object Loading ruleset: AutoTestMediCalForClosedCashPersons.object Loading ruleset: DetermineAidCode.object Loading ruleset: MMOBudgetConsolidation.object Loading ruleset: NonApplicantRoles.object Loading ruleset: WorkEligibility.object Loading ruleset: TpnDialysis.object Loading ruleset: IdentifyQuarterlyNonquarterlyHouseholds.object Loading ruleset: McSsiLtcBoardCareAllocation.object Loading ruleset: DiscontinueForTransitionalFoodStampsAutoTest.object Loading ruleset: PropertyConfiguration.object Loading ruleset: AdequateNotice.object Loading ruleset: NOAMediCalReasons.object Loading ruleset: McCreateSsiPropertyDeemingBudget.object Loading ruleset: AidCodeOverride.object Loading ruleset: McTmcResults.object Loading ruleset: MostBeneficialConfiguration.object Loading ruleset: McCreateSneedeIndividualIncomeMbus.object Loading ruleset: FSDeductions.object Loading ruleset: PropertyResults.object Loading ruleset: FSIncomeTests.object Loading ruleset: McCreateAllocationBudgets.object Loading ruleset: NOABudgets.object Loading ruleset: FSExpeditedServices.object Loading ruleset: DependentCare.object Loading ruleset: SneedePropertyAllocation.object Loading ruleset: MotorVehicles.object Loading ruleset: EDBCData.object Loading ruleset: CWIncomeTotal.object Loading ruleset: SemiAnnualReporting.object Loading ruleset: McReportingPeriods.object Loading ruleset: InitialBudgetDeterminations.object Loading ruleset: MonthToCountIncomeAndExpense.object Loading ruleset: CreateMCBudgets.object Loading ruleset: SneedeAllocation.object Loading ruleset: CWIncomeTestGrantDetermination.object Loading ruleset: CommonClose.object Loading ruleset: EdbcOverride.object Loading ruleset: VerifyProgramMinimumRequirements.object Loading ruleset: IncomeTotals.object Loading ruleset: ImmediateNeed.object Loading ruleset: NOAReasons.object Loading ruleset: CreateNonMCBudgets.object Loading ruleset: TransitionalFoodStampsConfiguration.object Loading ruleset: CreateEdwardsForMCAutoTest.object Loading ruleset: ConfigurationOverride.object Loading ruleset: Create10DayAddedMemberSocBudget.object Loading ruleset: PropertyExemptionsAndExclusions.object Loading ruleset: CreateTenDayMcBudgets.object Loading ruleset: VendorPayment.object Loading ruleset: Nonfinancials.object Loading ruleset: McIncomeDeduction.object Loading ruleset: Income.object Loading ruleset: McCombineSneedeNetNonexemptIncome.object Loading ruleset: McSsiIneligibleParentAllocation.object Loading ruleset: PropertyTotals.object Loading ruleset: Configuration.object Loading ruleset: McCreateTmcMonthlyBudgets.object Loading ruleset: NOAActionDetermination.object Initializing Rulesets Loading ruleset: Deprivation.object Loading ruleset: FosterCare.object Loading ruleset: NOATextOrderingManualReferences.object Loading ruleset: McSneedeCountableProperty.object Loading ruleset: AutoTestTransitionalFoodStamps.object Loading ruleset: NOAMediCalMessages.object Loading ruleset: NOAMessages.object Loading ruleset: CreateMcSneedePropertyBu.object Loading ruleset: InkindIncome.object Loading ruleset: McUnitSizeAndResults.object Loading ruleset: McNetNonexemptIncome.object Loading ruleset: McDeductionCategories.object Loading ruleset: McPregnancyUnitSize.object Loading ruleset: AutoTestMediCalForClosedCashPersons.object Loading ruleset: DetermineAidCode.object Loading ruleset: MMOBudgetConsolidation.object Loading ruleset: NonApplicantRoles.object Loading ruleset: WorkEligibility.object Loading ruleset: TpnDialysis.object Loading ruleset: IdentifyQuarterlyNonquarterlyHouseholds.object Loading ruleset: McSsiLtcBoardCareAllocation.object Loading ruleset: DiscontinueForTransitionalFoodStampsAutoTest.object Loading ruleset: PropertyConfiguration.object Loading ruleset: AdequateNotice.object Loading ruleset: NOAMediCalReasons.object Loading ruleset: McCreateSsiPropertyDeemingBudget.object Loading ruleset: AidCodeOverride.object Loading ruleset: McTmcResults.object Loading ruleset: MostBeneficialConfiguration.object Loading ruleset: McCreateSneedeIndividualIncomeMbus.object Loading ruleset: FSDeductions.object Loading ruleset: PropertyResults.object Loading ruleset: FSIncomeTests.object Loading ruleset: McCreateAllocationBudgets.object Loading ruleset: NOABudgets.object Loading ruleset: FSExpeditedServices.object Loading ruleset: DependentCare.object Loading ruleset: SneedePropertyAllocation.object Loading ruleset: MotorVehicles.object Loading ruleset: EDBCData.object Loading ruleset: CWIncomeTotal.object Loading ruleset: SemiAnnualReporting.object Loading ruleset: McReportingPeriods.object Loading ruleset: InitialBudgetDeterminations.object Loading ruleset: MonthToCountIncomeAndExpense.object Loading ruleset: CreateMCBudgets.object Loading ruleset: SneedeAllocation.object Loading ruleset: CWIncomeTestGrantDetermination.object Loading ruleset: CommonClose.object Loading ruleset: EdbcOverride.object Loading ruleset: VerifyProgramMinimumRequirements.object Loading ruleset: IncomeTotals.object Loading ruleset: ImmediateNeed.object Loading ruleset: NOAReasons.object Loading ruleset: CreateNonMCBudgets.object Loading ruleset: TransitionalFoodStampsConfiguration.object Loading ruleset: CreateEdwardsForMCAutoTest.object Loading ruleset: ConfigurationOverride.object Loading ruleset: Create10DayAddedMemberSocBudget.object Loading ruleset: PropertyExemptionsAndExclusions.object Loading ruleset: CreateTenDayMcBudgets.object Loading ruleset: VendorPayment.object Loading ruleset: Nonfinancials.object Loading ruleset: McIncomeDeduction.object Loading ruleset: Income.object Loading ruleset: McCombineSneedeNetNonexemptIncome.object Loading ruleset: McSsiIneligibleParentAllocation.object Loading ruleset: PropertyTotals.object Loading ruleset: Configuration.object Loading ruleset: McCreateTmcMonthlyBudgets.object Loading ruleset: NOAActionDetermination.object Initializing Rulesets Loading ruleset: Deprivation.object Loading ruleset: FosterCare.object Loading ruleset: NOATextOrderingManualReferences.object Loading ruleset: McSneedeCountableProperty.object Loading ruleset: AutoTestTransitionalFoodStamps.object Loading ruleset: NOAMediCalMessages.object Loading ruleset: NOAMessages.object Loading ruleset: CreateMcSneedePropertyBu.object Loading ruleset: InkindIncome.object Loading ruleset: McUnitSizeAndResults.object Loading ruleset: McNetNonexemptIncome.object Loading ruleset: McDeductionCategories.object Loading ruleset: McPregnancyUnitSize.object Loading ruleset: AutoTestMediCalForClosedCashPersons.object Loading ruleset: DetermineAidCode.object Loading ruleset: MMOBudgetConsolidation.object Loading ruleset: NonApplicantRoles.object Loading ruleset: WorkEligibility.object Loading ruleset: TpnDialysis.object Loading ruleset: IdentifyQuarterlyNonquarterlyHouseholds.object Loading ruleset: McSsiLtcBoardCareAllocation.object Loading ruleset: DiscontinueForTransitionalFoodStampsAutoTest.object Loading ruleset: PropertyConfiguration.object Loading ruleset: AdequateNotice.object Loading ruleset: NOAMediCalReasons.object Loading ruleset: McCreateSsiPropertyDeemingBudget.object Loading ruleset: AidCodeOverride.object Loading ruleset: McTmcResults.object Loading ruleset: MostBeneficialConfiguration.object Loading ruleset: McCreateSneedeIndividualIncomeMbus.object Loading ruleset: FSDeductions.object Loading ruleset: PropertyResults.object Loading ruleset: FSIncomeTests.object Loading ruleset: McCreateAllocationBudgets.object Loading ruleset: NOABudgets.object Loading ruleset: FSExpeditedServices.object Loading ruleset: DependentCare.object Loading ruleset: SneedePropertyAllocation.object Loading ruleset: MotorVehicles.object Loading ruleset: EDBCData.object Loading ruleset: CWIncomeTotal.object Loading ruleset: SemiAnnualReporting.object Loading ruleset: McReportingPeriods.object Loading ruleset: InitialBudgetDeterminations.object Loading ruleset: MonthToCountIncomeAndExpense.object Loading ruleset: CreateMCBudgets.object Loading ruleset: SneedeAllocation.object Loading ruleset: CWIncomeTestGrantDetermination.object Loading ruleset: CommonClose.object Loading ruleset: EdbcOverride.object Loading ruleset: VerifyProgramMinimumRequirements.object Loading ruleset: IncomeTotals.object Loading ruleset: ImmediateNeed.object Loading ruleset: NOAReasons.object Loading ruleset: CreateNonMCBudgets.object Loading ruleset: TransitionalFoodStampsConfiguration.object Loading ruleset: CreateEdwardsForMCAutoTest.object Loading ruleset: ConfigurationOverride.object Loading ruleset: Create10DayAddedMemberSocBudget.object Loading ruleset: PropertyExemptionsAndExclusions.object Loading ruleset: CreateTenDayMcBudgets.object Loading ruleset: VendorPayment.object Loading ruleset: Nonfinancials.object Loading ruleset: McIncomeDeduction.object Loading ruleset: Income.object Loading ruleset: McCombineSneedeNetNonexemptIncome.object Loading ruleset: McSsiIneligibleParentAllocation.object Loading ruleset: PropertyTotals.object Loading ruleset: Configuration.object Loading ruleset: McCreateTmcMonthlyBudgets.object Loading ruleset: NOAActionDetermination.object Initializing Rulesets Loading ruleset: Deprivation.object Loading ruleset: FosterCare.object Loading ruleset: NOATextOrderingManualReferences.object Loading ruleset: McSneedeCountableProperty.object Loading ruleset: AutoTestTransitionalFoodStamps.object Loading ruleset: NOAMediCalMessages.object Loading ruleset: NOAMessages.object Loading ruleset: CreateMcSneedePropertyBu.object Loading ruleset: InkindIncome.object Loading ruleset: McUnitSizeAndResults.object Loading ruleset: McNetNonexemptIncome.object Loading ruleset: McDeductionCategories.object Loading ruleset: McPregnancyUnitSize.object Loading ruleset: AutoTestMediCalForClosedCashPersons.object Loading ruleset: DetermineAidCode.object Loading ruleset: MMOBudgetConsolidation.object Loading ruleset: NonApplicantRoles.object Loading ruleset: WorkEligibility.object Loading ruleset: TpnDialysis.object Loading ruleset: IdentifyQuarterlyNonquarterlyHouseholds.object Loading ruleset: McSsiLtcBoardCareAllocation.object Loading ruleset: DiscontinueForTransitionalFoodStampsAutoTest.object Loading ruleset: PropertyConfiguration.object Loading ruleset: AdequateNotice.object Loading ruleset: NOAMediCalReasons.object Loading ruleset: McCreateSsiPropertyDeemingBudget.object Loading ruleset: AidCodeOverride.object Loading ruleset: McTmcResults.object Loading ruleset: MostBeneficialConfiguration.object Loading ruleset: McCreateSneedeIndividualIncomeMbus.object Loading ruleset: FSDeductions.object Loading ruleset: PropertyResults.object Loading ruleset: FSIncomeTests.object Loading ruleset: McCreateAllocationBudgets.object Loading ruleset: NOABudgets.object Loading ruleset: FSExpeditedServices.object Loading ruleset: DependentCare.object Loading ruleset: SneedePropertyAllocation.object Loading ruleset: MotorVehicles.object Loading ruleset: EDBCData.object Loading ruleset: CWIncomeTotal.object Loading ruleset: SemiAnnualReporting.object Loading ruleset: McReportingPeriods.object Loading ruleset: InitialBudgetDeterminations.object Loading ruleset: MonthToCountIncomeAndExpense.object Loading ruleset: CreateMCBudgets.object Loading ruleset: SneedeAllocation.object Loading ruleset: CWIncomeTestGrantDetermination.object Loading ruleset: CommonClose.object Loading ruleset: EdbcOverride.object Loading ruleset: VerifyProgramMinimumRequirements.object Loading ruleset: IncomeTotals.object Loading ruleset: ImmediateNeed.object Loading ruleset: NOAReasons.object Loading ruleset: CreateNonMCBudgets.object Loading ruleset: TransitionalFoodStampsConfiguration.object Loading ruleset: CreateEdwardsForMCAutoTest.object Loading ruleset: ConfigurationOverride.object Loading ruleset: Create10DayAddedMemberSocBudget.object Loading ruleset: PropertyExemptionsAndExclusions.object Loading ruleset: CreateTenDayMcBudgets.object Loading ruleset: VendorPayment.object Loading ruleset: Nonfinancials.object Loading ruleset: McIncomeDeduction.object Loading ruleset: Income.object Loading ruleset: McCombineSneedeNetNonexemptIncome.object Loading ruleset: McSsiIneligibleParentAllocation.object Loading ruleset: PropertyTotals.object Loading ruleset: Configuration.object Loading ruleset: McCreateTmcMonthlyBudgets.object Loading ruleset: NOAActionDetermination.object Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.946 sec Running com.accenture.apsp.batch.batchedbc.data.EligRecertifyTriggerDaoTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec Running com.accenture.apsp.batch.edbcsweeps.data.FindMFPDiscontinuanceDaoTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running com.accenture.apsp.batch.edbcsweeps.data.FindMNDiscontinuanceDaoTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running com.accenture.apsp.batch.edbcsweeps.data.FindROPDiscontinuanceDaoTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running com.accenture.apsp.batch.edbcsweeps.FindMFPDiscontinuanceTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.515 sec Running com.accenture.apsp.batch.edbcsweeps.FindMFPNotificationTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.515 sec Running com.accenture.apsp.batch.edbcsweeps.FindMNDiscontinuanceTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.841 sec Running com.accenture.apsp.batch.edbcsweeps.FindROPDiscontinuanceTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.515 sec Running com.accenture.apsp.batch.edbcsweeps.VerifiedPassiveRecertificationTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.043 sec Running com.accenture.apsp.batch.forms.data.FindMC239XCasesDaoTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running com.accenture.apsp.batch.tasks.data.BatchEligibilityUtilityDaoTest Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.483 sec Running com.accenture.apsp.bsd.collections.overpayment.ChildCareOverpaymentAdjustmentLogicUnitTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.278 sec Running com.accenture.apsp.bsd.collections.recoveryaccount.responsibleparty.BankruptcyDetailDaoTest Tests run: 11, F... [truncated message content] |
From: Harry C. <har...@bb...> - 2013-07-11 06:51:08
|
I've upgraded from cobertura version 1.9.4.1 to the last version (2.0.2). The problem is still the same although the ant task is more verbose: [cobertura-report] java.io.EOFException [cobertura-report] at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2553) [cobertura-report] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1296) [cobertura-report] at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946) [cobertura-report] at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870) [cobertura-report] at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752) [cobertura-report] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328) [cobertura-report] at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350) [cobertura-report] at java.util.HashMap.readObject(HashMap.java:1030) [cobertura-report] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) [cobertura-report] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [cobertura-report] at java.lang.reflect.Method.invoke(Method.java:597) [cobertura-report] at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:969) [cobertura-report] at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848) [cobertura-report] at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752) [cobertura-report] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328) [cobertura-report] at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946) [cobertura-report] at java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:479) [cobertura-report] at net.sourceforge.cobertura.coveragedata.CoverageDataContainer.readObject(CoverageDataContainer.java:321) [cobertura-report] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) [cobertura-report] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [cobertura-report] at java.lang.reflect.Method.invoke(Method.java:597) [cobertura-report] at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:969) [cobertura-report] at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848) [cobertura-report] at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752) [cobertura-report] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328) [cobertura-report] at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350) [cobertura-report] at java.util.HashMap.readObject(HashMap.java:1030) [cobertura-report] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) [cobertura-report] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [cobertura-report] at java.lang.reflect.Method.invoke(Method.java:597) [cobertura-report] at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:969) [cobertura-report] at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848) [cobertura-report] at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752) [cobertura-report] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328) [cobertura-report] at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946) [cobertura-report] at java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:479) [cobertura-report] at net.sourceforge.cobertura.coveragedata.CoverageDataContainer.readObject(CoverageDataContainer.java:321) [cobertura-report] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) [cobertura-report] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [cobertura-report] at java.lang.reflect.Method.invoke(Method.java:597) [cobertura-report] at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:969) [cobertura-report] at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848) [cobertura-report] at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752) [cobertura-report] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328) [cobertura-report] at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350) [cobertura-report] at java.util.HashMap.readObject(HashMap.java:1030) [cobertura-report] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [cobertura-report] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [cobertura-report] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [cobertura-report] at java.lang.reflect.Method.invoke(Method.java:597) [cobertura-report] at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:969) [cobertura-report] at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848) [cobertura-report] at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752) [cobertura-report] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328) [cobertura-report] at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946) [cobertura-report] at java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:479) [cobertura-report] at net.sourceforge.cobertura.coveragedata.CoverageDataContainer.readObject(CoverageDataContainer.java:321) [cobertura-report] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [cobertura-report] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [cobertura-report] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [cobertura-report] at java.lang.reflect.Method.invoke(Method.java:597) [cobertura-report] at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:969) [cobertura-report] at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848) [cobertura-report] at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752) [cobertura-report] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328) [cobertura-report] at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350) [cobertura-report] at net.sourceforge.cobertura.coveragedata.CoverageDataFileHandler.loadCoverageData(CoverageDataFileHandler.java:84) [cobertura-report] at net.sourceforge.cobertura.coveragedata.CoverageDataFileHandler.loadCoverageData(CoverageDataFileHandler.java:61) [cobertura-report] at net.sourceforge.cobertura.reporting.Main.parseArguments(Main.java:92) [cobertura-report] at net.sourceforge.cobertura.reporting.Main.main(Main.java:169) [cobertura-report] Error: Unable to read from data file C:\User\harry\workspaceBusiness\efriu\target\cobertura\cobertura.ser So the maybe problem come that the cobertura.ser file generation is corrupted. I think the flushing process is not finished correctly because the cobertura.ser.locks file is still present after the flushing. If i remove 50% percents of my test classes, the whole process is successfull. Maybe the huge test quantity makes the process failing. -- View this message in context: http://cobertura.996293.n3.nabble.com/Unable-to-read-cobertura-ser-tp3330p3356.html Sent from the cobertura-devel mailing list archive at Nabble.com. |
From: Harry C. <har...@bb...> - 2013-07-10 16:07:11
|
Here is the full pom.xml: pom.xml <http://cobertura.996293.n3.nabble.com/file/n3355/pom.xml> I also noticed an interesting thing: After running maven test phase (mvn test), the cobertura.ser.lock file is still present in cobertura .ser file directory. -- View this message in context: http://cobertura.996293.n3.nabble.com/Unable-to-read-cobertura-ser-tp3330p3355.html Sent from the cobertura-devel mailing list archive at Nabble.com. |
From: Steven C. <sch...@gm...> - 2013-07-10 14:42:52
|
I get an error when viewing the pom_extract.xml file This page contains the following errors: error on line 62 at column 1: Extra content at the end of the document Below is a rendering of the page up to the first error. org.apache.maven.pluginsmaven-antrun-plugincobertura-instrumentprocess-classesrungenererRapportCouvertureTestsiterunant-contribant-contrib1.0b3antantnet.sourceforge.coberturacobertura1.9.4.1trueorg.apache.antant-jdepend1.8.2xalanxalan2.7.1 On 07/10/2013 08:45 AM, Harry Callahan wrote: > Hello Steve. > > Sorry for the delay. > > My instrumentation task is launch by ant through Maven (Maven Ant Tasks). > > Here is my build.xml file: > build.xml <http://cobertura.996293.n3.nabble.com/file/n3353/build.xml> > > Here is the Ant plugin config in my pom.xml: > pom_extract.xml > <http://cobertura.996293.n3.nabble.com/file/n3353/pom_extract.xml> > > Instrumenting task is binded to process-classes phase. > Report generation is binded to site phase. > > The command i run is : > *mvn clean test site* > > > > > -- > View this message in context: http://cobertura.996293.n3.nabble.com/Unable-to-read-cobertura-ser-tp3330p3353.html > Sent from the cobertura-devel mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Cobertura-devel mailing list > Cob...@li... > https://lists.sourceforge.net/lists/listinfo/cobertura-devel |