-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
Hudson 1.392 on Windows
The following is a copy from the mailing list (https://groups.google.com/group/hudson-users/browse_thread/thread/d0f343aa877907b?hl=de&pli=1):
We run Hudson 1.392 and the newest Plugin Versions on a Windows
machine. Hudson is installed as a Service, running as the Local System
User. Most jobs do fine, but one Maven job runs into Problems when it
tries to collect violations (at least that's what I guess from the
Stacktrace below). The job's workspace has the following layout:
workspace/
- apian-parent/
- - pom.xml
- - core
- - [9 more modules]
The build fails after the initial "clean install" step has been
completed successfully. It tries to access the folder "E:\HudsonHome
\jobs\Apian\workspace\apian-parent\apian-parent\", which is one "apian-
parent" too much.
The same build ran two days ago without any problems. Since then I
moved the HudsonHome directory to another drive and reinstalled the
service. I don't think any of this should cause the problem, since
other builds run just fine.
If I disable the violations plugin, this problem is gone.
[INFO] BUILD SUCCESSFUL
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 3 minutes 12 seconds
[INFO] Finished at: Tue Jan 04 10:53:38 CET 2011
[INFO] Final Memory: 45M/92M
[INFO]
------------------------------------------------------------------------
ERROR: Processing failed due to a bug in the code. Please report this
to hudson-users@googlegroups.com
E:\HudsonHome\jobs\Apian\workspace\apian-parent\apian-parent\core\core-
model does not exist.
at
org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:474)
at
hudson.plugins.violations.ViolationsCollector.findFiles(ViolationsCollector.java:215)
at
hudson.plugins.violations.ViolationsCollector.doType(ViolationsCollector.java:166)
at
hudson.plugins.violations.ViolationsCollector.invoke(ViolationsCollector.java:110)
at
hudson.plugins.violations.ViolationsCollector.invoke(ViolationsCollector.java:27)
at hudson.FilePath.act(FilePath.java:756)
at hudson.FilePath.act(FilePath.java:738)
at
hudson.plugins.violations.hudson.maven.ViolationsMavenReporter.end(ViolationsMavenReporter.java:96)
at hudson.maven.MavenModuleSetBuild
$Builder.end(MavenModuleSetBuild.java:846)
at hudson.maven.MavenModuleSetBuild
$RunnerImpl.doRun(MavenModuleSetBuild.java:641)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:417)
at hudson.model.Run.run(Run.java:1362)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:400)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:145)
project=hudson.maven.MavenModuleSet@166258a[Apian]
project.getModules()=[hudson.maven.MavenModule@63725d[Apian/
de.guidecom.apian:apian-parent],
hudson.maven.MavenModule@13e427e[Apian/de.guidecom.apian:basisdaten],
hudson.maven.MavenModule@e94c62[Apian/de.guidecom.apian:benutzer-dao],
hudson.maven.MavenModule@95c2b4[Apian/de.guidecom.apian:benutzer-
model], hudson.maven.MavenModule@21f752[Apian/
de.guidecom.apian:benutzer-service],
hudson.maven.MavenModule@1f44f8a[Apian/de.guidecom.apian:benutzer-
webapp], hudson.maven.MavenModule@9212f4[Apian/de.guidecom.apian:build-
tools], hudson.maven.MavenModule@1a755e[Apian/de.guidecom.apian:core-
dao], hudson.maven.MavenModule@10f7ec9[Apian/de.guidecom.apian:core-
model], hudson.maven.MavenModule@4cd32e[Apian/de.guidecom.apian:core-
service], hudson.maven.MavenModule@1bc8de2[Apian/
de.guidecom.apian:core-webapp], hudson.maven.MavenModule@70f11[Apian/
de.guidecom.apian:daten], hudson.maven.MavenModule@7f84c9[Apian/
de.guidecom.apian:demodaten], hudson.maven.MavenModule@16e523d[Apian/
de.guidecom.apian:hardware-dao],
hudson.maven.MavenModule@1d93f39[Apian/de.guidecom.apian:hardware-
model], hudson.maven.MavenModule@1c5cdac[Apian/
de.guidecom.apian:hardware-service],
hudson.maven.MavenModule@141f9f6[Apian/de.guidecom.apian:hardware-
webapp], hudson.maven.MavenModule@81be8a[Apian/
de.guidecom.apian:software-dao], hudson.maven.MavenModule@4815e[Apian/
de.guidecom.apian:software-model],
hudson.maven.MavenModule@1c94b8f[Apian/de.guidecom.apian:software-
service], hudson.maven.MavenModule@7fcd7e[Apian/
de.guidecom.apian:software-webapp],
hudson.maven.MavenModule@8c0c7a[Apian/de.guidecom.apian:ticket-dao],
hudson.maven.MavenModule@87281f[Apian/de.guidecom.apian:ticket-model],
hudson.maven.MavenModule@15b4804[Apian/de.guidecom.apian:ticket-
service], hudson.maven.MavenModule@1d510be[Apian/
de.guidecom.apian:ticket-webapp],
hudson.maven.MavenModule@13e49a8[Apian/
de.guidecom.apian:vorgangsteuerung-service],
hudson.maven.MavenModule@55eda6[Apian/de.guidecom.apian:webapp]]
project.getRootModule()=hudson.maven.MavenModule@63725d[Apian/
de.guidecom.apian:apian-parent]
FATAL: E:\HudsonHome\jobs\Apian\workspace\apian-parent\apian-parent
\core\core-model does not exist.
E:\HudsonHome\jobs\Apian\workspace\apian-parent\apian-parent\core\core-
model does not exist.
at
org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:474)
at
hudson.plugins.violations.ViolationsCollector.findFiles(ViolationsCollector.java:215)
at
hudson.plugins.violations.ViolationsCollector.doType(ViolationsCollector.java:166)
at
hudson.plugins.violations.ViolationsCollector.invoke(ViolationsCollector.java:110)
at
hudson.plugins.violations.ViolationsCollector.invoke(ViolationsCollector.java:27)
at hudson.FilePath.act(FilePath.java:756)
at hudson.FilePath.act(FilePath.java:738)
at
hudson.plugins.violations.hudson.maven.ViolationsMavenReporter.end(ViolationsMavenReporter.java:96)
at hudson.maven.MavenModuleSetBuild
$Builder.end(MavenModuleSetBuild.java:846)
at hudson.maven.MavenModuleSetBuild
$RunnerImpl.doRun(MavenModuleSetBuild.java:641)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:417)
at hudson.model.Run.run(Run.java:1362)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:400)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:145)
Sorry, the formatting got mangled by posting it in the mailing list.
- is duplicated by
-
JENKINS-5532 ERROR: Processing failed due to a bug in the code. Please report this to users@hudson.dev.java.net - cannot find directory
- Resolved
-
JENKINS-8452 Bad path for submodules
- Closed