-
Bug
-
Resolution: Duplicate
-
Blocker
-
Jenkins 1.598, Maven Project Plugin 2.2, Maven Release Plug-in Plug-in 0.14.0
Hello,
I cannot run any builds after the update to 1.598. Parsing POMs fail at the very beginning with StackOverflowError:
Building on master in workspace /var/lib/jenkins/jobs/<...> Fetching changes from the remote Git repository Fetching upstream changes from <...> Checking out Revision <...> Parsing POMs FATAL: null java.lang.StackOverflowError at java.lang.Exception.<init>(Exception.java:102) at java.lang.ReflectiveOperationException.<init>(ReflectiveOperationException.java:89) at java.lang.reflect.InvocationTargetException.<init>(InvocationTargetException.java:72) at sun.reflect.GeneratedMethodAccessor45.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.google.inject.internal.DelegatingInvocationHandler.invoke(DelegatingInvocationHandler.java:40) at com.sun.proxy.$Proxy62.lookup(Unknown Source) at sun.reflect.GeneratedMethodAccessor45.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.google.inject.internal.DelegatingInvocationHandler.invoke(DelegatingInvocationHandler.java:40) at com.sun.proxy.$Proxy62.lookup(Unknown Source) at sun.reflect.GeneratedMethodAccessor45.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.google.inject.internal.DelegatingInvocationHandler.invoke(DelegatingInvocationHandler.java:40) at com.sun.proxy.$Proxy62.lookup(Unknown Source)
(... and so on)
- is related to
-
JENKINS-26601 StackOverflow Maven Job Parse Poms
- Resolved
-
JENKINS-26595 StackOverflowError in Maven RedeployPublisher after upgrade to 1.598
- Resolved