[jira] [Updated] (SLING-2852) Sling Launchpad Testing WAR - ClassCircularityError when executed in a reactor

2013-07-11 Thread Robert Munteanu (JIRA)

 [ 
https://issues.apache.org/jira/browse/SLING-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Munteanu updated SLING-2852:
---

Attachment: system-out-errors.txt

 Sling Launchpad Testing WAR - ClassCircularityError when executed in a reactor
 --

 Key: SLING-2852
 URL: https://issues.apache.org/jira/browse/SLING-2852
 Project: Sling
  Issue Type: Bug
  Components: Testing
Reporter: Robert Munteanu
Assignee: Robert Munteanu
 Attachments: system-out-errors.txt


 The the launchpad/testing-war project is executed as part of a reactor build 
 it fails with a CCE. However, when run standalone does have this problem. The 
 problem can be seen for instance at 
 https://builds.apache.org/view/S-Z/view/Sling/job/sling-trunk-1.6/1640/consoleText
  . I don't know about Java 7 tests since they fail earlier.
 2013-05-02 14:04:54.986:INFO:/:sling: Starting Apache Sling in 
 /home/jenkins/jenkins-slave/workspace/sling-trunk-1.6/trunk/launchpad/testing-war/target/sling-cargo-test/sling
 java.lang.reflect.InvocationTargetException
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at 
 org.apache.felix.framework.util.SecureAction.invoke(SecureAction.java:840)
   at 
 org.apache.felix.framework.URLHandlers.getFrameworkFromContext(URLHandlers.java:722)
   at 
 org.apache.felix.framework.URLHandlersStreamHandlerProxy.getStreamHandlerService(URLHandlersStreamHandlerProxy.java:574)
   at 
 org.apache.felix.framework.URLHandlersStreamHandlerProxy.parseURL(URLHandlersStreamHandlerProxy.java:369)
   at java.net.URL.init(URL.java:596)
   at java.net.URL.init(URL.java:464)
   at sun.misc.URLClassPath$JarLoader.checkResource(URLClassPath.java:674)
   at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:759)
   at sun.misc.URLClassPath.getResource(URLClassPath.java:169)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
   at 
 org.apache.sling.launchpad.base.shared.LauncherClassLoader.loadClass(LauncherClassLoader.java:131)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
   at java.lang.Class.getDeclaredMethods0(Native Method)
   at java.lang.Class.privateGetDeclaredMethods(Class.java:2436)
   at java.lang.Class.getDeclaredMethod(Class.java:1937)
   at 
 org.apache.sling.launchpad.base.impl.SlingFelix.getBundle(SlingFelix.java:114)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at 
 org.apache.felix.framework.util.SecureAction.invoke(SecureAction.java:840)
   at 
 org.apache.felix.framework.URLHandlers.getFrameworkFromContext(URLHandlers.java:722)
   at 
 org.apache.felix.framework.URLHandlersStreamHandlerProxy.getStreamHandlerService(URLHandlersStreamHandlerProxy.java:574)
   at 
 org.apache.felix.framework.URLHandlersStreamHandlerProxy.parseURL(URLHandlersStreamHandlerProxy.java:369)
   at java.net.URL.init(URL.java:596)
   at java.net.URL.init(URL.java:464)
   at sun.misc.URLClassPath$JarLoader.checkResource(URLClassPath.java:674)
   at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:759)
   at sun.misc.URLClassPath.getResource(URLClassPath.java:169)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
   at 
 org.apache.sling.launchpad.base.shared.LauncherClassLoader.loadClass(LauncherClassLoader.java:131)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
   at 
 org.apache.felix.framework.BundleWiringImpl.findResourcesByDelegation(BundleWiringImpl.java:1202)
   at 
 org.apache.felix.framework.BundleWiringImpl.getResourcesByDelegation(BundleWiringImpl.java:1076)
   at 
 org.apache.felix.framework.BundleWiringImpl.findResourcesByDelegation(BundleWiringImpl.java:1127)
   at 
 org.apache.felix.framework.BundleWiringImpl.getResourcesByDelegation(BundleWiringImpl.java:1076)
   at 
 org.apache.felix.framework.BundleWiringImpl$BundleClassLoaderJava5.getResources(BundleWiringImpl.java:1838)
 

[jira] [Updated] (SLING-2852) Sling Launchpad Testing WAR - ClassCircularityError when executed in a reactor

2013-07-11 Thread Robert Munteanu (JIRA)

 [ 
https://issues.apache.org/jira/browse/SLING-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Munteanu updated SLING-2852:
---

Attachment: error.log

 Sling Launchpad Testing WAR - ClassCircularityError when executed in a reactor
 --

 Key: SLING-2852
 URL: https://issues.apache.org/jira/browse/SLING-2852
 Project: Sling
  Issue Type: Bug
  Components: Testing
Reporter: Robert Munteanu
Assignee: Robert Munteanu
 Attachments: error.log, system-out-errors.txt


 The the launchpad/testing-war project is executed as part of a reactor build 
 it fails with a CCE. However, when run standalone does have this problem. The 
 problem can be seen for instance at 
 https://builds.apache.org/view/S-Z/view/Sling/job/sling-trunk-1.6/1640/consoleText
  . I don't know about Java 7 tests since they fail earlier.
 2013-05-02 14:04:54.986:INFO:/:sling: Starting Apache Sling in 
 /home/jenkins/jenkins-slave/workspace/sling-trunk-1.6/trunk/launchpad/testing-war/target/sling-cargo-test/sling
 java.lang.reflect.InvocationTargetException
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at 
 org.apache.felix.framework.util.SecureAction.invoke(SecureAction.java:840)
   at 
 org.apache.felix.framework.URLHandlers.getFrameworkFromContext(URLHandlers.java:722)
   at 
 org.apache.felix.framework.URLHandlersStreamHandlerProxy.getStreamHandlerService(URLHandlersStreamHandlerProxy.java:574)
   at 
 org.apache.felix.framework.URLHandlersStreamHandlerProxy.parseURL(URLHandlersStreamHandlerProxy.java:369)
   at java.net.URL.init(URL.java:596)
   at java.net.URL.init(URL.java:464)
   at sun.misc.URLClassPath$JarLoader.checkResource(URLClassPath.java:674)
   at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:759)
   at sun.misc.URLClassPath.getResource(URLClassPath.java:169)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
   at 
 org.apache.sling.launchpad.base.shared.LauncherClassLoader.loadClass(LauncherClassLoader.java:131)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
   at java.lang.Class.getDeclaredMethods0(Native Method)
   at java.lang.Class.privateGetDeclaredMethods(Class.java:2436)
   at java.lang.Class.getDeclaredMethod(Class.java:1937)
   at 
 org.apache.sling.launchpad.base.impl.SlingFelix.getBundle(SlingFelix.java:114)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at 
 org.apache.felix.framework.util.SecureAction.invoke(SecureAction.java:840)
   at 
 org.apache.felix.framework.URLHandlers.getFrameworkFromContext(URLHandlers.java:722)
   at 
 org.apache.felix.framework.URLHandlersStreamHandlerProxy.getStreamHandlerService(URLHandlersStreamHandlerProxy.java:574)
   at 
 org.apache.felix.framework.URLHandlersStreamHandlerProxy.parseURL(URLHandlersStreamHandlerProxy.java:369)
   at java.net.URL.init(URL.java:596)
   at java.net.URL.init(URL.java:464)
   at sun.misc.URLClassPath$JarLoader.checkResource(URLClassPath.java:674)
   at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:759)
   at sun.misc.URLClassPath.getResource(URLClassPath.java:169)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
   at 
 org.apache.sling.launchpad.base.shared.LauncherClassLoader.loadClass(LauncherClassLoader.java:131)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
   at 
 org.apache.felix.framework.BundleWiringImpl.findResourcesByDelegation(BundleWiringImpl.java:1202)
   at 
 org.apache.felix.framework.BundleWiringImpl.getResourcesByDelegation(BundleWiringImpl.java:1076)
   at 
 org.apache.felix.framework.BundleWiringImpl.findResourcesByDelegation(BundleWiringImpl.java:1127)
   at 
 org.apache.felix.framework.BundleWiringImpl.getResourcesByDelegation(BundleWiringImpl.java:1076)
   at 
 org.apache.felix.framework.BundleWiringImpl$BundleClassLoaderJava5.getResources(BundleWiringImpl.java:1838)
  

[jira] [Updated] (SLING-2852) Sling Launchpad Testing WAR - ClassCircularityError when executed in a reactor

2013-07-09 Thread Robert Munteanu (JIRA)

 [ 
https://issues.apache.org/jira/browse/SLING-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Munteanu updated SLING-2852:
---

Assignee: Robert Munteanu

 Sling Launchpad Testing WAR - ClassCircularityError when executed in a reactor
 --

 Key: SLING-2852
 URL: https://issues.apache.org/jira/browse/SLING-2852
 Project: Sling
  Issue Type: Bug
  Components: Testing
Reporter: Robert Munteanu
Assignee: Robert Munteanu

 The the launchpad/testing-war project is executed as part of a reactor build 
 it fails with a CCE. However, when run standalone does have this problem. The 
 problem can be seen for instance at 
 https://builds.apache.org/view/S-Z/view/Sling/job/sling-trunk-1.6/1640/consoleText
  . I don't know about Java 7 tests since they fail earlier.
 2013-05-02 14:04:54.986:INFO:/:sling: Starting Apache Sling in 
 /home/jenkins/jenkins-slave/workspace/sling-trunk-1.6/trunk/launchpad/testing-war/target/sling-cargo-test/sling
 java.lang.reflect.InvocationTargetException
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at 
 org.apache.felix.framework.util.SecureAction.invoke(SecureAction.java:840)
   at 
 org.apache.felix.framework.URLHandlers.getFrameworkFromContext(URLHandlers.java:722)
   at 
 org.apache.felix.framework.URLHandlersStreamHandlerProxy.getStreamHandlerService(URLHandlersStreamHandlerProxy.java:574)
   at 
 org.apache.felix.framework.URLHandlersStreamHandlerProxy.parseURL(URLHandlersStreamHandlerProxy.java:369)
   at java.net.URL.init(URL.java:596)
   at java.net.URL.init(URL.java:464)
   at sun.misc.URLClassPath$JarLoader.checkResource(URLClassPath.java:674)
   at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:759)
   at sun.misc.URLClassPath.getResource(URLClassPath.java:169)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
   at 
 org.apache.sling.launchpad.base.shared.LauncherClassLoader.loadClass(LauncherClassLoader.java:131)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
   at java.lang.Class.getDeclaredMethods0(Native Method)
   at java.lang.Class.privateGetDeclaredMethods(Class.java:2436)
   at java.lang.Class.getDeclaredMethod(Class.java:1937)
   at 
 org.apache.sling.launchpad.base.impl.SlingFelix.getBundle(SlingFelix.java:114)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at 
 org.apache.felix.framework.util.SecureAction.invoke(SecureAction.java:840)
   at 
 org.apache.felix.framework.URLHandlers.getFrameworkFromContext(URLHandlers.java:722)
   at 
 org.apache.felix.framework.URLHandlersStreamHandlerProxy.getStreamHandlerService(URLHandlersStreamHandlerProxy.java:574)
   at 
 org.apache.felix.framework.URLHandlersStreamHandlerProxy.parseURL(URLHandlersStreamHandlerProxy.java:369)
   at java.net.URL.init(URL.java:596)
   at java.net.URL.init(URL.java:464)
   at sun.misc.URLClassPath$JarLoader.checkResource(URLClassPath.java:674)
   at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:759)
   at sun.misc.URLClassPath.getResource(URLClassPath.java:169)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
   at 
 org.apache.sling.launchpad.base.shared.LauncherClassLoader.loadClass(LauncherClassLoader.java:131)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
   at 
 org.apache.felix.framework.BundleWiringImpl.findResourcesByDelegation(BundleWiringImpl.java:1202)
   at 
 org.apache.felix.framework.BundleWiringImpl.getResourcesByDelegation(BundleWiringImpl.java:1076)
   at 
 org.apache.felix.framework.BundleWiringImpl.findResourcesByDelegation(BundleWiringImpl.java:1127)
   at 
 org.apache.felix.framework.BundleWiringImpl.getResourcesByDelegation(BundleWiringImpl.java:1076)
   at 
 org.apache.felix.framework.BundleWiringImpl$BundleClassLoaderJava5.getResources(BundleWiringImpl.java:1838)
   at