Parsing POMs ERROR: Failed to parse POMs org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs: [FATAL] Non-resolvable parent POM: Could not find artifact com.xxx:yyy:pom:1-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 8, column 13 at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364) at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361) at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331) at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1300) at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1097) at hudson.FilePath.act(FilePath.java:989) at hudson.FilePath.act(FilePath.java:967) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:959) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:679) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:536) at hudson.model.Run.execute(Run.java:1717) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531) at hudson.model.ResourceController.execute(ResourceController.java:89) at hudson.model.Executor.run(Executor.java:240) Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered Finished: FAILURE
Here "com.xxx:yyy:pom:1-SNAPSHOT" is my organization's external POM that I extend to inherit all the settings necessary.
My Jenkins System Properties are:
| Name ↓ | Value |
|---|---|
| awt.toolkit | sun.awt.windows.WToolkit |
| executable-war | C:\Program Files (x86)\Jenkins\jenkins.war |
| file.encoding | Cp1252 |
| file.encoding.pkg | sun.io |
| file.separator | \ |
| guice.disable.misplaced.annotation.check | true |
| hudson.diyChunking | true |
| hudson.lifecycle | hudson.lifecycle.WindowsServiceLifecycle |
| java.awt.graphicsenv | sun.awt.Win32GraphicsEnvironment |
| java.awt.headless | true |
| java.awt.printerjob | sun.awt.windows.WPrinterJob |
| java.class.path | C:\Program Files (x86)\Jenkins\jenkins.war |
| java.class.version | 51.0 |
| java.endorsed.dirs | C:\Program Files (x86)\Jenkins\jre\lib\endorsed |
| java.ext.dirs | C:\Program Files (x86)\Jenkins\jre\lib\ext;C:\Windows\Sun\Java\lib\ext |
| java.home | C:\Program Files (x86)\Jenkins\jre |
| java.io.tmpdir | C:\Windows\TEMP\ |
| java.library.path | C:\Program Files (x86)\Jenkins\jre\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Java\jre7\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Amazon\cfn-bootstrap\;C:\Maven\apache-maven-3.1.1\bin;C:\ZendServer\share\ZendFramework\bin;C:\ZendServer\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Mozilla Firefox\;;. |
| java.runtime.name | Java(TM) SE Runtime Environment |
| java.runtime.version | 1.7.0_25-b17 |
| java.specification.name | Java Platform API Specification |
| java.specification.vendor | Oracle Corporation |
| java.specification.version | 1.7 |
| java.vendor | Oracle Corporation |
| java.vendor.url | http://java.oracle.com/ |
| java.vendor.url.bug | http://bugreport.sun.com/bugreport/ |
| java.version | 1.7.0_25 |
| java.vm.info | mixed mode |
| java.vm.name | Java HotSpot(TM) Client VM |
| java.vm.specification.name | Java Virtual Machine Specification |
| java.vm.specification.vendor | Oracle Corporation |
| java.vm.specification.version | 1.7 |
| java.vm.vendor | Oracle Corporation |
| java.vm.version | 23.25-b01 |
| jnidispatch.path | C:\Windows\TEMP\jna--1178734642\jna7190187834224696640.dll |
| lib.svnkit.http.methods | Digest,Basic,NTLM,Negotiate |
| lib.svnkit.ssh2.persistent | false |
| line.separator | |
| mail.smtp.sendpartial | true |
| mail.smtps.sendpartial | true |
| os.arch | x86 |
| os.name | Windows Server 2012 |
| os.version | 6.2 |
| path.separator | ; |
| sun.arch.data.model | 32 |
| sun.boot.class.path | C:\Program Files (x86)\Jenkins\jre\lib\resources.jar;C:\Program Files (x86)\Jenkins\jre\lib\rt.jar;C:\Program Files (x86)\Jenkins\jre\lib\sunrsasign.jar;C:\Program Files (x86)\Jenkins\jre\lib\jsse.jar;C:\Program Files (x86)\Jenkins\jre\lib\jce.jar;C:\Program Files (x86)\Jenkins\jre\lib\charsets.jar;C:\Program Files (x86)\Jenkins\jre\lib\jfr.jar;C:\Program Files (x86)\Jenkins\jre\classes |
| sun.boot.library.path | C:\Program Files (x86)\Jenkins\jre\bin |
| sun.cpu.endian | little |
| sun.cpu.isalist | pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 |
| sun.desktop | windows |
| sun.io.unicode.encoding | UnicodeLittle |
| sun.java.command | C:\Program Files (x86)\Jenkins\jenkins.war --httpPort=8080 |
| sun.java.launcher | SUN_STANDARD |
| sun.jnu.encoding | Cp1252 |
| sun.management.compiler | HotSpot Client Compiler |
| sun.os.patch.level | |
| user.country | US |
| user.dir | C:\Program Files (x86)\Jenkins |
| user.home | C:\Windows\System32\config\systemprofile |
| user.language | en |
| user.name | WIN-M8HJD1N6NRM$ |
| user.script | |
| user.timezone | America/New_York |
| user.variant |
| Name ↓ | Value |
|---|---|
| ALLUSERSPROFILE | C:\ProgramData |
| APPDATA | C:\Windows\system32\config\systemprofile\AppData\Roaming |
| BASE | C:\Program Files (x86)\Jenkins |
| CommonProgramFiles | C:\Program Files (x86)\Common Files |
| CommonProgramFiles(x86) | C:\Program Files (x86)\Common Files |
| CommonProgramW6432 | C:\Program Files\Common Files |
| COMPUTERNAME | WIN-M8HJD1N6NRM |
| ComSpec | C:\Windows\system32\cmd.exe |
| FP_NO_HOST_CHECK | NO |
| JAVA_HOME | C:\Program Files\Java\jdk1.7.0_60\jre |
| JENKINS_HOME | C:\Program Files (x86)\Jenkins |
| LOCALAPPDATA | C:\Windows\system32\config\systemprofile\AppData\Local |
| NUMBER_OF_PROCESSORS | 2 |
| OS | Windows_NT |
| Path | C:\Program Files\Java\jre7\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Amazon\cfn-bootstrap\;C:\Maven\apache-maven-3.1.1\bin;C:\ZendServer\share\ZendFramework\bin;C:\ZendServer\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Mozilla Firefox\; |
| PATHEXT | .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC |
| PROCESSOR_ARCHITECTURE | x86 |
| PROCESSOR_ARCHITEW6432 | AMD64 |
| PROCESSOR_IDENTIFIER | Intel64 Family 6 Model 62 Stepping 4, GenuineIntel |
| PROCESSOR_LEVEL | 6 |
| PROCESSOR_REVISION | 3e04 |
| ProgramData | C:\ProgramData |
| ProgramFiles | C:\Program Files (x86) |
| ProgramFiles(x86) | C:\Program Files (x86) |
| ProgramW6432 | C:\Program Files |
| PSModulePath | C:\Windows\system32\WindowsPowerShell\v1.0\Modules\;C:\Program Files (x86)\AWS Tools\PowerShell\ |
| PUBLIC | C:\Users\Public |
| SERVICE_ID | jenkins |
| SystemDrive | C: |
| SystemRoot | C:\Windows |
| TEMP | C:\Windows\TEMP |
| TMP | C:\Windows\TEMP |
| USERDOMAIN | WORKGROUP |
| USERNAME | WIN-M8HJD1N6NRM$ |
| USERPROFILE | C:\Windows\system32\config\systemprofile |
| windir | C:\Windows |
| WINSW_EXECUTABLE | C:\Program Files (x86)\Jenkins\jenkins.exe |
| Name ↓ | Version | Enabled | Pinned |
|---|---|---|---|
| analysis-core | 1.70 | true | false |
| ant | 1.2 | true | false |
| antisamy-markup-formatter | 1.3 | true | true |
| credentials | 1.22 | true | true |
| cvs | 2.12 | true | true |
| dry | 2.41 | true | false |
| external-monitor-job | 1.4 | true | false |
| javadoc | 1.3 | true | true |
| jquery | 1.7.2-1 | true | false |
| junit | 1.4 | true | true |
| junit-attachments | 1.3 | true | false |
| ldap | 1.11 | true | true |
| mailer | 1.15 | true | true |
| mapdb-api | 1.0.6.0 | true | false |
| matrix-auth | 1.2 | true | true |
| matrix-project | 1.4.1 | true | false |
| maven-plugin | 2.8 | true | true |
| pam-auth | 1.2 | true | true |
| pmd | 3.40 | true | false |
| saferestart | 0.3 | true | false |
| scm-api | 0.2 | true | false |
| script-security | 1.13 | true | false |
| sonar | 2.1 | true | false |
| ssh-credentials | 1.10 | true | false |
| ssh-slaves | 1.9 | true | false |
| subversion | 2.5 | true | true |
| translation | 1.12 | true | true |
| windows-slaves | 1.0 | true | false |
| ws-cleanup | 0.25 | true | false |
Any help would be appreciated as I can no longer build any projects.
Try Jenkins 1.601 beforehand. 1.600 has been reported to have blocking issues. Not sure that one could be related though
...
How do I manually upgrade to 1.601?
I would beed at least the war.
And why would they still allow an automatic upgrade to 1.600 if it's known to have issues?
--
You received this message because you are subscribed to a topic in the Google Groups "Jenkins Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jenkinsci-users/kFUBxxqrFDY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS5547q5O5bkydQkDGKcR64uTWnvedPwrP4XM%3DuY7WyH%2BA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Parsing POMsERROR: Failed to parse POMs
org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs: [FATAL] Non-resolvable parent POM: Could not find artifact com.xxx:yyy:pom:1-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 8, column 13 at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364) at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361) at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331) at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1300) at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1097) at hudson.FilePath.act(FilePath.java:989) at hudson.FilePath.act(FilePath.java:967) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:959) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:679) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:536) at hudson.model.Run.execute(Run.java:1750) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531) at hudson.model.ResourceController.execute(ResourceController.java:89) at hudson.model.Executor.run(Executor.java:240) Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered Finished: FAILURE
Unless someone has a better idea I guess I'll have to check out Jenkin's code and start looking it over...