[JIRA] (JENKINS-60218) Remove dependency to Joda Time from Blue Ocean plugin

2019-11-19 Thread alexander.v...@gmx.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alexander Veit commented on  JENKINS-60218  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Remove dependency to Joda Time from Blue Ocean plugin   
 

  
 
 
 
 

 
 See pull request https://github.com/jenkinsci/blueocean-plugin/pull/2041  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203191.1574205929000.4078.1574206320055%40Atlassian.JIRA.


[JIRA] (JENKINS-60218) Remove dependency to Joda Time from Blue Ocean plugin

2019-11-19 Thread alexander.v...@gmx.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alexander Veit created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60218  
 
 
  Remove dependency to Joda Time from Blue Ocean plugin   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2019-11-19 23:25  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Alexander Veit  
 

  
 
 
 
 

 
 Since Java 8 and above has implemented JSR 310 (java.time.*) there's no need to include Joda Time anymore. Currently a number of Jenkins Plugins rely on various versions of Joda Time. Blue Ocean should probably not contribute to this dependency hell.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 

[JIRA] (JENKINS-43103) ClassNotFoundException org.joda.time.ReadablePartial: Jacoco plugin does not work after update from 2.1.0 to 2.2.0

2017-03-25 Thread alexander.v...@gmx.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alexander Veit updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43103  
 
 
  ClassNotFoundException org.joda.time.ReadablePartial: Jacoco plugin does not work after update from 2.1.0 to 2.2.0   
 

  
 
 
 
 

 
Change By: 
 Alexander Veit  
 

  
 
 
 
 

 
 After update to version 2.2.0 Jacoco plugin does not work any longer.{ quote} { ERROR: Step 'Record JaCoCo coverage report' aborted due to exception: java.lang.ClassNotFoundException: org.joda.time.ReadablePartial at java.lang.ClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at hudson.util.MaskingClassLoader.loadClass(MaskingClassLoader.java:75) at java.lang.ClassLoader.loadClass(Unknown Source) at org.apache.tools.ant.AntClassLoader.findBaseClass(AntClassLoader.java:1387) at org.apache.tools.ant.AntClassLoader.loadClass(AntClassLoader.java:1080) at java.lang.ClassLoader.loadClass(Unknown Source)Caused: java.lang.NoClassDefFoundError: org/joda/time/ReadablePartial at hudson.plugins.jacoco.JacocoPublisher.perform(JacocoPublisher.java:642) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:665) at hudson.model.Run.execute(Run.java:1758) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:405) {quote } }  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 


[JIRA] (JENKINS-43103) ClassNotFoundException org.joda.time.ReadablePartial: Jacoco plugin does not work after update from 2.1.0 to 2.2.0

2017-03-25 Thread alexander.v...@gmx.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alexander Veit updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43103  
 
 
  ClassNotFoundException org.joda.time.ReadablePartial: Jacoco plugin does not work after update from 2.1.0 to 2.2.0   
 

  
 
 
 
 

 
Change By: 
 Alexander Veit  
 

  
 
 
 
 

 
 After update to version 2.2.0 Jacoco plugin does not work any longer.{ { code} ERROR: Step 'Record JaCoCo coverage report' aborted due to exception: java.lang.ClassNotFoundException: org.joda.time.ReadablePartial at java.lang.ClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at hudson.util.MaskingClassLoader.loadClass(MaskingClassLoader.java:75) at java.lang.ClassLoader.loadClass(Unknown Source) at org.apache.tools.ant.AntClassLoader.findBaseClass(AntClassLoader.java:1387) at org.apache.tools.ant.AntClassLoader.loadClass(AntClassLoader.java:1080) at java.lang.ClassLoader.loadClass(Unknown Source)Caused: java.lang.NoClassDefFoundError: org/joda/time/ReadablePartial at hudson.plugins.jacoco.JacocoPublisher.perform(JacocoPublisher.java:642) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:665) at hudson.model.Run.execute(Run.java:1758) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:405) {code } }  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  

[JIRA] (JENKINS-43103) ClassNotFoundException org.joda.time.ReadablePartial: Jacoco plugin does not work after update from 2.1.0 to 2.2.0

2017-03-25 Thread alexander.v...@gmx.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alexander Veit updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43103  
 
 
  ClassNotFoundException org.joda.time.ReadablePartial: Jacoco plugin does not work after update from 2.1.0 to 2.2.0   
 

  
 
 
 
 

 
Change By: 
 Alexander Veit  
 

  
 
 
 
 

 
 After update to version 2.2.0 Jacoco plugin does not work any longer.{ {14:16:56 quote}  ERROR: Step 'Record JaCoCo coverage report' aborted due to exception:  }}{{ 14:16:56java.lang.ClassNotFoundException: org.joda.time.ReadablePartial }}  {{ 14:16:56  at java.lang.ClassLoader.findClass(Unknown Source) }}  {{ 14:16:56  at java.lang.ClassLoader.loadClass(Unknown Source) }}  {{ 14:16:56  at hudson.util.MaskingClassLoader.loadClass(MaskingClassLoader.java:75) }}  {{ 14:16:56  at java.lang.ClassLoader.loadClass(Unknown Source) }}  {{ 14:16:56  at org.apache.tools.ant.AntClassLoader.findBaseClass(AntClassLoader.java:1387) }}  {{ 14:16:56  at org.apache.tools.ant.AntClassLoader.loadClass(AntClassLoader.java:1080) }}  {{ 14:16:56  at java.lang.ClassLoader.loadClass(Unknown Source) }}  {{ 14:16:56  Caused: java.lang.NoClassDefFoundError: org/joda/time/ReadablePartial }}  {{ 14:16:56  at hudson.plugins.jacoco.JacocoPublisher.perform(JacocoPublisher.java:642) }}  {{ 14:16:56  at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81) }}  {{ 14:16:56  at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) }}  {{ 14:16:56  at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779) }}  {{ 14:16:56  at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720) }}  {{ 14:16:56  at hudson.model.Build$BuildExecution.post2(Build.java:186) }}  {{ 14:16:56  at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:665) }}  {{ 14:16:56  at hudson.model.Run.execute(Run.java:1758) }}  {{ 14:16:56  at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) }}  {{ 14:16:56  at hudson.model.ResourceController.execute(ResourceController.java:97) }}  {{ 14:16:56  at hudson.model.Executor.run(Executor.java:405) {quote } }  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
   

[JIRA] (JENKINS-43103) ClassNotFoundException org.joda.time.ReadablePartial: Jacoco plugin does not work after update from 2.1.0 to 2.2.0

2017-03-25 Thread alexander.v...@gmx.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alexander Veit created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43103  
 
 
  ClassNotFoundException org.joda.time.ReadablePartial: Jacoco plugin does not work after update from 2.1.0 to 2.2.0   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Ognjen Bubalo  
 
 
Components: 
 jacoco-plugin  
 
 
Created: 
 2017/Mar/25 2:16 PM  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Alexander Veit  
 

  
 
 
 
 

 
 After update to version 2.2.0 Jacoco plugin does not work any longer. {{14:16:56 ERROR: Step 'Record JaCoCo coverage report' aborted due to exception: }} {{ 14:16:56 java.lang.ClassNotFoundException: org.joda.time.ReadablePartial}} {{ 14:16:56 at java.lang.ClassLoader.findClass(Unknown Source)}} {{ 14:16:56 at java.lang.ClassLoader.loadClass(Unknown Source)}} {{ 14:16:56 at hudson.util.MaskingClassLoader.loadClass(MaskingClassLoader.java:75)}} {{ 14:16:56 at java.lang.ClassLoader.loadClass(Unknown Source)}} {{ 14:16:56 at org.apache.tools.ant.AntClassLoader.findBaseClass(AntClassLoader.java:1387)}} {{ 14:16:56 at org.apache.tools.ant.AntClassLoader.loadClass(AntClassLoader.java:1080)}} {{ 14:16:56 at java.lang.ClassLoader.loadClass(Unknown Source)}} {{ 14:16:56 Caused: java.lang.NoClassDefFoundError: org/joda/time/ReadablePartial}} {{ 14:16:56 at hudson.plugins.jacoco.JacocoPublisher.perform(JacocoPublisher.java:642)}} {{ 14:16:56 at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)}} {{ 14:16:56 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)}} {{ 14:16:56 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)}} {{ 14:16:56 at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)}} {{ 14:16:56 at hudson.model.Build$BuildExecution.post2(Build.java:186)}} {{ 14:16:56 at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:665)}} {{ 14:16:56 at hudson.model.Run.execute(Run.java:1758)}} {{ 14:16:56 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)}} {{ 14:16:56 at hudson.model.ResourceController

[JIRA] [jacoco-plugin] (JENKINS-31758) Test coverage report defect after upgrade to Jacoco 0.7.5/Jacoco Plugin 2.0.0

2015-11-26 Thread alexander.v...@gmx.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alexander Veit resolved as Duplicate 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
https://issues.jenkins-ci.org/browse/JENKINS-31751 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-31758 
 
 
 
  Test coverage report defect after upgrade to Jacoco 0.7.5/Jacoco Plugin 2.0.0  
 
 
 
 
 
 
 
 
 

Change By:
 
 Alexander Veit 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 Duplicate 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [jacoco-plugin] (JENKINS-31758) Test coverage report defect after upgrade to Jacoco 0.7.5/Jacoco Plugin 2.0.0

2015-11-26 Thread alexander.v...@gmx.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alexander Veit created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31758 
 
 
 
  Test coverage report defect after upgrade to Jacoco 0.7.5/Jacoco Plugin 2.0.0  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Ognjen Bubalo 
 
 
 

Attachments:
 

 jacoco.png 
 
 
 

Components:
 

 jacoco-plugin 
 
 
 

Created:
 

 26/Nov/15 12:09 PM 
 
 
 

Environment:
 

 Linux and Windows Server 2012  Jenkins 1.638  Jacoco 0.7.5  Jacoco Plugin 2.0.0  
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Alexander Veit 
 
 
 
 
 
 
 
 
 
 
After an upgrade to Jacoco 0.7.5/Jacoco Plugin 2.0.0 the test coverage report shows HTML source code. See attachment. 
 
 
 
 
 
 
 
 
 
 
 
 

 

[JIRA] [git-plugin] (JENKINS-31644) Git checkout fails on Windows Server 2012: fatal: unable to join threaded lstat

2015-11-19 Thread alexander.v...@gmx.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alexander Veit commented on  JENKINS-31644 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Git checkout fails on Windows Server 2012: fatal: unable to join threaded lstat  
 
 
 
 
 
 
 
 
 
 
That helped. Thank you very much. 
However, the error message is not very helpful. I've filed a bug with Git for Windows (https://github.com/git-for-windows/git/issues/538). 
For the Jenkins plugin I wish it would be possible to set such properties at the GUI since not everybody has access to the Jenkins server. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-plugin] (JENKINS-31644) Git checkout fails on Windows Server 2012: fatal: unable to join threaded lstat

2015-11-19 Thread alexander.v...@gmx.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alexander Veit updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31644 
 
 
 
  Git checkout fails on Windows Server 2012: fatal: unable to join threaded lstat  
 
 
 
 
 
 
 
 
 

Change By:
 
 Alexander Veit 
 
 
 
 
 
 
 
 
 
 Git plugin is unable to checkout the current version in ist workspace:Baue in Arbeitsbereich D:\jenkins\jobs\theproject\workspace > git.exe rev-parse --is-inside-work-tree # timeout=10Fetching changes from the remote Git repository > git.exe config remote.origin.url git@gitcentral:/gitrepo/theproject.git # timeout=10Fetching upstream changes from git@gitcentral:/gitrepo/theproject.git > git.exe --version # timeout=10using GIT_SSH to set credentials  > git.exe -c core.askpass=true fetch --tags --progress git@gitcentral:/gitrepo/theproject.git +refs/heads/*:refs/remotes/origin/* > git.exe rev-parse "refs/remotes/origin/master^{commit}" # timeout=10 > git.exe rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10Checking out Revision 4ee382f1cad8053031c96f90281f4d85da6cdbb9 (refs/remotes/origin/master) > git.exe config core.sparsecheckout # timeout=10 > git.exe checkout -f 4ee382f1cad8053031c96f90281f4d85da6cdbb9FATAL: Could not checkout 4ee382f1cad8053031c96f90281f4d85da6cdbb9hudson.plugins.git.GitException: Could not checkout 4ee382f1cad8053031c96f90281f4d85da6cdbb9 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$8.execute(CliGitAPIImpl.java:1907) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1060) at hudson.scm.SCM.checkout(SCM.java:485) at hudson.model.AbstractProject.checkout(AbstractProject.java:1276) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529) at hudson.model.Run.execute(Run.java:1738) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410)Caused by: hudson.plugins.git.GitException: Command "git.exe checkout -f 4ee382f1cad8053031c96f90281f4d85da6cdbb9" returned status code 128:stdout: stderr: *fatal: unable to join threaded lstat* at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1640) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:62) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$8.execute(CliGitAPIImpl.java:1899) ... 10 moreFinished: FAILUREFrom the Windows cmd prompt git status produces the same error: D:\jenkins\jobs\theproject\workspace>git status fatal: unable to join threaded lstatHowever when running git status from the gitbash shell this error does not occur. $ git version git version 2.6.3.windows.1 The repository size is ~230 MB 
 
 
 
 
 
 
 
 
 
 
 
 

   

[JIRA] [git-plugin] (JENKINS-31644) Git checkout fails on Windows Server 2012: fatal: unable to join threaded lstat

2015-11-19 Thread alexander.v...@gmx.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alexander Veit created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31644 
 
 
 
  Git checkout fails on Windows Server 2012: fatal: unable to join threaded lstat  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Mark Waite 
 
 
 

Components:
 

 git-plugin 
 
 
 

Created:
 

 19/Nov/15 8:09 AM 
 
 
 

Priority:
 
  Critical 
 
 
 

Reporter:
 
 Alexander Veit 
 
 
 
 
 
 
 
 
 
 
Git plugin is unable to checkout the current version in ist workspace: 
Baue in Arbeitsbereich D:\jenkins\jobs\theproject\workspace > git.exe rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git.exe config remote.origin.url git@gitcentral:/gitrepo/theproject.git # timeout=10 Fetching upstream changes from git@gitcentral:/gitrepo/theproject.git > git.exe --version # timeout=10 using GIT_SSH to set credentials  > git.exe -c core.askpass=true fetch --tags --progress git@gitcentral:/gitrepo/theproject.git +refs/heads/:refs/remotes/origin/ > git.exe rev-parse "refs/remotes/origin/master^ {commit}" # timeout=10 > git.exe rev-parse "refs/remotes/origin/origin/master^{commit} 
" # timeout=10 Checking out Revision 4ee382f1cad8053031c96f90281f4d85da6cdbb9 (refs/remotes/origin/master) > git.exe config core.sparsecheckout # timeout=10 > git.exe checkout -f 4ee382f1cad8053031c96f90281f4d85da6cdbb9 FATAL: Could not checkout 4ee382f1cad8053031c96f90281f4d85da6cdbb9 hudson.plugins.git.GitException: Could not checkout 4ee382f1cad8053031c96f90281f4d85da6cdbb9 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$8.execute(CliGitAPIImpl.java:1907) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1060) at hudson.scm.SCM.checkout(SCM.java:485) at hudson.model.AbstractProject.checkout(AbstractProject.java:1276) at hudson

[JIRA] [blamesubversion-plugin] (JENKINS-26318) Subversion Plug in 2.5 causes sporadic problems

2015-10-23 Thread alexander.v...@gmx.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alexander Veit commented on  JENKINS-26318 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion Plug in 2.5 causes sporadic problems  
 
 
 
 
 
 
 
 
 
 
Why do you think this issue has anything to do with the BlameSubversion plugin? If GitHub is right, the BlameSubversion project has no changes for 3 years. BlameSubversion also does not seem to do any custom class loading. 
For hudson.scm.SVNRevisionState cannot be cast to hudson.scm.SVNRevisionState to occur, it is not necessary that there are two different class files with name hudson.scm.SVNRevisionState. It suffices that the same class is being loaded from the same file by two different class loaders. 
So the cause of the error might also be in the Subversion plugin or in Jenkins itself. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-27079) ClassCastException: hudson.scm.SVNRevisionState cannot be cast to hudson.scm.SVNRevisionState

2015-03-06 Thread alexander.v...@gmx.net (JIRA)












































  
Alexander Veit
 edited a comment on  JENKINS-27079


ClassCastException: hudson.scm.SVNRevisionState cannot be cast to hudson.scm.SVNRevisionState
















We have more than 300 Jobs running on Jenkins. Most of them fail fail regularly with the above error. So the priority should probably be higher than normal.



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-27079) ClassCastException: hudson.scm.SVNRevisionState cannot be cast to hudson.scm.SVNRevisionState

2015-03-06 Thread alexander.v...@gmx.net (JIRA)












































  
Alexander Veit
 edited a comment on  JENKINS-27079


ClassCastException: hudson.scm.SVNRevisionState cannot be cast to hudson.scm.SVNRevisionState
















We have more than 300 Jobs running on Jenkins. Most of them fail regularly with the above error. So the priority should probably be higher than normal.



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-27079) ClassCastException: hudson.scm.SVNRevisionState cannot be cast to hudson.scm.SVNRevisionState

2015-03-06 Thread alexander.v...@gmx.net (JIRA)














































Alexander Veit
 commented on  JENKINS-27079


ClassCastException: hudson.scm.SVNRevisionState cannot be cast to hudson.scm.SVNRevisionState















We have more then 300 Jobs running on Jenkins. Most of them fail fail regularly with the above error. So the priority should probably be higher than normal.



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-27079) ClassCastException: hudson.scm.SVNRevisionState cannot be cast to hudson.scm.SVNRevisionState

2015-02-23 Thread alexander.v...@gmx.net (JIRA)














































Alexander Veit
 created  JENKINS-27079


ClassCastException: hudson.scm.SVNRevisionState cannot be cast to hudson.scm.SVNRevisionState















Issue Type:


Bug



Assignee:


Unassigned


Components:


subversion-plugin



Created:


23/Feb/15 12:16 PM



Description:


After updating to Jenkins 1.599/Subversion plugin 2.5, every other build of various jobs throws the exception

Updating svn://... at revision '2015-02-22T22:24:56.096 +0100'
At revision 224551
FATAL: hudson.scm.SVNRevisionState cannot be cast to hudson.scm.SVNRevisionState
java.lang.ClassCastException: hudson.scm.SVNRevisionState cannot be cast to hudson.scm.SVNRevisionState
	at hudson.scm.SubversionSCM.calcChangeLog(SubversionSCM.java:725)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:860)
	at hudson.scm.SCM.checkout(SCM.java:484)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1270)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531)
	at hudson.model.Run.execute(Run.java:1718)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:89)
	at hudson.model.Executor.run(Executor.java:240)




Project:


Jenkins



Priority:


Major



Reporter:


Alexander Veit

























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [jacoco] (JENKINS-23588) JaCoCo Plugin creates unreadable coverage report

2014-07-20 Thread alexander.v...@gmx.net (JIRA)














































Alexander Veit
 updated  JENKINS-23588


JaCoCo Plugin creates unreadable coverage report
















Change By:


Alexander Veit
(20/Jul/14 11:43 AM)




Description:


Compared to Emma coverage reports JaCoCo reports are
 nuch
 much
 less readable and it is difficult to get a quick overview over the packages coverage data.Please see the attachment.



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [jacoco] (JENKINS-23623) JaCoCo: link in line coverage column no longer works

2014-07-01 Thread alexander.v...@gmx.net (JIRA)














































Alexander Veit
 commented on  JENKINS-23623


JaCoCo: link in line coverage column no longer works















The updated Jenkins version probably was 1.569; the JaCoCo plugin version was the version preceding 1.0.16.



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [jacoco] (JENKINS-23623) JaCoCo: link in line coverage column no longer works

2014-06-30 Thread alexander.v...@gmx.net (JIRA)














































Alexander Veit
 created  JENKINS-23623


JaCoCo: link in line coverage column no longer works















Issue Type:


Bug



Assignee:


Ognjen Bubalo



Components:


jacoco



Created:


30/Jun/14 11:52 AM



Description:


After an update to Jenkins ver. 1.570 and JaCoCo plugin ver. 1.0.16 the links on the coverage column no longer work.

Error:
HTTP ERROR 404

Problem accessing /view/trunk/view/trunk/job/trunk-server-jms/lastSuccessfulBuild/jacoco/. Reason:

Not Found

Powered by Jetty://





Project:


Jenkins



Priority:


Major



Reporter:


Alexander Veit

























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [jacoco] (JENKINS-23588) JaCoCo Plugin creates unreadable coverage report

2014-06-26 Thread alexander.v...@gmx.net (JIRA)














































Alexander Veit
 created  JENKINS-23588


JaCoCo Plugin creates unreadable coverage report















Issue Type:


Bug



Assignee:


Ognjen Bubalo



Attachments:


JaCoCo-vs-Emma.png



Components:


jacoco



Created:


26/Jun/14 11:37 AM



Description:


Compared to Emma coverage reports JaCoCo reports are nuch less readable and it is difficult to get a quick overview over the packages coverage data.

Please see the attachment.




Project:


Jenkins



Priority:


Major



Reporter:


Alexander Veit

























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.