java.io.FileNotFoundException: /local/bamboo/.hudson/jobs/MYJOB/cobertura/com/foo/dec/framework/dataAccessServices (Is a directory)
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
try new webdriver if you have this error with firefox while uploading files
Solutions on the web
via jenkins-ci.org by Unknown author, 1 year ago
via Jenkins JIRA by Tony Hart, 1 year ago
via Jenkins JIRA by Tony Hart, 1 year ago
via Jenkins JIRA by orj76, 1 year ago
via Stack Overflow by RRR
, 7 months agovia GitHub by parulkhanna
, 1 year agojava.io.FileNotFoundException: /local/bamboo/.hudson/jobs/MYJOB/cobertura/com/foo/dec/framework/dataAccessServices (Is a directory)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.
(FileOutputStream.java:179) at java.io.FileOutputStream.
(FileOutputStream.java:131) at hudson.FilePath.write(FilePath.java:600)
at hudson.plugins.cobertura.renderers.SourceCodePainter.paintSourceCode(SourceCodePainter.java:48)
at hudson.plugins.cobertura.renderers.SourceCodePainter.invoke(SourceCodePainter.java:127)
at hudson.plugins.cobertura.renderers.SourceCodePainter.invoke(SourceCodePainter.java:28)
at hudson.FilePath.act(FilePath.java:280)
at hudson.plugins.cobertura.CoberturaPublisher.perform(CoberturaPublisher.java:250)
at hudson.model.Build$RunnerImpl.post2(Build.java:138)
at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:244)
at hudson.model.Run.run(Run.java:597)
at hudson.model.Build.run(Build.java:103)
at hudson.model.ResourceController.execute(ResourceController.java:66)
at hudson.model.Executor.run(Executor.java:62)