Jenkins build became unstable: sling-trunk-1.7 » Apache Sling Installer Integration Tests #103

2013-07-10 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/sling-trunk-1.7/org.apache.sling$org.apache.sling.installer.it/103/



Jenkins build became unstable: sling-trunk-1.7 » Apache Sling Event Support #103

2013-07-10 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/sling-trunk-1.7/org.apache.sling$org.apache.sling.event/103/changes



Jenkins build became unstable: sling-trunk-1.7 » Apache Sling Launchpad Testing WAR version #103

2013-07-10 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/sling-trunk-1.7/org.apache.sling$org.apache.sling.launchpad.testing-war/103/



Jenkins build became unstable: sling-trunk-1.7 #103

2013-07-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.7/103/changes



Jenkins build is unstable: sling-trunk-1.6 » Apache Sling Installer Integration Tests #1731

2013-07-10 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.installer.it/1731/



Jenkins build is unstable: sling-trunk-1.6 » Apache Sling Launchpad Testing #1731

2013-07-10 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.launchpad.testing/1731/



Jenkins build is back to normal : sling-trunk-1.6 » Apache Sling Event Support #1731

2013-07-10 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.event/1731/changes



Jenkins build is unstable: sling-trunk-1.6 » Apache Sling Launchpad Testing WAR version #1731

2013-07-10 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.launchpad.testing-war/1731/



Jenkins build is unstable: sling-trunk-1.6 #1731

2013-07-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/1731/changes



[jira] [Commented] (SLING-920) Jenkins continuous integration setup

2013-07-10 Thread Robert Munteanu (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704298#comment-13704298
 ] 

Robert Munteanu commented on SLING-920:
---

Updated the sling-trunk-1.{6,7} config jobs to 

- keep latest 10 builds, to ease debugging of CI failures
- build on ubuntu  !(ubuntu5) , since as I noted in INFRA-6218 , most CI 
failures seem to happen on ubuntu5

 Jenkins continuous integration setup
 

 Key: SLING-920
 URL: https://issues.apache.org/jira/browse/SLING-920
 Project: Sling
  Issue Type: Task
  Components: Testing
Reporter: Bertrand Delacretaz

 Use this issue to record changes to the Hudson continuous environment setup 
 at http://hudson.zones.apache.org/hudson/view/Sling/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (SLING-2959) ErrorHandlingTest intermitent failures in setUp

2013-07-10 Thread Robert Munteanu (JIRA)
Robert Munteanu created SLING-2959:
--

 Summary: ErrorHandlingTest intermitent failures in setUp
 Key: SLING-2959
 URL: https://issues.apache.org/jira/browse/SLING-2959
 Project: Sling
  Issue Type: Bug
  Components: Testing
Reporter: Robert Munteanu
Assignee: Robert Munteanu


I believe that these failures happen because the tearDown method deletes to 
whole apps node, which triggers some sort of reconfiguration behind the scenes, 
which are visible mostly on Jenkins due to lower processing power. A typical 
stack trace is

java.io.IOException: mkdir(http://localhost:45228/apps) failed, status code=503
at 
org.apache.sling.commons.testing.integration.SlingIntegrationTestClient.mkdir(SlingIntegrationTestClient.java:69)
at 
org.apache.sling.commons.testing.integration.SlingIntegrationTestClient.mkdirs(SlingIntegrationTestClient.java:87)
at 
org.apache.sling.launchpad.webapp.integrationtest.servlets.resolver.errorhandler.ErrorHandlingTest.setUp(ErrorHandlingTest.java:58)
at junit.framework.TestCase.runBare(TestCase.java:132)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:81)
at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:36)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at 
org.apache.sling.launchpad.testing.LoggingSuite.runTest(LoggingSuite.java:56)
at junit.framework.TestSuite.run(TestSuite.java:227)
at 
org.apache.sling.launchpad.testing.LoggingSuite.run(LoggingSuite.java:46)
at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:81)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
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.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
at 
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Jenkins build is back to stable : sling-trunk-1.7 » Apache Sling Event Support #104

2013-07-10 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/sling-trunk-1.7/org.apache.sling$org.apache.sling.event/104/



Jenkins build is back to stable : sling-trunk-1.7 » Apache Sling Launchpad Testing WAR version #104

2013-07-10 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/sling-trunk-1.7/org.apache.sling$org.apache.sling.launchpad.testing-war/104/



Jenkins build is back to stable : sling-trunk-1.7 » Apache Sling Installer Integration Tests #104

2013-07-10 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/sling-trunk-1.7/org.apache.sling$org.apache.sling.installer.it/104/



Jenkins build is back to stable : sling-trunk-1.7 #104

2013-07-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.7/104/changes



Jenkins build is still unstable: sling-trunk-1.6 » Apache Sling Launchpad Testing WAR version #1732

2013-07-10 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.launchpad.testing-war/1732/



Jenkins build is back to stable : sling-trunk-1.6 » Apache Sling Launchpad Testing #1732

2013-07-10 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.launchpad.testing/1732/



Jenkins build is back to stable : sling-trunk-1.6 » Apache Sling Installer Integration Tests #1732

2013-07-10 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.installer.it/1732/



Jenkins build is still unstable: sling-trunk-1.6 #1732

2013-07-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/changes



[jira] [Commented] (SLING-2924) Full text extraction issue with Tika v1.0 under OSGi environment

2013-07-10 Thread Robert Munteanu (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704428#comment-13704428
 ] 

Robert Munteanu commented on SLING-2924:


Updated the test timeout to 10 seconds to address Jenkins failures in 
http://svn.apache.org/viewvc?view=revisionrevision=1501716

 Full text extraction issue with Tika v1.0 under OSGi environment
 

 Key: SLING-2924
 URL: https://issues.apache.org/jira/browse/SLING-2924
 Project: Sling
  Issue Type: Bug
  Components: Launchpad
Reporter: Anjan
Assignee: Robert Munteanu
  Labels: tika,text-extraction
 Fix For: Launchpad Builder 7


 The latest stable build (I checked out revision 1487628) of Sling is using 
 Jackrabbit version 2.4.2 and it uses Tika version 1.0 for extracting 
 metatdata and text for indexing purpose.  Jackrabbit v2.4.2 deployed as a 
 separate web application extracts metadata and text from the uploaded 
 documents perfectly fine, but when deployed in Sling (OSGi environment), full 
 text extraction doesn't work.
 Updating the Tika dependency to Version 1.2 in Sling resolved the above issue.
 Secondly, if the indexes are deleted from the repository and the server is 
 restarted, indexes are not rebuilt for the existing documents.  The Tika 
 bundles were not ready by the time Jackrabbit starts to rebuild the indexes 
 during the Sling server start up.  Updating the startlevel from 15 to 10 for 
 the Tika bundles helps to resolve the issue.
 The changes related to above fixes are in 
 sling/launchpad/builder/src/main/bundles/list.xml file.
 Currently Tika bundles are at start level 15 as shown below:
 startLevel level=15
 ..
 bundle
 groupIdorg.apache.tika/groupId
 artifactIdtika-core/artifactId
 version1.0/version
 /bundle
 bundle
 groupIdorg.apache.tika/groupId
 artifactIdtika-bundle/artifactId
 version1.0/version
 /bundle
 ..
 /startLevel
 Moved the above bundles to start level 10 and also the version is changed to 
 1.2
 startLevel level=10
 ..
 bundle
 groupIdorg.apache.tika/groupId
 artifactIdtika-core/artifactId
 version1.2/version
 /bundle
 bundle
 groupIdorg.apache.tika/groupId
 artifactIdtika-bundle/artifactId
 version1.2/version
 /bundle
 ..
 /startLevel

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Jenkins build is back to stable : sling-trunk-1.6 #1733

2013-07-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/1733/changes



[jira] [Created] (SLING-2960) Contrib integration tests fail: Sling services not available. Already checked in earlier tests.

2013-07-10 Thread Robert Munteanu (JIRA)
Robert Munteanu created SLING-2960:
--

 Summary: Contrib integration tests fail: Sling services not 
available. Already checked in earlier tests.
 Key: SLING-2960
 URL: https://issues.apache.org/jira/browse/SLING-2960
 Project: Sling
  Issue Type: Bug
  Components: Testing
Reporter: Robert Munteanu
Assignee: Robert Munteanu


See for instance 
https://builds.apache.org/view/S-Z/view/Sling/job/sling-contrib-1.6/1016/testReport/

junit.framework.AssertionFailedError: Sling services not available. Already 
checked in earlier tests.
at junit.framework.Assert.fail(Assert.java:50)
at 
org.apache.sling.commons.testing.integration.HttpTestBase.waitForSlingStartup(HttpTestBase.java:170)
at 
org.apache.sling.commons.testing.integration.HttpTestBase.setUp(HttpTestBase.java:143)
at 
org.apache.sling.launchpad.webapp.integrationtest.PathBasedResourceTypeTest.setUp(PathBasedResourceTypeTest.java:34)
at junit.framework.TestCase.runBare(TestCase.java:132)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
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.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
at 
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (SLING-2954) Event ITs spuriosly fail on Jenkins

2013-07-10 Thread Robert Munteanu (JIRA)

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

Robert Munteanu resolved SLING-2954.


Resolution: Fixed

The build now seems to be free from spurious failures after excluding ubuntu5 
from the slave list ( see issue INFRA-6218 ). I will resolve this issue and 
track any further problems on the INFRA tracker.

 Event ITs spuriosly fail on Jenkins
 ---

 Key: SLING-2954
 URL: https://issues.apache.org/jira/browse/SLING-2954
 Project: Sling
  Issue Type: Bug
  Components: Extensions
Affects Versions: Extensions Event 3.1.4
Reporter: Robert Munteanu
Assignee: Robert Munteanu
 Fix For: Extensions Event 3.2.0


 For instance, 
 https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.event/1723/consoleText
  failed. One guess is that it's caused by the org.apache.felix.http.jetty 
 bundle failing to start due to the port being in use.
 09.07.2013 06:42:23.821 *WARN* [Jetty HTTP Service] 
 org.apache.felix.http.jetty failed SelectChannelConnector@0.0.0.0:8080: 
 java.net.BindException: Address already in use
 09.07.2013 06:42:23.822 *WARN* [Jetty HTTP Service] 
 org.apache.felix.http.jetty failed Server@3ec561: java.net.BindException: 
 Address already in use
 09.07.2013 06:42:23.822 *ERROR* [Jetty HTTP Service] 
 org.apache.felix.http.jetty Exception while initializing Jetty. 
 (java.net.BindException: Address already in use) java.net.BindException: 
 Address already in use
   at sun.nio.ch.Net.bind(Native Method)
   at 
 sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
   at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
   at 
 org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:216)
   at 
 org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:315)
   at 
 org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
   at org.mortbay.jetty.Server.doStart(Server.java:235)
   at 
 org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
   at 
 org.apache.felix.http.jetty.internal.JettyService.initializeJetty(JettyService.java:164)
   at 
 org.apache.felix.http.jetty.internal.JettyService.startJetty(JettyService.java:115)
   at 
 org.apache.felix.http.jetty.internal.JettyService.run(JettyService.java:290)
   at java.lang.Thread.run(Thread.java:662)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (SLING-2954) Event ITs spuriosly fail on Jenkins

2013-07-10 Thread Robert Munteanu (JIRA)

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

Robert Munteanu reassigned SLING-2954:
--

Assignee: Robert Munteanu

 Event ITs spuriosly fail on Jenkins
 ---

 Key: SLING-2954
 URL: https://issues.apache.org/jira/browse/SLING-2954
 Project: Sling
  Issue Type: Bug
  Components: Extensions
Affects Versions: Extensions Event 3.1.4
Reporter: Robert Munteanu
Assignee: Robert Munteanu
 Fix For: Extensions Event 3.2.0


 For instance, 
 https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.event/1723/consoleText
  failed. One guess is that it's caused by the org.apache.felix.http.jetty 
 bundle failing to start due to the port being in use.
 09.07.2013 06:42:23.821 *WARN* [Jetty HTTP Service] 
 org.apache.felix.http.jetty failed SelectChannelConnector@0.0.0.0:8080: 
 java.net.BindException: Address already in use
 09.07.2013 06:42:23.822 *WARN* [Jetty HTTP Service] 
 org.apache.felix.http.jetty failed Server@3ec561: java.net.BindException: 
 Address already in use
 09.07.2013 06:42:23.822 *ERROR* [Jetty HTTP Service] 
 org.apache.felix.http.jetty Exception while initializing Jetty. 
 (java.net.BindException: Address already in use) java.net.BindException: 
 Address already in use
   at sun.nio.ch.Net.bind(Native Method)
   at 
 sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
   at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
   at 
 org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:216)
   at 
 org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:315)
   at 
 org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
   at org.mortbay.jetty.Server.doStart(Server.java:235)
   at 
 org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
   at 
 org.apache.felix.http.jetty.internal.JettyService.initializeJetty(JettyService.java:164)
   at 
 org.apache.felix.http.jetty.internal.JettyService.startJetty(JettyService.java:115)
   at 
 org.apache.felix.http.jetty.internal.JettyService.run(JettyService.java:290)
   at java.lang.Thread.run(Thread.java:662)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (SLING-2961) Freemarker tests fail: java.lang.NoClassDefFoundError: javax/jcr/Binary

2013-07-10 Thread Robert Munteanu (JIRA)
Robert Munteanu created SLING-2961:
--

 Summary: Freemarker tests fail: java.lang.NoClassDefFoundError: 
javax/jcr/Binary
 Key: SLING-2961
 URL: https://issues.apache.org/jira/browse/SLING-2961
 Project: Sling
  Issue Type: Bug
  Components: Scripting
Reporter: Robert Munteanu
Assignee: Robert Munteanu
 Fix For: Scripting Freemarker 2.0.0


All freemarker test fail, both on Jenkins and locally. A typical stack trace is

java.lang.NoClassDefFoundError: javax/jcr/Binary
at 
org.apache.sling.commons.testing.jcr.RepositoryUtil.startRepository(RepositoryUtil.java:107)
at 
org.apache.sling.commons.testing.jcr.RepositoryTestBase.getRepository(RepositoryTestBase.java:87)
at 
org.apache.sling.commons.testing.jcr.RepositoryTestBase.getSession(RepositoryTestBase.java:62)
at 
org.apache.sling.commons.testing.jcr.RepositoryTestBase.getTestRootNode(RepositoryTestBase.java:70)
at 
org.apache.sling.scripting.freemarker.FreemarkerTestBase.setUp(FreemarkerTestBase.java:34)
at 
org.apache.sling.scripting.freemarker.wrapper.NodeListModelTest.setUp(NodeListModelTest.java:35)
at junit.framework.TestCase.runBare(TestCase.java:132)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
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.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
at 
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
Caused by: java.lang.ClassNotFoundException: javax.jcr.Binary
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 26 more


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Build failed in Jenkins: sling-contrib-1.6 » Apache Sling Launchpad Contrib Testing #1017

2013-07-10 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/sling-contrib-1.6/org.apache.sling$org.apache.sling.launchpad.contrib-testing/1017/changes

Changes:

[rombert] SLING-2960 - Contrib integration tests fail: Sling services not 
available. Already checked in earlier tests.

Clean up context path setup, similar to the launchpad/testing-war
project.

--
[...truncated 641 lines...]
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
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.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
at 
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

testPythonJavaCode(org.apache.sling.launchpad.webapp.integrationtest.SlingResourceTypeRenderingTest)
  Time elapsed: 0.094 sec   FAILURE!
junit.framework.AssertionFailedError: Content does not contain 'Python' 
(content=?xml version=1.0 encoding=utf-8?
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.1//EN
http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd;
html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en
headmeta http-equiv=content-type content=text/html; charset=utf-8 
//head
body
h1Resource dumped by HtmlRendererServlet/h1
pResource path: 
b/SlingResourceTypeRenderingTest/1373476248472/this_is_a_test_13734/b/p
pResource metadata: b{sling.resolutionPathInfo=.html, 
sling.resolutionPath=/SlingResourceTypeRenderingTest/1373476248472/this_is_a_test_13734}/b/p
pResource type: bintegration-test/srt.1373476248472/b/p
pResource super type: b-/b/p
h2Resource properties/h2
p
sling:resourceType: bintegration-test/srt.1373476248472/bbr /
text: bThis is a test 1373476248472/bbr /
jcr:primaryType: bnt:unstructured/bbr /
/p
/body/html
)
at junit.framework.Assert.fail(Assert.java:50)
at 
org.apache.sling.launchpad.webapp.integrationtest.RenderingTestBase.assertContains(RenderingTestBase.java:36)
at 
org.apache.sling.launchpad.webapp.integrationtest.SlingResourceTypeRenderingTest.testPythonJavaCode(SlingResourceTypeRenderingTest.java:110)
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 junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 

Build failed in Jenkins: sling-trunk-1.7 » Apache Sling Event Support #106

2013-07-10 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/sling-trunk-1.7/org.apache.sling$org.apache.sling.event/106/

--
[...truncated 9166 lines...]
10.07.2013 17:33:16.679 *INFO* [main] 
PAXEXAM-PROBE-7bdc38d3-3b6d-4a64-bf74-3e9263d13e5d Service [86] ServiceEvent 
UNREGISTERING
10.07.2013 17:33:16.679 *INFO* [main] 
PAXEXAM-PROBE-7bdc38d3-3b6d-4a64-bf74-3e9263d13e5d Service [87] ServiceEvent 
UNREGISTERING
10.07.2013 17:33:16.730 *INFO* [main] 
PAXEXAM-PROBE-7bdc38d3-3b6d-4a64-bf74-3e9263d13e5d Service [88] ServiceEvent 
UNREGISTERING
10.07.2013 17:33:16.731 *INFO* [main] 
PAXEXAM-PROBE-7bdc38d3-3b6d-4a64-bf74-3e9263d13e5d Service [89] ServiceEvent 
UNREGISTERING
10.07.2013 17:33:16.732 *INFO* [main] 
PAXEXAM-PROBE-7bdc38d3-3b6d-4a64-bf74-3e9263d13e5d Service [90] ServiceEvent 
UNREGISTERING
10.07.2013 17:33:16.732 *INFO* [main] 
PAXEXAM-PROBE-7bdc38d3-3b6d-4a64-bf74-3e9263d13e5d Service [91] ServiceEvent 
UNREGISTERING
10.07.2013 17:33:16.732 *INFO* [main] 
PAXEXAM-PROBE-7bdc38d3-3b6d-4a64-bf74-3e9263d13e5d Service [92] ServiceEvent 
UNREGISTERING
10.07.2013 17:33:16.733 *INFO* [main] 
PAXEXAM-PROBE-7bdc38d3-3b6d-4a64-bf74-3e9263d13e5d Service [93] ServiceEvent 
UNREGISTERING
10.07.2013 17:33:16.733 *INFO* [main] 
PAXEXAM-PROBE-7bdc38d3-3b6d-4a64-bf74-3e9263d13e5d Service [94] ServiceEvent 
UNREGISTERING
10.07.2013 17:33:16.733 *INFO* [main] 
PAXEXAM-PROBE-7bdc38d3-3b6d-4a64-bf74-3e9263d13e5d Service [95] ServiceEvent 
UNREGISTERING
10.07.2013 17:33:16.734 *INFO* [main] 
PAXEXAM-PROBE-7bdc38d3-3b6d-4a64-bf74-3e9263d13e5d Service [96] ServiceEvent 
UNREGISTERING
10.07.2013 17:33:16.734 *INFO* [main] 
PAXEXAM-PROBE-7bdc38d3-3b6d-4a64-bf74-3e9263d13e5d Service [97] ServiceEvent 
UNREGISTERING
10.07.2013 17:33:16.734 *INFO* [main] 
PAXEXAM-PROBE-7bdc38d3-3b6d-4a64-bf74-3e9263d13e5d Service [98] ServiceEvent 
UNREGISTERING
10.07.2013 17:33:16.735 *INFO* [main] 
PAXEXAM-PROBE-7bdc38d3-3b6d-4a64-bf74-3e9263d13e5d BundleEvent STOPPED
10.07.2013 17:33:16.736 *INFO* [main] 
PAXEXAM-PROBE-7bdc38d3-3b6d-4a64-bf74-3e9263d13e5d BundleEvent UNRESOLVED
10.07.2013 17:33:16.740 *INFO* [main] 
PAXEXAM-PROBE-7bdc38d3-3b6d-4a64-bf74-3e9263d13e5d BundleEvent UNINSTALLED
10.07.2013 17:33:16.741 *INFO* [FelixShutdown] org.apache.felix.framework 
BundleEvent STOPPING
10.07.2013 17:33:16.741 *INFO* [FelixDispatchQueue] org.apache.felix.framework 
FrameworkEvent PACKAGES REFRESHED
10.07.2013 17:33:16.742 *INFO* [FelixStartLevel] 
org.ops4j.pax.exam.invoker.junit BundleEvent STOPPING
10.07.2013 17:33:16.743 *INFO* [FelixStartLevel] 
org.ops4j.pax.exam.invoker.junit Service [81] ServiceEvent UNREGISTERING
10.07.2013 17:33:16.743 *INFO* [FelixStartLevel] 
org.ops4j.pax.exam.invoker.junit BundleEvent STOPPED
10.07.2013 17:33:16.743 *INFO* [FelixStartLevel] 
org.ops4j.pax.tipi.hamcrest.core BundleEvent STOPPING
10.07.2013 17:33:16.743 *INFO* [FelixStartLevel] 
org.ops4j.pax.tipi.hamcrest.core BundleEvent STOPPED
10.07.2013 17:33:16.744 *INFO* [FelixStartLevel] org.apache.sling.event Service 
[org.apache.sling.event.impl.jobs.console.WebConsolePlugin,108] ServiceEvent 
UNREGISTERING
10.07.2013 17:33:16.746 *INFO* [FelixStartLevel] org.apache.sling.event Service 
[org.apache.sling.event.impl.jobs.console.InventoryPlugin,110] ServiceEvent 
UNREGISTERING
10.07.2013 17:33:16.746 *INFO* [FelixStartLevel] org.apache.sling.event Service 
[org.apache.sling.event.impl.jobs.deprecated.JobStatusProviderImpl,109] 
ServiceEvent UNREGISTERING
10.07.2013 17:33:16.747 *INFO* [FelixStartLevel] org.apache.sling.event Service 
[org.apache.sling.event.impl.jobs.jmx.AllJobStatisticsMBean,112] ServiceEvent 
UNREGISTERING
10.07.2013 17:33:16.747 *INFO* [FelixStartLevel] 
org.apache.sling.event.impl.jobs.JobConsumerManager Updating property provider 
with: 
10.07.2013 17:33:16.751 *INFO* [FelixStartLevel] 
org.apache.sling.event.impl.jobs.JobManagerImpl Received topology event 
TopologyEvent [type=PROPERTIES_CHANGED, 
oldView=org.apache.sling.discovery.impl.standalone.NoClusterDiscoveryService$3@648010a3,
 
newView=org.apache.sling.discovery.impl.standalone.NoClusterDiscoveryService$3@648010a3]
10.07.2013 17:33:16.751 *INFO* [FelixStartLevel] 
org.apache.sling.event.impl.jobs.queues.ParallelJobQueue.test Outdating queue 
test, renaming to testoutdated(2070078881).
10.07.2013 17:33:16.752 *INFO* [FelixStartLevel] org.apache.sling.event Service 
[org.apache.sling.event.impl.jobs.deprecated.EventAdminBridge,113] ServiceEvent 
UNREGISTERING
10.07.2013 17:33:16.752 *INFO* [FelixStartLevel] 
org.apache.sling.event.impl.jobs.deprecated.EventAdminBridge Apache Sling Job 
Event Bridge stopped on instance 82d54822-b753-40bd-817f-f5d05e9d2a74
10.07.2013 17:33:16.754 *INFO* [FelixStartLevel] org.apache.sling.event Service 
[org.apache.sling.event.impl.jobs.jcr.PersistenceHandler,107] ServiceEvent 
UNREGISTERING
10.07.2013 17:33:16.754 *INFO* [FelixStartLevel] 
org.apache.sling.event.impl.jobs.JobManagerImpl Apache Sling Job Manager 
stopping on 

Build failed in Jenkins: sling-trunk-1.7 #106

2013-07-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.7/106/changes

Changes:

[rombert] SLING-2961 - Freemarker tests fail: java.lang.NoClassDefFoundError:
javax/jcr/Binary

Update pom dependencies to fix build.

[rombert] SLING-2960 - Contrib integration tests fail: Sling services not 
available. Already checked in earlier tests.

Clean up context path setup, similar to the launchpad/testing-war
project.

--
[...truncated 19332 lines...]
[INFO] Apache Sling Jackrabbit UserManager Support ... SUCCESS [4.548s]
[INFO] Apache Sling Jackrabbit JSR-283 Access Control Manager Support  SUCCESS 
[4.387s]
[INFO] Apache Sling Wrapper Bundle for the JCR API ... SUCCESS [3.772s]
[INFO] Apache Sling Object Content Mapping ... SUCCESS [6.139s]
[INFO] Apache Sling JCR Resource Resolver  SUCCESS [1:03.844s]
[INFO] Apache Sling JCR Repository Registration .. SUCCESS [6.181s]
[INFO] Apache Sling Simple WebDAV Access to repositories . SUCCESS [5.610s]
[INFO] Apache Sling DavEx Access to repositories . SUCCESS [5.932s]
[INFO] Apache Sling JCR WebConsole Bundle  SUCCESS [4.452s]
[INFO] Apache Sling Servlet Resolver . SUCCESS [5.898s]
[INFO] Apache Sling Default GET Servlets . SUCCESS [5.827s]
[INFO] Apache Sling Default POST Servlets  SUCCESS [6.524s]
[INFO] Apache Sling Compat Servlets .. SUCCESS [4.399s]
[INFO] Apache Sling Scripting Implementation API . SUCCESS [4.618s]
[INFO] Apache Sling Scripting Core implementation  SUCCESS [4.876s]
[INFO] Apache Sling Scripting JavaScript Support . SUCCESS [20.728s]
[INFO] Apache Sling Scripting JSP Support  SUCCESS [7.197s]
[INFO] Apache Sling JSP Tag Library .. SUCCESS [4.374s]
[INFO] Apache Sling JSP Standard Tag Library . SUCCESS [2.850s]
[INFO] Apache Sling Adapter Manager Implementation ... SUCCESS [5.519s]
[INFO] Apache Sling Bundle Resource Provider . SUCCESS [4.349s]
[INFO] Apache Sling Discovery API  SUCCESS [3.199s]
[INFO] Apache Sling Resource-Based Discovery Service . SUCCESS [2:41.977s]
[INFO] Apache Sling Discovery Support Bundle . SUCCESS [3.757s]
[INFO] Apache Sling Discovery Standalone Implementation .. SUCCESS [4.892s]
[INFO] Apache Sling Event Support  FAILURE [7:18.691s]
[INFO] Apache Sling Filesystem Resource Provider . SKIPPED
[INFO] Apache Sling javax.activation bundle .. SKIPPED
[INFO] Apache Sling Settings . SKIPPED
[INFO] Apache Sling Thread Dumper  SKIPPED
[INFO] Apache Sling Web Console Branding . SKIPPED
[INFO] Apache Sling Web Console Security Provider  SKIPPED
[INFO] Apache Sling Groovy Extensions  SKIPPED
[INFO] Apache Sling Explorer . SKIPPED
[INFO] Apache Sling Test Tools ... SKIPPED
[INFO] Apache Sling JUnit Core ... SKIPPED
[INFO] Apache Sling JUnit Scriptable Tests Provider .. SKIPPED
[INFO] Apache Sling JUnit Remote Tests Runners ... SKIPPED
[INFO] Apache Sling Testing Resource Resolver Mock ... SKIPPED
[INFO] Apache Sling Installer  SKIPPED
[INFO] Apache Sling Installer WebConsole Plugin .. SKIPPED
[INFO] Apache Sling File Installer ... SKIPPED
[INFO] Apache Sling JCR Installer  SKIPPED
[INFO] Apache Sling Installer Configuration Admin Support  SKIPPED
[INFO] Apache Sling Deployment Package Installer . SKIPPED
[INFO] Apache Sling Installer Integration Tests .. SKIPPED
[INFO] Apache Sling Launchpad API  SKIPPED
[INFO] Apache Sling Launchpad Base ... SKIPPED
[INFO] Apache Sling Launchpad Installer .. SKIPPED
[INFO] Apache Sling Launchpad Content  SKIPPED
[INFO] Apache Sling Launchpad Application Builder  SKIPPED
[INFO] Apache Sling Sample Server-Side Tests . SKIPPED
[INFO] Apache Sling Failing Server-Side Tests  SKIPPED
[INFO] Apache Sling Sample Integration Tests . SKIPPED
[INFO] Apache Sling Launchpad Testing Services ... SKIPPED
[INFO] Apache Sling Launchpad Testing Services WAR ... SKIPPED
[INFO] Apache Sling Launchpad Testing Fragment Bundle  SKIPPED
[INFO] Apache Sling Launchpad Test Bundles ... SKIPPED
[INFO] Apache Sling Integration Tests  SKIPPED
[INFO] Apache Sling Launchpad Testing  SKIPPED
[INFO] Apache Sling Launchpad Testing WAR version  SKIPPED
[INFO] Apache Sling (Builder)  SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 

[jira] [Commented] (SLING-2961) Freemarker tests fail: java.lang.NoClassDefFoundError: javax/jcr/Binary

2013-07-10 Thread Robert Munteanu (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13705011#comment-13705011
 ] 

Robert Munteanu commented on SLING-2961:


Fixed pom dependencies in 
http://svn.apache.org/viewvc?view=revisionrevision=1501850 .

 Freemarker tests fail: java.lang.NoClassDefFoundError: javax/jcr/Binary
 ---

 Key: SLING-2961
 URL: https://issues.apache.org/jira/browse/SLING-2961
 Project: Sling
  Issue Type: Bug
  Components: Scripting
Reporter: Robert Munteanu
Assignee: Robert Munteanu
 Fix For: Scripting Freemarker 2.0.0


 All freemarker test fail, both on Jenkins and locally. A typical stack trace 
 is
 java.lang.NoClassDefFoundError: javax/jcr/Binary
   at 
 org.apache.sling.commons.testing.jcr.RepositoryUtil.startRepository(RepositoryUtil.java:107)
   at 
 org.apache.sling.commons.testing.jcr.RepositoryTestBase.getRepository(RepositoryTestBase.java:87)
   at 
 org.apache.sling.commons.testing.jcr.RepositoryTestBase.getSession(RepositoryTestBase.java:62)
   at 
 org.apache.sling.commons.testing.jcr.RepositoryTestBase.getTestRootNode(RepositoryTestBase.java:70)
   at 
 org.apache.sling.scripting.freemarker.FreemarkerTestBase.setUp(FreemarkerTestBase.java:34)
   at 
 org.apache.sling.scripting.freemarker.wrapper.NodeListModelTest.setUp(NodeListModelTest.java:35)
   at junit.framework.TestCase.runBare(TestCase.java:132)
   at junit.framework.TestResult$1.protect(TestResult.java:110)
   at junit.framework.TestResult.runProtected(TestResult.java:128)
   at junit.framework.TestResult.run(TestResult.java:113)
   at junit.framework.TestCase.run(TestCase.java:124)
   at junit.framework.TestSuite.runTest(TestSuite.java:243)
   at junit.framework.TestSuite.run(TestSuite.java:238)
   at 
 org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
   at 
 org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
   at 
 org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
   at 
 org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
   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.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
   at 
 org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
   at 
 org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
   at 
 org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
   at 
 org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
 Caused by: java.lang.ClassNotFoundException: javax.jcr.Binary
   at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
   ... 26 more

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (SLING-2960) Contrib integration tests fail: Sling services not available. Already checked in earlier tests.

2013-07-10 Thread Robert Munteanu (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13705013#comment-13705013
 ] 

Robert Munteanu commented on SLING-2960:


Fixed context path setup in 
http://svn.apache.org/viewvc?view=revisionrevision=1501849 . Some tests still 
though.

 Contrib integration tests fail: Sling services not available. Already checked 
 in earlier tests.
 ---

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

 See for instance 
 https://builds.apache.org/view/S-Z/view/Sling/job/sling-contrib-1.6/1016/testReport/
 junit.framework.AssertionFailedError: Sling services not available. Already 
 checked in earlier tests.
   at junit.framework.Assert.fail(Assert.java:50)
   at 
 org.apache.sling.commons.testing.integration.HttpTestBase.waitForSlingStartup(HttpTestBase.java:170)
   at 
 org.apache.sling.commons.testing.integration.HttpTestBase.setUp(HttpTestBase.java:143)
   at 
 org.apache.sling.launchpad.webapp.integrationtest.PathBasedResourceTypeTest.setUp(PathBasedResourceTypeTest.java:34)
   at junit.framework.TestCase.runBare(TestCase.java:132)
   at junit.framework.TestResult$1.protect(TestResult.java:110)
   at junit.framework.TestResult.runProtected(TestResult.java:128)
   at junit.framework.TestResult.run(TestResult.java:113)
   at junit.framework.TestCase.run(TestCase.java:124)
   at junit.framework.TestSuite.runTest(TestSuite.java:243)
   at junit.framework.TestSuite.run(TestSuite.java:238)
   at 
 org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
   at 
 org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
   at 
 org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
   at 
 org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
   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.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
   at 
 org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
   at 
 org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
   at 
 org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
   at 
 org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (SLING-2960) Contrib integration tests fail: Sling services not available. Already checked in earlier tests.

2013-07-10 Thread Robert Munteanu (JIRA)

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

Robert Munteanu resolved SLING-2960.


Resolution: Fixed

 Contrib integration tests fail: Sling services not available. Already checked 
 in earlier tests.
 ---

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

 See for instance 
 https://builds.apache.org/view/S-Z/view/Sling/job/sling-contrib-1.6/1016/testReport/
 junit.framework.AssertionFailedError: Sling services not available. Already 
 checked in earlier tests.
   at junit.framework.Assert.fail(Assert.java:50)
   at 
 org.apache.sling.commons.testing.integration.HttpTestBase.waitForSlingStartup(HttpTestBase.java:170)
   at 
 org.apache.sling.commons.testing.integration.HttpTestBase.setUp(HttpTestBase.java:143)
   at 
 org.apache.sling.launchpad.webapp.integrationtest.PathBasedResourceTypeTest.setUp(PathBasedResourceTypeTest.java:34)
   at junit.framework.TestCase.runBare(TestCase.java:132)
   at junit.framework.TestResult$1.protect(TestResult.java:110)
   at junit.framework.TestResult.runProtected(TestResult.java:128)
   at junit.framework.TestResult.run(TestResult.java:113)
   at junit.framework.TestCase.run(TestCase.java:124)
   at junit.framework.TestSuite.runTest(TestSuite.java:243)
   at junit.framework.TestSuite.run(TestSuite.java:238)
   at 
 org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
   at 
 org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
   at 
 org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
   at 
 org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
   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.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
   at 
 org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
   at 
 org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
   at 
 org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
   at 
 org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (SLING-920) Jenkins continuous integration setup

2013-07-10 Thread Robert Munteanu (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13705042#comment-13705042
 ] 

Robert Munteanu commented on SLING-920:
---

Changed the sling-contrib-1.6 job to use install instead of deploy, since we 
don't depend on the deployed contrib artifacts and this speeds up the build a 
little.

 Jenkins continuous integration setup
 

 Key: SLING-920
 URL: https://issues.apache.org/jira/browse/SLING-920
 Project: Sling
  Issue Type: Task
  Components: Testing
Reporter: Bertrand Delacretaz

 Use this issue to record changes to the Hudson continuous environment setup 
 at http://hudson.zones.apache.org/hudson/view/Sling/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (SLING-2960) Contrib integration tests fail: Sling services not available. Already checked in earlier tests.

2013-07-10 Thread Robert Munteanu (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13705033#comment-13705033
 ] 

Robert Munteanu commented on SLING-2960:


* Removed webdav URL in 
http://svn.apache.org/viewvc?view=revisionrevision=1501973
* Removed obsolete workaround from ScalaScriptingTest in 
http://svn.apache.org/viewvc?view=revisionrevision=1501974
* Removed System.out from XsltTest in 
http://svn.apache.org/viewvc?view=revisionrevision=1501975

 Contrib integration tests fail: Sling services not available. Already checked 
 in earlier tests.
 ---

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

 See for instance 
 https://builds.apache.org/view/S-Z/view/Sling/job/sling-contrib-1.6/1016/testReport/
 junit.framework.AssertionFailedError: Sling services not available. Already 
 checked in earlier tests.
   at junit.framework.Assert.fail(Assert.java:50)
   at 
 org.apache.sling.commons.testing.integration.HttpTestBase.waitForSlingStartup(HttpTestBase.java:170)
   at 
 org.apache.sling.commons.testing.integration.HttpTestBase.setUp(HttpTestBase.java:143)
   at 
 org.apache.sling.launchpad.webapp.integrationtest.PathBasedResourceTypeTest.setUp(PathBasedResourceTypeTest.java:34)
   at junit.framework.TestCase.runBare(TestCase.java:132)
   at junit.framework.TestResult$1.protect(TestResult.java:110)
   at junit.framework.TestResult.runProtected(TestResult.java:128)
   at junit.framework.TestResult.run(TestResult.java:113)
   at junit.framework.TestCase.run(TestCase.java:124)
   at junit.framework.TestSuite.runTest(TestSuite.java:243)
   at junit.framework.TestSuite.run(TestSuite.java:238)
   at 
 org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
   at 
 org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
   at 
 org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
   at 
 org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
   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.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
   at 
 org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
   at 
 org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
   at 
 org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
   at 
 org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Build failed in Jenkins: sling-contrib-1.6 #1018

2013-07-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-contrib-1.6/1018/changes

Changes:

[rombert] SLING-2960 - Contrib integration tests fail: Sling services not
available. Already checked in earlier tests.

Removed System.out call from XsltTest

[rombert] SLING-2960 - Contrib integration tests fail: Sling services not
available. Already checked in earlier tests.

Remove obsolete workaround from ScalaScriptingTest.

[rombert] SLING-2960 - Contrib integration tests fail: Sling services not
available. Already checked in earlier tests.

Correct webdav url.

--
[...truncated 3217 lines...]
[INFO] --- maven-scr-plugin:1.12.0:scr (generate-scr-scrdescriptor) @ 
org.apache.sling.scripting.velocity ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory 
https://builds.apache.org/job/sling-contrib-1.6/ws/contrib-1.6/scripting/velocity/src/test/resources
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
org.apache.sling.scripting.velocity ---
[INFO] [INFO] No sources to compile

[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
org.apache.sling.scripting.velocity ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ 
org.apache.sling.scripting.velocity ---
[JENKINS] Recording test results[INFO] Checking unresolved references to 
org.codehaus.mojo.signature:java15:1.0

[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.9:check (default) @ 
org.apache.sling.scripting.velocity ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ 
org.apache.sling.scripting.velocity ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-java) @ 
org.apache.sling.scripting.velocity ---
[INFO] Executing tasks
[INFO] 
main:
[INFO] Executed tasks

[INFO] --- maven-antrun-plugin:1.7:run 
(set-bundle-required-execution-environment) @ 
org.apache.sling.scripting.velocity ---
Jul 10, 2013 10:15:53 PM hudson.maven.ExecutedMojo init
WARNING: Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ 
org.apache.sling.scripting.velocity ---
[INFO] Building jar: 
https://builds.apache.org/job/sling-contrib-1.6/ws/contrib-1.6/scripting/velocity/target/org.apache.sling.scripting.velocity-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-site-plugin:3.2:attach-descriptor (attach-descriptor) @ 
org.apache.sling.scripting.velocity ---
[INFO] [INFO] Checking legal files in: 
org.apache.sling.scripting.velocity-2.0.0-SNAPSHOT.jar
[INFO] Checking legal files in: 
org.apache.sling.scripting.velocity-2.0.0-SNAPSHOT-sources.jar

[INFO] --- ianal-maven-plugin:1.0-alpha-1:verify-legal-files (default) @ 
org.apache.sling.scripting.velocity ---
[INFO] Installing 
https://builds.apache.org/job/sling-contrib-1.6/ws/contrib-1.6/scripting/velocity/target/org.apache.sling.scripting.velocity-2.0.0-SNAPSHOT.jar
 to 
/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/sling/org.apache.sling.scripting.velocity/2.0.0-SNAPSHOT/org.apache.sling.scripting.velocity-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 
org.apache.sling.scripting.velocity ---
[INFO] Installing 
https://builds.apache.org/job/sling-contrib-1.6/ws/contrib-1.6/scripting/velocity/pom.xml
 to 
/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/sling/org.apache.sling.scripting.velocity/2.0.0-SNAPSHOT/org.apache.sling.scripting.velocity-2.0.0-SNAPSHOT.pom
[INFO] Installing 
https://builds.apache.org/job/sling-contrib-1.6/ws/contrib-1.6/scripting/velocity/target/org.apache.sling.scripting.velocity-2.0.0-SNAPSHOT-sources.jar
 to 
/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/sling/org.apache.sling.scripting.velocity/2.0.0-SNAPSHOT/org.apache.sling.scripting.velocity-2.0.0-SNAPSHOT-sources.jar
[INFO] [INFO] Local OBR update disabled (enable with -DobrRepository)

[INFO] --- maven-bundle-plugin:2.3.7:install (default-install) @ 
org.apache.sling.scripting.velocity ---
[INFO] 
[INFO] 
[INFO] Building Apache Sling Scripting W3C XML Processing Support 2.0.0-SNAPSHOT
[INFO] 
[INFO] Deleting 
https://builds.apache.org/job/sling-contrib-1.6/ws/contrib-1.6/scripting/xproc/target
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
org.apache.sling.scripting.xproc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-java) @ 
org.apache.sling.scripting.xproc ---
[INFO] [INFO] Executing tasks

main:
[INFO] Executed tasks

[INFO] --- maven-antrun-plugin:1.7:run 
(set-bundle-required-execution-environment) @ org.apache.sling.scripting.xproc 
---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process 

Jenkins build is back to stable : sling-contrib-1.6 » Apache Sling Scripting Freemarker Support #1018

2013-07-10 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/sling-contrib-1.6/org.apache.sling$org.apache.sling.scripting.freemarker/1018/



Jenkins build is back to normal : sling-trunk-1.7 » Apache Sling Event Support #107

2013-07-10 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/sling-trunk-1.7/org.apache.sling$org.apache.sling.event/107/



Jenkins build is back to normal : sling-trunk-1.7 #107

2013-07-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.7/107/changes