Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-26613

StackOverflowError while parsing POMs

XMLWordPrintable

      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)

            Unassigned Unassigned
            andrey_boytsov Andrey Boytsov
            Votes:
            3 Vote for this issue
            Watchers:
            12 Start watching this issue

              Created:
              Updated:
              Resolved: