You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@directory.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/03/09 05:20:41 UTC

Build failed in Jenkins: dir-apacheds-jdk16-win #346

See <https://builds.apache.org/job/dir-apacheds-jdk16-win/346/changes>

Changes:

[pamarcelot] Removed useless default constant (the associated field was removed a few days ago).

------------------------------------------
[...truncated 4674 lines...]
[INFO] [debug] execute contextualize

[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ apacheds-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\dir-apacheds-jdk16-win\trunk\service\src\main\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ apacheds-service ---
[INFO] Compiling 3 source files to F:\hudson\hudson-slave\workspace\dir-apacheds-jdk16-win\trunk\service\target\classes
[debug] execute contextualize
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.

[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ apacheds-service ---
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ apacheds-service ---
[INFO] Compiling 1 source file to F:\hudson\hudson-slave\workspace\dir-apacheds-jdk16-win\trunk\service\target\test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.2:test (default-test) @ apacheds-service ---
[INFO] Surefire report directory: F:\hudson\hudson-slave\workspace\dir-apacheds-jdk16-win\trunk\service\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.directory.server.UberJarMainTest
net.sf.ehcache.CacheException: java.io.FileNotFoundException: C:\Users\hudson\AppData\Local\Temp\ApacheDS-20132942022\cache\ou=system.data (There is not enough space on the disk)
	at net.sf.ehcache.store.compound.factories.DiskStorageFactory.<init>(DiskStorageFactory.java:102)
	at net.sf.ehcache.store.compound.factories.DiskOverflowStorageFactory.<init>(DiskOverflowStorageFactory.java:71)
	at net.sf.ehcache.store.compound.impl.OverflowToDiskStore.create(OverflowToDiskStore.java:63)
	at net.sf.ehcache.Cache.initialise(Cache.java:1113)
	at net.sf.ehcache.CacheManager.addCacheNoCheck(CacheManager.java:1082)
	at net.sf.ehcache.CacheManager.addConfiguredCaches(CacheManager.java:657)
	at net.sf.ehcache.CacheManager.init(CacheManager.java:375)
	at net.sf.ehcache.CacheManager.<init>(CacheManager.java:228)
	at org.apache.directory.server.core.api.CacheService.initialize(CacheService.java:110)
	at org.apache.directory.server.ApacheDsService.start(ApacheDsService.java:165)
	at org.apache.directory.server.UberjarMain.start(UberjarMain.java:76)
	at org.apache.directory.server.UberJarMainTest.serviceInstanceTest(UberJarMainTest.java:98)
	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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	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:113)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
Caused by: java.io.FileNotFoundException: C:\Users\hudson\AppData\Local\Temp\ApacheDS-20132942022\cache\ou=system.data (There is not enough space on the disk)
	at java.io.RandomAccessFile.open(Native Method)
	at java.io.RandomAccessFile.<init>(RandomAccessFile.java:216)
	at net.sf.ehcache.store.compound.factories.DiskStorageFactory.allocateRandomAccessFiles(DiskStorageFactory.java:130)
	at net.sf.ehcache.store.compound.factories.DiskStorageFactory.<init>(DiskStorageFactory.java:100)
	... 42 more

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] ApacheDS .......................................... SUCCESS [6.385s]
[INFO] ApacheDS I18n ..................................... SUCCESS [10.377s]
[INFO] ApacheDS Core Constants ........................... SUCCESS [4.082s]
[INFO] ApacheDS Core API ................................. SUCCESS [32.340s]
[INFO] ApacheDS Core Shared .............................. SUCCESS [3.880s]
[INFO] ApacheDS Interceptors ............................. SUCCESS [0.114s]
[INFO] ApacheDS AdministrativePoint Interceptor .......... SUCCESS [2.342s]
[INFO] ApacheDS Authentication Interceptor ............... SUCCESS [6.468s]
[INFO] ApacheDS Authorization Interceptor ................ SUCCESS [6.639s]
[INFO] ApacheDS ChangeLog Interceptor .................... SUCCESS [4.500s]
[INFO] ApacheDS Collective Attribute Interceptor ......... SUCCESS [1.556s]
[INFO] ApacheDS Event Interceptor ........................ SUCCESS [2.163s]
[INFO] ApacheDS Exception Interceptor .................... SUCCESS [1.581s]
[INFO] ApacheDS Journal Interceptor ...................... SUCCESS [1.554s]
[INFO] ApacheDS Normalization Interceptor ................ SUCCESS [3.442s]
[INFO] ApacheDS Operational Attribute Interceptor ........ SUCCESS [1.991s]
[INFO] ApacheDS Referral Interceptor ..................... SUCCESS [1.727s]
[INFO] ApacheDS Schema Interceptor ....................... SUCCESS [8.100s]
[INFO] ApacheDS Subtree Interceptor ...................... SUCCESS [15.007s]
[INFO] ApacheDS Triggers Interceptor ..................... SUCCESS [3.173s]
[INFO] ApacheDS Core ..................................... SUCCESS [6.973s]
[INFO] ApacheDS Core AVL ................................. SUCCESS [17.017s]
[INFO] ApacheDS Generalized (X) DBM Partition ............ SUCCESS [25.491s]
[INFO] ApacheDS LDIF Partition ........................... SUCCESS [19.526s]
[INFO] ApacheDS JDBM Partition ........................... SUCCESS [41.092s]
[INFO] ApacheDS Core Annotations ......................... SUCCESS [54.542s]
[INFO] ApacheDS Core JNDI ................................ SUCCESS [3.992s]
[INFO] ApacheDS Protocol Kerberos Codec .................. SUCCESS [25.340s]
[INFO] ApacheDS Interceptors for Kerberos ................ SUCCESS [2.636s]
[INFO] ApacheDS Protocol Dhcp ............................ SUCCESS [3.208s]
[INFO] ApacheDS Protocol Shared .......................... SUCCESS [2.202s]
[INFO] ApacheDS Protocol Dns ............................. SUCCESS [5.698s]
[INFO] ApacheDS Protocol Kerberos ........................ SUCCESS [5.915s]
[INFO] ApacheDS Protocol Ldap ............................ SUCCESS [1:14.454s]
[INFO] ApacheDS Protocol Ntp ............................. SUCCESS [3.376s]
[INFO] Apacheds Server Annotations ....................... SUCCESS [4.838s]
[INFO] ApacheDS Server Config ............................ SUCCESS [10.519s]
[INFO] ApacheDS Server JNDI .............................. SUCCESS [3.106s]
[INFO] ApacheDS Test Framework ........................... SUCCESS [3.230s]
[INFO] ApacheDS All ...................................... SUCCESS [4.657s]
[INFO] ApacheDS Logger Interceptor ....................... SUCCESS [1.112s]
[INFO] ApacheDS Password Hashing Interceptor ............. SUCCESS [1.231s]
[INFO] ApacheDS Core Integration ......................... SUCCESS [9:13.054s]
[INFO] ApacheDS Server Integration ....................... SUCCESS [1:02.977s]
[INFO] ApacheDS DirectoryService-WebApp bridge ........... SUCCESS [2.478s]
[INFO] ApacheDS Jetty HTTP Server Integration ............ SUCCESS [5.321s]
[INFO] ApacheDS Service Builder .......................... SUCCESS [9.531s]
[INFO] ApacheDS Protocol Kerberos Test ................... SUCCESS [4.145s]
[INFO] Apache Directory LDAP Client API test ............. SUCCESS [6.197s]
[INFO] kerberos-client ................................... SUCCESS [5.403s]
[INFO] ApacheDS Service .................................. FAILURE [3.334s]
[INFO] ApacheDS Wrapper .................................. SKIPPED
[INFO] ApacheDS Installers Maven Plugin .................. SKIPPED
[INFO] ApacheDS Installers ............................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18:16.698s
[INFO] Finished at: Sat Mar 09 04:20:23 GMT 2013
[INFO] Final Memory: 65M/259M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
Sending e-mails to: notifications@directory.apache.org
Sending e-mails to: notifications@directory.apache.org
Sending e-mails to: notifications@directory.apache.org
Sending e-mails to: notifications@directory.apache.org
Sending e-mails to: notifications@directory.apache.org
Sending e-mails to: notifications@directory.apache.org
Sending e-mails to: notifications@directory.apache.org
Sending e-mails to: notifications@directory.apache.org
Sending e-mails to: notifications@directory.apache.org
Sending e-mails to: notifications@directory.apache.org
Sending e-mails to: notifications@directory.apache.org
channel stopped
ERROR: Failed to parse POMs
java.io.IOException: Remote call on Channel to Maven [f:\hudson\tools\java\latest-1.6-64/bin/java, -Xmx512m, -XX:MaxPermSize=128m, -cp, f:\hudson\hudson-slave\maven3-agent.jar;f:\hudson\tools\maven\latest3\boot\plexus-classworlds-2.4.jar, org.jvnet.hudson.maven3.agent.Maven3Main, f:\hudson\tools\maven\latest3, C:\Users\hudson\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\39\4bb6b7e7-33fec62f, f:\hudson\hudson-slave\maven3-interceptor.jar, 64441] failed
	at hudson.remoting.Channel.call(Channel.java:681)
	at hudson.maven.ProcessCache$MavenProcess.call(ProcessCache.java:156)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:755)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:592)
	at hudson.model.Run.execute(Run.java:1568)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)
Caused by: java.lang.Error: Unable to load resource hudson/maven/Messages.properties
	at hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:241)
	at java.lang.ClassLoader.getResource(ClassLoader.java:1002)
	at java.lang.Class.getResource(Class.java:2074)
	at org.jvnet.localizer.ResourceBundleHolder.get(ResourceBundleHolder.java:83)
	at org.jvnet.localizer.ResourceBundleHolder.get(ResourceBundleHolder.java:102)
	at org.jvnet.localizer.ResourceBundleHolder.get(ResourceBundleHolder.java:102)
	at org.jvnet.localizer.ResourceBundleHolder.format(ResourceBundleHolder.java:139)
	at hudson.maven.Messages.MavenBuilder_Waiting(Messages.java:491)
	at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:183)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:105)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:66)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)
Caused by: java.io.IOException: There is not enough space on the disk
	at java.io.FileOutputStream.writeBytes(Native Method)
	at java.io.FileOutputStream.write(FileOutputStream.java:269)
	at hudson.remoting.RemoteClassLoader.makeResource(RemoteClassLoader.java:310)
	at hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:237)
	... 19 more

Jenkins build is back to normal : dir-apacheds-jdk16-win #353

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-apacheds-jdk16-win/353/>


Build failed in Jenkins: dir-apacheds-jdk16-win #352

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-apacheds-jdk16-win/352/>

------------------------------------------
Started by timer
Building remotely on windows1 in workspace <https://builds.apache.org/job/dir-apacheds-jdk16-win/ws/>
Updating https://svn.apache.org/repos/asf/directory/apacheds/trunk
At revision 1457227
no change for https://svn.apache.org/repos/asf/directory/apacheds/trunk since the previous build
Parsing POMs
Modules changed, recalculating dependency graph
[trunk] $ f:\hudson\tools\java\latest-1.6-64/bin/java -Xmx512m -XX:MaxPermSize=128m -cp f:\hudson\hudson-slave\maven3-agent.jar;f:\hudson\tools\maven\latest3\boot\plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main f:\hudson\tools\maven\latest3 C:\Users\hudson\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\39\4bb6b7e7-33fec62f f:\hudson\hudson-slave\maven3-interceptor.jar 63313
<===[JENKINS REMOTING CAPACITY]===>   channel started
log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
Executing Maven:  -B -f <https://builds.apache.org/job/dir-apacheds-jdk16-win/ws/trunk\pom.xml> -Dmaven.repo.local=f:\hudson\hudson-slave\maven-repositories\0 clean install -Dintegration
[INFO] Scanning for projects...
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 352336 bytes for Chunk::new
# An error report file with more information is saved as:
# <https://builds.apache.org/job/dir-apacheds-jdk16-win/ws/trunk\hs_err_pid11040.log>
ERROR: Maven JVM terminated unexpectedly with exit code 1


Build failed in Jenkins: dir-apacheds-jdk16-win #351

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-apacheds-jdk16-win/351/>

------------------------------------------
Started by timer
Started by timer
Building remotely on windows1 in workspace <https://builds.apache.org/job/dir-apacheds-jdk16-win/ws/>
Updating https://svn.apache.org/repos/asf/directory/apacheds/trunk
At revision 1457095
no change for https://svn.apache.org/repos/asf/directory/apacheds/trunk since the previous build
Parsing POMs
Modules changed, recalculating dependency graph
[trunk] $ f:\hudson\tools\java\latest-1.6-64/bin/java -Xmx512m -XX:MaxPermSize=128m -cp f:\hudson\hudson-slave\maven3-agent.jar;f:\hudson\tools\maven\latest3\boot\plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main f:\hudson\tools\maven\latest3 C:\Users\hudson\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\39\4bb6b7e7-33fec62f f:\hudson\hudson-slave\maven3-interceptor.jar 63148
Error occurred during initialization of VM
Could not reserve enough space for object heap
ERROR: Failed to launch Maven. Exit code = 1


Build failed in Jenkins: dir-apacheds-jdk16-win #350

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-apacheds-jdk16-win/350/>

------------------------------------------
[...truncated 4170 lines...]
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ apacheds-service ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\dir-apacheds-jdk16-win\trunk\service\target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ apacheds-service ---
[debug] execute contextualize
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\dir-apacheds-jdk16-win\trunk\service\src\main\resources
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ apacheds-service ---
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ apacheds-service ---
[INFO] Compiling 3 source files to F:\hudson\hudson-slave\workspace\dir-apacheds-jdk16-win\trunk\service\target\classes
[debug] execute contextualize
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.

[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ apacheds-service ---
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ apacheds-service ---
[INFO] Compiling 1 source file to F:\hudson\hudson-slave\workspace\dir-apacheds-jdk16-win\trunk\service\target\test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.2:test (default-test) @ apacheds-service ---
[INFO] Surefire report directory: F:\hudson\hudson-slave\workspace\dir-apacheds-jdk16-win\trunk\service\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.directory.server.UberJarMainTest
net.sf.ehcache.CacheException: java.io.FileNotFoundException: C:\Users\hudson\AppData\Local\Temp\ApacheDS-201321342435\cache\changePwdReplayCache.data (There is not enough space on the disk)
	at net.sf.ehcache.store.compound.factories.DiskStorageFactory.<init>(DiskStorageFactory.java:102)
	at net.sf.ehcache.store.compound.factories.DiskOverflowStorageFactory.<init>(DiskOverflowStorageFactory.java:71)
	at net.sf.ehcache.store.compound.impl.OverflowToDiskStore.create(OverflowToDiskStore.java:63)
	at net.sf.ehcache.Cache.initialise(Cache.java:1113)
	at net.sf.ehcache.CacheManager.addCacheNoCheck(CacheManager.java:1082)
	at net.sf.ehcache.CacheManager.addConfiguredCaches(CacheManager.java:657)
	at net.sf.ehcache.CacheManager.init(CacheManager.java:375)
	at net.sf.ehcache.CacheManager.<init>(CacheManager.java:228)
	at org.apache.directory.server.core.api.CacheService.initialize(CacheService.java:110)
	at org.apache.directory.server.ApacheDsService.start(ApacheDsService.java:165)
	at org.apache.directory.server.UberjarMain.start(UberjarMain.java:76)
	at org.apache.directory.server.UberJarMainTest.serviceInstanceTest(UberJarMainTest.java:98)
	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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	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:113)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
Caused by: java.io.FileNotFoundException: C:\Users\hudson\AppData\Local\Temp\ApacheDS-201321342435\cache\changePwdReplayCache.data (There is not enough space on the disk)
	at java.io.RandomAccessFile.open(Native Method)
	at java.io.RandomAccessFile.<init>(RandomAccessFile.java:216)
	at net.sf.ehcache.store.compound.factories.DiskStorageFactory.allocateRandomAccessFiles(DiskStorageFactory.java:130)
	at net.sf.ehcache.store.compound.factories.DiskStorageFactory.<init>(DiskStorageFactory.java:100)
	... 42 more

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] ApacheDS .......................................... SUCCESS [3.376s]
[INFO] ApacheDS I18n ..................................... SUCCESS [4.134s]
[INFO] ApacheDS Core Constants ........................... SUCCESS [1.228s]
[INFO] ApacheDS Core API ................................. SUCCESS [19.908s]
[INFO] ApacheDS Core Shared .............................. SUCCESS [2.553s]
[INFO] ApacheDS Interceptors ............................. SUCCESS [0.112s]
[INFO] ApacheDS AdministrativePoint Interceptor .......... SUCCESS [2.111s]
[INFO] ApacheDS Authentication Interceptor ............... SUCCESS [3.770s]
[INFO] ApacheDS Authorization Interceptor ................ SUCCESS [5.398s]
[INFO] ApacheDS ChangeLog Interceptor .................... SUCCESS [3.177s]
[INFO] ApacheDS Collective Attribute Interceptor ......... SUCCESS [1.292s]
[INFO] ApacheDS Event Interceptor ........................ SUCCESS [1.222s]
[INFO] ApacheDS Exception Interceptor .................... SUCCESS [1.569s]
[INFO] ApacheDS Journal Interceptor ...................... SUCCESS [1.305s]
[INFO] ApacheDS Normalization Interceptor ................ SUCCESS [2.998s]
[INFO] ApacheDS Operational Attribute Interceptor ........ SUCCESS [1.332s]
[INFO] ApacheDS Referral Interceptor ..................... SUCCESS [1.140s]
[INFO] ApacheDS Schema Interceptor ....................... SUCCESS [6.969s]
[INFO] ApacheDS Subtree Interceptor ...................... SUCCESS [10.377s]
[INFO] ApacheDS Triggers Interceptor ..................... SUCCESS [1.797s]
[INFO] ApacheDS Core ..................................... SUCCESS [5.307s]
[INFO] ApacheDS Core AVL ................................. SUCCESS [8.381s]
[INFO] ApacheDS Generalized (X) DBM Partition ............ SUCCESS [20.346s]
[INFO] ApacheDS LDIF Partition ........................... SUCCESS [16.038s]
[INFO] ApacheDS JDBM Partition ........................... SUCCESS [35.398s]
[INFO] ApacheDS Core Annotations ......................... SUCCESS [47.608s]
[INFO] ApacheDS Core JNDI ................................ SUCCESS [2.430s]
[INFO] ApacheDS Protocol Kerberos Codec .................. SUCCESS [17.001s]
[INFO] ApacheDS Interceptors for Kerberos ................ SUCCESS [1.850s]
[INFO] ApacheDS Protocol Dhcp ............................ SUCCESS [2.707s]
[INFO] ApacheDS Protocol Shared .......................... SUCCESS [2.062s]
[INFO] ApacheDS Protocol Dns ............................. SUCCESS [4.521s]
[INFO] ApacheDS Protocol Kerberos ........................ SUCCESS [5.605s]
[INFO] ApacheDS Protocol Ldap ............................ SUCCESS [59.598s]
[INFO] ApacheDS Protocol Ntp ............................. SUCCESS [2.987s]
[INFO] Apacheds Server Annotations ....................... SUCCESS [51.266s]
[INFO] ApacheDS Server Config ............................ SUCCESS [20.634s]
[INFO] ApacheDS Server JNDI .............................. SUCCESS [2.678s]
[INFO] ApacheDS Test Framework ........................... SUCCESS [1:22.510s]
[INFO] ApacheDS All ...................................... SUCCESS [5.605s]
[INFO] ApacheDS Logger Interceptor ....................... SUCCESS [1.415s]
[INFO] ApacheDS Password Hashing Interceptor ............. SUCCESS [1.773s]
[INFO] ApacheDS Core Integration ......................... SUCCESS [8:44.971s]
[INFO] ApacheDS Server Integration ....................... SUCCESS [15.765s]
[INFO] ApacheDS DirectoryService-WebApp bridge ........... SUCCESS [1.129s]
[INFO] ApacheDS Jetty HTTP Server Integration ............ SUCCESS [1.696s]
[INFO] ApacheDS Service Builder .......................... SUCCESS [1.831s]
[INFO] ApacheDS Protocol Kerberos Test ................... SUCCESS [3.717s]
[INFO] Apache Directory LDAP Client API test ............. SUCCESS [4.627s]
[INFO] kerberos-client ................................... SUCCESS [3.613s]
[INFO] ApacheDS Service .................................. FAILURE [2.138s]
[INFO] ApacheDS Wrapper .................................. SKIPPED
[INFO] ApacheDS Installers Maven Plugin .................. SKIPPED
[INFO] ApacheDS Installers ............................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17:16.578s
[INFO] Finished at: Wed Mar 13 04:24:36 GMT 2013
[INFO] Final Memory: 62M/276M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
Sending e-mails to: notifications@directory.apache.org
Sending e-mails to: notifications@directory.apache.org
Sending e-mails to: notifications@directory.apache.org
Sending e-mails to: notifications@directory.apache.org
Sending e-mails to: notifications@directory.apache.org
Sending e-mails to: notifications@directory.apache.org
channel stopped
ERROR: Failed to parse POMs
java.io.IOException: Remote call on Channel to Maven [f:\hudson\tools\java\latest-1.6-64/bin/java, -Xmx512m, -XX:MaxPermSize=128m, -cp, f:\hudson\hudson-slave\maven3-agent.jar;f:\hudson\tools\maven\latest3\boot\plexus-classworlds-2.4.jar, org.jvnet.hudson.maven3.agent.Maven3Main, f:\hudson\tools\maven\latest3, C:\Users\hudson\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\39\4bb6b7e7-33fec62f, f:\hudson\hudson-slave\maven3-interceptor.jar, 54162] failed
	at hudson.remoting.Channel.call(Channel.java:681)
	at hudson.maven.ProcessCache$MavenProcess.call(ProcessCache.java:156)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:755)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:592)
	at hudson.model.Run.execute(Run.java:1568)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)
Caused by: java.lang.Error: Unable to load resource hudson/maven/Messages.properties
	at hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:241)
	at java.lang.ClassLoader.getResource(ClassLoader.java:1002)
	at java.lang.Class.getResource(Class.java:2074)
	at org.jvnet.localizer.ResourceBundleHolder.get(ResourceBundleHolder.java:83)
	at org.jvnet.localizer.ResourceBundleHolder.get(ResourceBundleHolder.java:102)
	at org.jvnet.localizer.ResourceBundleHolder.get(ResourceBundleHolder.java:102)
	at org.jvnet.localizer.ResourceBundleHolder.format(ResourceBundleHolder.java:139)
	at hudson.maven.Messages.MavenBuilder_Waiting(Messages.java:491)
	at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:183)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:105)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:66)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)
Caused by: java.io.IOException: There is not enough space on the disk
	at java.io.FileOutputStream.writeBytes(Native Method)
	at java.io.FileOutputStream.write(FileOutputStream.java:269)
	at hudson.remoting.RemoteClassLoader.makeResource(RemoteClassLoader.java:310)
	at hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:237)
	... 19 more

Build failed in Jenkins: dir-apacheds-jdk16-win #349

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-apacheds-jdk16-win/349/changes>

Changes:

[elecharny] Fixed the way we select the Encryptiontype : we are now selecting the strongest algorithm

------------------------------------------
Started by timer
Building remotely on windows1 in workspace <https://builds.apache.org/job/dir-apacheds-jdk16-win/ws/>
Updating https://svn.apache.org/repos/asf/directory/apacheds/trunk
U         kerberos-codec\src\main\java\org\apache\directory\shared\kerberos\KerberosUtils.java
At revision 1455403
Parsing POMs
Modules changed, recalculating dependency graph
[trunk] $ f:\hudson\tools\java\latest-1.6-64/bin/java -Xmx512m -XX:MaxPermSize=128m -cp f:\hudson\hudson-slave\maven3-agent.jar;f:\hudson\tools\maven\latest3\boot\plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main f:\hudson\tools\maven\latest3 C:\Users\hudson\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\39\4bb6b7e7-33fec62f f:\hudson\hudson-slave\maven3-interceptor.jar 62292
<===[JEchannel started
NKINS REMOTING CAPACITY]===>   channel stopped
ERROR: Failed to parse POMs
java.io.IOException: Remote call on Channel to Maven [f:\hudson\tools\java\latest-1.6-64/bin/java, -Xmx512m, -XX:MaxPermSize=128m, -cp, f:\hudson\hudson-slave\maven3-agent.jar;f:\hudson\tools\maven\latest3\boot\plexus-classworlds-2.4.jar, org.jvnet.hudson.maven3.agent.Maven3Main, f:\hudson\tools\maven\latest3, C:\Users\hudson\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\39\4bb6b7e7-33fec62f, f:\hudson\hudson-slave\maven3-interceptor.jar, 62292] failed
	at hudson.remoting.Channel.call(Channel.java:681)
	at hudson.maven.ProcessCache$MavenProcess.call(ProcessCache.java:156)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:755)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:592)
	at hudson.model.Run.execute(Run.java:1568)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)
Caused by: java.lang.Error: Unable to load resource javax/servlet/http/LocalStrings.properties
	at hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:241)
	at java.lang.ClassLoader.getResource(ClassLoader.java:1002)
	at java.lang.ClassLoader.getResourceAsStream(ClassLoader.java:1192)
	at java.util.ResourceBundle$Control$1.run(ResourceBundle.java:2324)
	at java.util.ResourceBundle$Control$1.run(ResourceBundle.java:2309)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.util.ResourceBundle$Control.newBundle(ResourceBundle.java:2308)
	at java.util.ResourceBundle.loadBundle(ResourceBundle.java:1364)
	at java.util.ResourceBundle.findBundle(ResourceBundle.java:1328)
	at java.util.ResourceBundle.findBundle(ResourceBundle.java:1282)
	at java.util.ResourceBundle.findBundle(ResourceBundle.java:1282)
	at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1224)
	at java.util.ResourceBundle.getBundle(ResourceBundle.java:705)
	at javax.servlet.http.HttpServlet.<clinit>(HttpServlet.java:92)
	at hudson.model.Result.<clinit>(Result.java:191)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:169)
	at $Proxy2.<clinit>(Unknown Source)
	at sun.reflect.GeneratedSerializationConstructorAccessor34.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
	at java.io.ObjectStreamClass.newInstance(ObjectStreamClass.java:924)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1736)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
	at java.util.HashMap.readObject(HashMap.java:1030)
	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 java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
	at hudson.remoting.UserRequest.deserialize(UserRequest.java:182)
	at hudson.remoting.UserRequest.perform(UserRequest.java:98)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)
Caused by: java.io.IOException: There is not enough space on the disk
	at java.io.FileOutputStream.writeBytes(Native Method)
	at java.io.FileOutputStream.write(FileOutputStream.java:269)
	at hudson.remoting.RemoteClassLoader.makeResource(RemoteClassLoader.java:310)
	at hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:237)
	... 51 more

Build failed in Jenkins: dir-apacheds-jdk16-win #348

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-apacheds-jdk16-win/348/>

------------------------------------------
Started by timer
Building remotely on windows1 in workspace <https://builds.apache.org/job/dir-apacheds-jdk16-win/ws/>
Updating https://svn.apache.org/repos/asf/directory/apacheds/trunk
At revision 1454989
no change for https://svn.apache.org/repos/asf/directory/apacheds/trunk since the previous build
Parsing POMs
Modules changed, recalculating dependency graph
[trunk] $ f:\hudson\tools\java\latest-1.6-64/bin/java -Xmx512m -XX:MaxPermSize=128m -cp f:\hudson\hudson-slave\maven3-agent.jar;f:\hudson\tools\maven\latest3\boot\plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main f:\hudson\tools\maven\latest3 C:\Users\hudson\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\39\4bb6b7e7-33fec62f f:\hudson\hudson-slave\maven3-interceptor.jar 61293
<===[JENKINS REMOTING CAPACITY]===>   channel started
channel stopped
ERROR: Failed to parse POMs
java.io.IOException: Remote call on Channel to Maven [f:\hudson\tools\java\latest-1.6-64/bin/java, -Xmx512m, -XX:MaxPermSize=128m, -cp, f:\hudson\hudson-slave\maven3-agent.jar;f:\hudson\tools\maven\latest3\boot\plexus-classworlds-2.4.jar, org.jvnet.hudson.maven3.agent.Maven3Main, f:\hudson\tools\maven\latest3, C:\Users\hudson\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\39\4bb6b7e7-33fec62f, f:\hudson\hudson-slave\maven3-interceptor.jar, 61293] failed
	at hudson.remoting.Channel.call(Channel.java:681)
	at hudson.maven.ProcessCache$MavenProcess.call(ProcessCache.java:156)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:755)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:592)
	at hudson.model.Run.execute(Run.java:1568)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)
Caused by: java.lang.Error: Unable to load resource javax/servlet/http/LocalStrings.properties
	at hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:241)
	at java.lang.ClassLoader.getResource(ClassLoader.java:1002)
	at java.lang.ClassLoader.getResourceAsStream(ClassLoader.java:1192)
	at java.util.ResourceBundle$Control$1.run(ResourceBundle.java:2324)
	at java.util.ResourceBundle$Control$1.run(ResourceBundle.java:2309)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.util.ResourceBundle$Control.newBundle(ResourceBundle.java:2308)
	at java.util.ResourceBundle.loadBundle(ResourceBundle.java:1364)
	at java.util.ResourceBundle.findBundle(ResourceBundle.java:1328)
	at java.util.ResourceBundle.findBundle(ResourceBundle.java:1282)
	at java.util.ResourceBundle.findBundle(ResourceBundle.java:1282)
	at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1224)
	at java.util.ResourceBundle.getBundle(ResourceBundle.java:705)
	at javax.servlet.http.HttpServlet.<clinit>(HttpServlet.java:92)
	at hudson.model.Result.<clinit>(Result.java:191)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:169)
	at $Proxy2.<clinit>(Unknown Source)
	at sun.reflect.GeneratedSerializationConstructorAccessor34.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
	at java.io.ObjectStreamClass.newInstance(ObjectStreamClass.java:924)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1736)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
	at java.util.HashMap.readObject(HashMap.java:1030)
	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 java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
	at hudson.remoting.UserRequest.deserialize(UserRequest.java:182)
	at hudson.remoting.UserRequest.perform(UserRequest.java:98)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)
Caused by: java.io.IOException: There is not enough space on the disk
	at java.io.FileOutputStream.writeBytes(Native Method)
	at java.io.FileOutputStream.write(FileOutputStream.java:269)
	at hudson.remoting.RemoteClassLoader.makeResource(RemoteClassLoader.java:310)
	at hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:237)
	... 51 more

Build failed in Jenkins: dir-apacheds-jdk16-win #347

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-apacheds-jdk16-win/347/>

------------------------------------------
Started by timer
Building remotely on windows1 in workspace <https://builds.apache.org/job/dir-apacheds-jdk16-win/ws/>
Updating https://svn.apache.org/repos/asf/directory/apacheds/trunk
At revision 1454781
no change for https://svn.apache.org/repos/asf/directory/apacheds/trunk since the previous build
Parsing POMs
Modules changed, recalculating dependency graph
[trunk] $ f:\hudson\tools\java\latest-1.6-64/bin/java -Xmx512m -XX:MaxPermSize=128m -cp f:\hudson\hudson-slave\maven3-agent.jar;f:\hudson\tools\maven\latest3\boot\plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main f:\hudson\tools\maven\latest3 C:\Users\hudson\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\39\4bb6b7e7-33fec62f f:\hudson\hudson-slave\maven3-interceptor.jar 54868
<===[JENKINS REMOTING CAPACITY]===>   channel started
channel stopped
ERROR: Failed to parse POMs
java.io.IOException: Remote call on Channel to Maven [f:\hudson\tools\java\latest-1.6-64/bin/java, -Xmx512m, -XX:MaxPermSize=128m, -cp, f:\hudson\hudson-slave\maven3-agent.jar;f:\hudson\tools\maven\latest3\boot\plexus-classworlds-2.4.jar, org.jvnet.hudson.maven3.agent.Maven3Main, f:\hudson\tools\maven\latest3, C:\Users\hudson\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\39\4bb6b7e7-33fec62f, f:\hudson\hudson-slave\maven3-interceptor.jar, 54868] failed
	at hudson.remoting.Channel.call(Channel.java:681)
	at hudson.maven.ProcessCache$MavenProcess.call(ProcessCache.java:156)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:755)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:592)
	at hudson.model.Run.execute(Run.java:1568)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)
Caused by: java.lang.Error: Unable to load resource javax/servlet/http/LocalStrings.properties
	at hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:241)
	at java.lang.ClassLoader.getResource(ClassLoader.java:1002)
	at java.lang.ClassLoader.getResourceAsStream(ClassLoader.java:1192)
	at java.util.ResourceBundle$Control$1.run(ResourceBundle.java:2324)
	at java.util.ResourceBundle$Control$1.run(ResourceBundle.java:2309)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.util.ResourceBundle$Control.newBundle(ResourceBundle.java:2308)
	at java.util.ResourceBundle.loadBundle(ResourceBundle.java:1364)
	at java.util.ResourceBundle.findBundle(ResourceBundle.java:1328)
	at java.util.ResourceBundle.findBundle(ResourceBundle.java:1282)
	at java.util.ResourceBundle.findBundle(ResourceBundle.java:1282)
	at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1224)
	at java.util.ResourceBundle.getBundle(ResourceBundle.java:705)
	at javax.servlet.http.HttpServlet.<clinit>(HttpServlet.java:92)
	at hudson.model.Result.<clinit>(Result.java:191)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:169)
	at $Proxy2.<clinit>(Unknown Source)
	at sun.reflect.GeneratedSerializationConstructorAccessor34.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
	at java.io.ObjectStreamClass.newInstance(ObjectStreamClass.java:924)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1736)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
	at java.util.HashMap.readObject(HashMap.java:1030)
	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 java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
	at hudson.remoting.UserRequest.deserialize(UserRequest.java:182)
	at hudson.remoting.UserRequest.perform(UserRequest.java:98)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)
Caused by: java.io.IOException: There is not enough space on the disk
	at java.io.FileOutputStream.writeBytes(Native Method)
	at java.io.FileOutputStream.write(FileOutputStream.java:269)
	at hudson.remoting.RemoteClassLoader.makeResource(RemoteClassLoader.java:310)
	at hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:237)
	... 51 more