[JIRA] (JENKINS-15242) org.objectweb.asm.ClassReader.accept error

2012-10-18 Thread vpa...@redhat.com (JIRA)















































Vlado Pakan
 closed  JENKINS-15242 as Fixed


org.objectweb.asm.ClassReader.accept error
















With version 1.0.8 it's working for me. Thank you a lot for quick response.





Change By:


Vlado Pakan
(18/Oct/12 8:00 AM)




Status:


Resolved
Closed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-15242) org.objectweb.asm.ClassReader.accept error

2012-10-11 Thread vpa...@redhat.com (JIRA)














































Vlado Pakan
 commented on  JENKINS-15242


org.objectweb.asm.ClassReader.accept error















We just updated to 1.0.7 and we have got this error:

[JaCoCo plugin] Collecting JaCoCo coverage data...
[JaCoCo plugin] **/**.exec;**/classes;**/src/main/java; locations are configured
[JaCoCo plugin] Number of found exec files: 1
[JaCoCo plugin] Saving matched execfiles:  /home/hudson/workspace/jbosstools-3.3_stable_branch.jsf.bot.tests.codecoverage/jsf/tests/target/jacoco.execERROR: Publisher hudson.plugins.jacoco.JacocoPublisher aborted due to exception
java.lang.IllegalStateException: basedir /home/hudson/workspace/jbosstools-3.3_stable_branch.jsf.bot.tests.codecoverage does not exist.
	at org.apache.tools.ant.DirectoryScanner.scan(DirectoryScanner.java:852)
	at hudson.plugins.jacoco.JacocoPublisher.resolveDirPaths(JacocoPublisher.java:116)
	at hudson.plugins.jacoco.JacocoPublisher.perform(JacocoPublisher.java:181)
	at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
	at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:697)
	at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:672)
	at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:650)
	at hudson.model.Build$RunnerImpl.post2(Build.java:162)
	at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:619)
	at hudson.model.Run.run(Run.java:1429)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:238)


Directory /home/hudson/workspace/jbosstools-3.3_stable_branch.jsf.bot.tests.codecoverage exists only on slave doesn't exist on Jenkins master. Could it be a problem.

I'm not sure if this means that old asm version is not used anymore therefore I'm not closing this issue for now.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-15242) org.objectweb.asm.ClassReader.accept error

2012-10-03 Thread vpa...@redhat.com (JIRA)












































  
Vlado Pakan
 edited a comment on  JENKINS-15242


org.objectweb.asm.ClassReader.accept error
















I'm not sure. My jobs contains just couple of standard steps:

1. Checkout from SVN
2. Run Maven build
3. Run jacoco plugin to create Code Coverage reports

Does that help you?

Or how can I find out my job is using asm lib?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-15242) org.objectweb.asm.ClassReader.accept error

2012-10-03 Thread vpa...@redhat.com (JIRA)














































Vlado Pakan
 commented on  JENKINS-15242


org.objectweb.asm.ClassReader.accept error















I'm not sure. My jobs contains just couple of standard steps:

1. Checkout from SVN
2. Run Maven build
3. Run jacoco plugin to create Code Coverage reports

Does that help you?

Or have can I find out my job is using asm lib?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-15242) org.objectweb.asm.ClassReader.accept error

2012-09-20 Thread vpa...@redhat.com (JIRA)














































Vlado Pakan
 created  JENKINS-15242


org.objectweb.asm.ClassReader.accept error















Issue Type:


Bug



Assignee:


Ognjen Bubalo



Components:


jacoco



Created:


20/Sep/12 8:33 AM



Description:


When running job on slave this error occurred on slaves. (Linux, MS Windows):


[JaCoCo plugin] Collecting JaCoCo coverage data...
[JaCoCo plugin] Saving 1 module information.
[JaCoCo plugin] ConfigRow [moduleName=jsfsrcDir=jsf/plugins/org.jboss.tools.jsf.ui/src, classDir=jsf/plugins/org.jboss.tools.jsf.ui/target/classes/, execFile=jsf/tests/target/jacoco.exec] locations are configured
[JaCoCo plugin] Saving module data..
[JaCoCo plugin] Storing properties file..
[JaCoCo plugin] Loading EXEC files..
FATAL: org.objectweb.asm.ClassReader.accept(Lorg/objectweb/asm/ClassVisitor;I)V
java.lang.NoSuchMethodError: org.objectweb.asm.ClassReader.accept(Lorg/objectweb/asm/ClassVisitor;I)V
	at org.jacoco.core.analysis.Analyzer.analyzeClass(Analyzer.java:94)
	at org.jacoco.core.analysis.Analyzer.analyzeClass(Analyzer.java:115)
	at org.jacoco.core.analysis.Analyzer.analyzeAll(Analyzer.java:155)
	at org.jacoco.core.analysis.Analyzer.analyzeAll(Analyzer.java:183)
	at org.jacoco.core.analysis.Analyzer.analyzeAll(Analyzer.java:178)
	at org.jacoco.core.analysis.Analyzer.analyzeAll(Analyzer.java:178)
	at org.jacoco.core.analysis.Analyzer.analyzeAll(Analyzer.java:178)
	at org.jacoco.core.analysis.Analyzer.analyzeAll(Analyzer.java:178)
	at org.jacoco.core.analysis.Analyzer.analyzeAll(Analyzer.java:178)
	at org.jacoco.core.analysis.Analyzer.analyzeAll(Analyzer.java:178)
	at org.jacoco.core.analysis.Analyzer.analyzeAll(Analyzer.java:178)
	at hudson.plugins.jacoco.model.ModuleInfo.analyzeStructure(ModuleInfo.java:90)
	at hudson.plugins.jacoco.model.ModuleInfo.loadBundleCoverage(ModuleInfo.java:96)
	at hudson.plugins.jacoco.JacocoBuildAction.loadRatios(JacocoBuildAction.java:311)
	at hudson.plugins.jacoco.JacocoBuildAction.load(JacocoBuildAction.java:289)
	at hudson.plugins.jacoco.JacocoPublisher.perform(JacocoPublisher.java:164)
	at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
	at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:697)
	at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:672)
	at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:650)
	at hudson.model.Build$RunnerImpl.post2(Build.java:162)
	at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:619)
	at hudson.model.Run.run(Run.java:1429)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:238)


When the same job is  run on local Jenkins installation directly on Jenkins Master machine there is no error.




Environment:


Master: OSX Lion

Slaves: Linux 64 bit, MS Windows 7 32 bit

Jenkins: ver. 1.447.2-SNAPSHOT

Jacoco plugin: 1.0.5




Project:


Jenkins



Priority:


Major



Reporter:


Vlado Pakan

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-14896) java.io.FileNotFoundException when saving module data

2012-09-05 Thread vpa...@redhat.com (JIRA)














































Vlado Pakan
 commented on  JENKINS-14896


java.io.FileNotFoundException when saving module data















I'm getting this error [JaCoCo plugin] Loading EXEC files..
FATAL: org.objectweb.asm.ClassReader.accept(Lorg/objectweb/asm/ClassVisitor;I)V
java.lang.NoSuchMethodError: org.objectweb.asm.ClassReader.accept(Lorg/objectweb/asm/ClassVisitor;I)V
	at org.jacoco.core.analysis.Analyzer.analyzeClass(Analyzer.java:94)
	at org.jacoco.core.analysis.Analyzer.analyzeClass(Analyzer.java:115)
	at org.jacoco.core.analysis.Analyzer.analyzeAll(Analyzer.java:155)
	at org.jacoco.core.analysis.Analyzer.analyzeAll(Analyzer.java:183)

Need to investigate how to fix it first therefore I will check if issue is fixed afterwards.

I have tested it on my local jenkins installation when job run on master and everything worked.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira