Can't tell what causes the invalid content in your exec file. Can you please provide a example of such a corrupted file?
Regards, -marc On 2018-08-06 12:58, YEV wrote: > by attaching agent to the java process > > javaagent:lib/jacocoagent.jar=destfile=/execs/jacoco.exec,output=file,append=true > > > (multiple java process are executed - one after another, not in same time) > On Monday, 6 August 2018 13:32:01 UTC+3, Marc R. Hoffmann wrote: > > Hi, > > exec files are an internal binary format used by JaCoCo. If it does not have > a valid header this means > > a) it is not an exec file written by the JaCoCo agent (or a dump command) or > b) the file was modified afterwards > > How do you create the exec file? > > Regards, > -marc > > On 2018-08-06 10:53, YEV wrote: > My process created an exec file while trying to generate a report from it, > getting an error: > > Exception in thread "main" java.io.IOException: Invalid execution data file. > at > org.jacoco.core.data.ExecutionDataReader.readHeader(ExecutionDataReader.java:125) > > at > org.jacoco.core.data.ExecutionDataReader.readBlock(ExecutionDataReader.java:109) > > at org.jacoco.core.data.ExecutionDataReader.read(ExecutionDataReader.java:92) > > readHeader() method is expecting the first char to be 49344 > But in my case it's 16191 - is there any meaning for this value? > > -- > You received this message because you are subscribed to the Google Groups > "JaCoCo and EclEmma Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] [1]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jacoco/7ea84c9a-9a94-495a-a09c-0a2750f78632%40googlegroups.com > [2]. > For more options, visit https://groups.google.com/d/optout [3]. -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/151491be-dd5f-480f-a188-d303869391ee%40googlegroups.com [4]. For more options, visit https://groups.google.com/d/optout. Links: ------ [1] http://mail.mountainminds.com/./#NOP [2] https://groups.google.com/d/msgid/jacoco/7ea84c9a-9a94-495a-a09c-0a2750f78632%40googlegroups.com?utm_medium=email&utm_source=footer [3] https://groups.google.com/d/optout [4] https://groups.google.com/d/msgid/jacoco/151491be-dd5f-480f-a188-d303869391ee%40googlegroups.com?utm_medium=email&utm_source=footer -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/a01759c5e2382d0e19a8fe230c4bd5d6%40mountainminds.com. For more options, visit https://groups.google.com/d/optout.
