Skip to content

Console Output

Skipping 241 KB.. Full Log
	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.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", null, 0, 0, 0, 4096):
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:44)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:94)
	at com.sun.proxy.$Proxy5.tileStored(Unknown Source)
	at org.geowebcache.storage.BlobStoreListenerList.lambda$sendTileStored$5(BlobStoreListenerList.java:76)
	at java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:891)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:75)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:90)
	at org.geowebcache.storage.blobstore.file.FileBlobStore.put(FileBlobStore.java:477)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreAction$1.executeOperation(MemoryBlobStore.java:655)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:631)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:609)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
28 Jun 20:15:06 ERROR [memory.MemoryBlobStore] - java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", null, 0, 0, 0, 4096):
java.util.concurrent.ExecutionException: java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", null, 0, 0, 0, 4096):
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.executeBlobStoreTask(MemoryBlobStore.java:595)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.put(MemoryBlobStore.java:267)
	at org.geowebcache.storage.AbstractBlobStoreTest.testUpdateTile(AbstractBlobStoreTest.java:203)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", null, 0, 0, 0, 4096):
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:44)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:94)
	at com.sun.proxy.$Proxy5.tileStored(Unknown Source)
	at org.geowebcache.storage.BlobStoreListenerList.lambda$sendTileStored$5(BlobStoreListenerList.java:76)
	at java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:891)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:75)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:90)
	at org.geowebcache.storage.blobstore.file.FileBlobStore.put(FileBlobStore.java:477)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreAction$1.executeOperation(MemoryBlobStore.java:655)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:631)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:609)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
28 Jun 20:15:06 ERROR [memory.MemoryBlobStore] - java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileUpdated("testLayer", "testGridSet", "image/png", null, 0, 0, 0, 4096, 4096):
java.util.concurrent.ExecutionException: java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileUpdated("testLayer", "testGridSet", "image/png", null, 0, 0, 0, 4096, 4096):
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.executeBlobStoreTask(MemoryBlobStore.java:595)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.put(MemoryBlobStore.java:267)
	at org.geowebcache.storage.AbstractBlobStoreTest.testUpdateTile(AbstractBlobStoreTest.java:217)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.AssertionError: 
  Unexpected method call BlobStoreListener.tileUpdated("testLayer", "testGridSet", "image/png", null, 0, 0, 0, 4096, 4096):
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:44)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:94)
	at com.sun.proxy.$Proxy5.tileUpdated(Unknown Source)
	at org.geowebcache.storage.BlobStoreListenerList.lambda$sendTileUpdated$6(BlobStoreListenerList.java:97)
	at java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:891)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileUpdated(BlobStoreListenerList.java:96)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileUpdated(BlobStoreListenerList.java:111)
	at org.geowebcache.storage.blobstore.file.FileBlobStore.put(FileBlobStore.java:475)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreAction$1.executeOperation(MemoryBlobStore.java:655)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:631)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:609)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
28 Jun 20:15:06 ERROR [memory.MemoryBlobStore] - java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", "ca2fec9f14c6799913f71bce68e009509478e0f9", 0, 0, 0, 4096):
java.util.concurrent.ExecutionException: java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", "ca2fec9f14c6799913f71bce68e009509478e0f9", 0, 0, 0, 4096):
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.executeBlobStoreTask(MemoryBlobStore.java:595)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.put(MemoryBlobStore.java:267)
	at org.geowebcache.storage.AbstractBlobStoreTest.testParameters(AbstractBlobStoreTest.java:374)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", "ca2fec9f14c6799913f71bce68e009509478e0f9", 0, 0, 0, 4096):
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:44)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:94)
	at com.sun.proxy.$Proxy5.tileStored(Unknown Source)
	at org.geowebcache.storage.BlobStoreListenerList.lambda$sendTileStored$5(BlobStoreListenerList.java:76)
	at java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:891)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:75)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:90)
	at org.geowebcache.storage.blobstore.file.FileBlobStore.put(FileBlobStore.java:477)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreAction$1.executeOperation(MemoryBlobStore.java:655)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:631)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:609)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
28 Jun 20:15:06 ERROR [memory.MemoryBlobStore] - java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", "c0e1c33cf8acb1e63b158f78dd90727bd0c8f973", 0, 0, 0, 4096):
java.util.concurrent.ExecutionException: java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", "c0e1c33cf8acb1e63b158f78dd90727bd0c8f973", 0, 0, 0, 4096):
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.executeBlobStoreTask(MemoryBlobStore.java:595)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.put(MemoryBlobStore.java:267)
	at org.geowebcache.storage.AbstractBlobStoreTest.testParameters(AbstractBlobStoreTest.java:376)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", "c0e1c33cf8acb1e63b158f78dd90727bd0c8f973", 0, 0, 0, 4096):
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:44)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:94)
	at com.sun.proxy.$Proxy5.tileStored(Unknown Source)
	at org.geowebcache.storage.BlobStoreListenerList.lambda$sendTileStored$5(BlobStoreListenerList.java:76)
	at java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:891)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:75)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:90)
	at org.geowebcache.storage.blobstore.file.FileBlobStore.put(FileBlobStore.java:477)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreAction$1.executeOperation(MemoryBlobStore.java:655)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:631)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:609)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
28 Jun 20:15:07 ERROR [memory.MemoryBlobStore] - java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", "1dd09c1a85fd1e2cfc5b0605be70e3ac550d5e2c", 0, 0, 0, 4096):
java.util.concurrent.ExecutionException: java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", "1dd09c1a85fd1e2cfc5b0605be70e3ac550d5e2c", 0, 0, 0, 4096):
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.executeBlobStoreTask(MemoryBlobStore.java:595)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.put(MemoryBlobStore.java:267)
	at org.geowebcache.storage.AbstractBlobStoreTest.cacheTile(AbstractBlobStoreTest.java:626)
	at org.geowebcache.storage.AbstractBlobStoreTest.testPurgeOrphansWithDefault(AbstractBlobStoreTest.java:683)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", "1dd09c1a85fd1e2cfc5b0605be70e3ac550d5e2c", 0, 0, 0, 4096):
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:44)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:94)
	at com.sun.proxy.$Proxy5.tileStored(Unknown Source)
	at org.geowebcache.storage.BlobStoreListenerList.lambda$sendTileStored$5(BlobStoreListenerList.java:76)
	at java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:891)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:75)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:90)
	at org.geowebcache.storage.blobstore.file.FileBlobStore.put(FileBlobStore.java:477)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreAction$1.executeOperation(MemoryBlobStore.java:655)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:631)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:609)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
28 Jun 20:15:07 ERROR [memory.MemoryBlobStore] - java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", "08289e30177aff2dea9435a62d77f3bc1ca80cbf", 0, 0, 0, 4096):
java.util.concurrent.ExecutionException: java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", "08289e30177aff2dea9435a62d77f3bc1ca80cbf", 0, 0, 0, 4096):
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.executeBlobStoreTask(MemoryBlobStore.java:595)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.put(MemoryBlobStore.java:267)
	at org.geowebcache.storage.AbstractBlobStoreTest.cacheTile(AbstractBlobStoreTest.java:626)
	at org.geowebcache.storage.AbstractBlobStoreTest.testPurgeOrphansWithDefault(AbstractBlobStoreTest.java:684)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", "08289e30177aff2dea9435a62d77f3bc1ca80cbf", 0, 0, 0, 4096):
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:44)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:94)
	at com.sun.proxy.$Proxy5.tileStored(Unknown Source)
	at org.geowebcache.storage.BlobStoreListenerList.lambda$sendTileStored$5(BlobStoreListenerList.java:76)
	at java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:891)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:75)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:90)
	at org.geowebcache.storage.blobstore.file.FileBlobStore.put(FileBlobStore.java:477)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreAction$1.executeOperation(MemoryBlobStore.java:655)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:631)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:609)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
28 Jun 20:15:07 ERROR [memory.MemoryBlobStore] - java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", null, 0, 0, 0, 4096):
java.util.concurrent.ExecutionException: java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", null, 0, 0, 0, 4096):
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.executeBlobStoreTask(MemoryBlobStore.java:595)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.put(MemoryBlobStore.java:267)
	at org.geowebcache.storage.AbstractBlobStoreTest.cacheTile(AbstractBlobStoreTest.java:626)
	at org.geowebcache.storage.AbstractBlobStoreTest.testPurgeOrphansWithDefault(AbstractBlobStoreTest.java:685)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", null, 0, 0, 0, 4096):
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:44)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:94)
	at com.sun.proxy.$Proxy5.tileStored(Unknown Source)
	at org.geowebcache.storage.BlobStoreListenerList.lambda$sendTileStored$5(BlobStoreListenerList.java:76)
	at java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:891)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:75)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:90)
	at org.geowebcache.storage.blobstore.file.FileBlobStore.put(FileBlobStore.java:477)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreAction$1.executeOperation(MemoryBlobStore.java:655)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:631)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:609)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
28 Jun 20:15:07 ERROR [memory.MemoryBlobStore] - java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", "ca2fec9f14c6799913f71bce68e009509478e0f9", 0, 0, 0, 4096):
java.util.concurrent.ExecutionException: java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", "ca2fec9f14c6799913f71bce68e009509478e0f9", 0, 0, 0, 4096):
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.executeBlobStoreTask(MemoryBlobStore.java:595)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.put(MemoryBlobStore.java:267)
	at org.geowebcache.storage.AbstractBlobStoreTest.testPurgeOrphans(AbstractBlobStoreTest.java:600)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", "ca2fec9f14c6799913f71bce68e009509478e0f9", 0, 0, 0, 4096):
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:44)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:94)
	at com.sun.proxy.$Proxy5.tileStored(Unknown Source)
	at org.geowebcache.storage.BlobStoreListenerList.lambda$sendTileStored$5(BlobStoreListenerList.java:76)
	at java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:891)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:75)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:90)
	at org.geowebcache.storage.blobstore.file.FileBlobStore.put(FileBlobStore.java:477)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreAction$1.executeOperation(MemoryBlobStore.java:655)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:631)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:609)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
28 Jun 20:15:07 ERROR [memory.MemoryBlobStore] - java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", "c0e1c33cf8acb1e63b158f78dd90727bd0c8f973", 0, 0, 0, 4096):
java.util.concurrent.ExecutionException: java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", "c0e1c33cf8acb1e63b158f78dd90727bd0c8f973", 0, 0, 0, 4096):
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.executeBlobStoreTask(MemoryBlobStore.java:595)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.put(MemoryBlobStore.java:267)
	at org.geowebcache.storage.AbstractBlobStoreTest.testPurgeOrphans(AbstractBlobStoreTest.java:602)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", "c0e1c33cf8acb1e63b158f78dd90727bd0c8f973", 0, 0, 0, 4096):
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:44)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:94)
	at com.sun.proxy.$Proxy5.tileStored(Unknown Source)
	at org.geowebcache.storage.BlobStoreListenerList.lambda$sendTileStored$5(BlobStoreListenerList.java:76)
	at java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:891)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:75)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:90)
	at org.geowebcache.storage.blobstore.file.FileBlobStore.put(FileBlobStore.java:477)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreAction$1.executeOperation(MemoryBlobStore.java:655)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:631)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:609)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
28 Jun 20:15:07 ERROR [memory.MemoryBlobStore] - java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer1", "testGridSet", "image/png", null, 0, 0, 0, 4096):
java.util.concurrent.ExecutionException: java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer1", "testGridSet", "image/png", null, 0, 0, 0, 4096):
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.executeBlobStoreTask(MemoryBlobStore.java:595)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.put(MemoryBlobStore.java:267)
	at org.geowebcache.storage.AbstractBlobStoreTest.testStoreTilesInMultipleLayers(AbstractBlobStoreTest.java:135)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer1", "testGridSet", "image/png", null, 0, 0, 0, 4096):
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:44)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:94)
	at com.sun.proxy.$Proxy5.tileStored(Unknown Source)
	at org.geowebcache.storage.BlobStoreListenerList.lambda$sendTileStored$5(BlobStoreListenerList.java:76)
	at java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:891)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:75)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:90)
	at org.geowebcache.storage.blobstore.file.FileBlobStore.put(FileBlobStore.java:477)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreAction$1.executeOperation(MemoryBlobStore.java:655)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:631)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:609)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
28 Jun 20:15:07 ERROR [memory.MemoryBlobStore] - java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer2", "testGridSet", "image/png", null, 0, 0, 0, 4096):
java.util.concurrent.ExecutionException: java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer2", "testGridSet", "image/png", null, 0, 0, 0, 4096):
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.executeBlobStoreTask(MemoryBlobStore.java:595)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.put(MemoryBlobStore.java:267)
	at org.geowebcache.storage.AbstractBlobStoreTest.testStoreTilesInMultipleLayers(AbstractBlobStoreTest.java:139)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer2", "testGridSet", "image/png", null, 0, 0, 0, 4096):
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:44)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:94)
	at com.sun.proxy.$Proxy5.tileStored(Unknown Source)
	at org.geowebcache.storage.BlobStoreListenerList.lambda$sendTileStored$5(BlobStoreListenerList.java:76)
	at java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:891)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:75)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:90)
	at org.geowebcache.storage.blobstore.file.FileBlobStore.put(FileBlobStore.java:477)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreAction$1.executeOperation(MemoryBlobStore.java:655)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:631)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:609)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
28 Jun 20:15:07 ERROR [memory.MemoryBlobStore] - java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet1", "image/png", null, 0, 0, 0, 4096):
java.util.concurrent.ExecutionException: java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet1", "image/png", null, 0, 0, 0, 4096):
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.executeBlobStoreTask(MemoryBlobStore.java:595)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.put(MemoryBlobStore.java:267)
	at org.geowebcache.storage.AbstractBlobStoreTest.testGridsets(AbstractBlobStoreTest.java:252)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet1", "image/png", null, 0, 0, 0, 4096):
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:44)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:94)
	at com.sun.proxy.$Proxy5.tileStored(Unknown Source)
	at org.geowebcache.storage.BlobStoreListenerList.lambda$sendTileStored$5(BlobStoreListenerList.java:76)
	at java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:891)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:75)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:90)
	at org.geowebcache.storage.blobstore.file.FileBlobStore.put(FileBlobStore.java:477)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreAction$1.executeOperation(MemoryBlobStore.java:655)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:631)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:609)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
28 Jun 20:15:07 ERROR [memory.MemoryBlobStore] - java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet2", "image/png", null, 0, 0, 0, 4096):
java.util.concurrent.ExecutionException: java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet2", "image/png", null, 0, 0, 0, 4096):
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.executeBlobStoreTask(MemoryBlobStore.java:595)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.put(MemoryBlobStore.java:267)
	at org.geowebcache.storage.AbstractBlobStoreTest.testGridsets(AbstractBlobStoreTest.java:254)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet2", "image/png", null, 0, 0, 0, 4096):
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:44)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:94)
	at com.sun.proxy.$Proxy5.tileStored(Unknown Source)
	at org.geowebcache.storage.BlobStoreListenerList.lambda$sendTileStored$5(BlobStoreListenerList.java:76)
	at java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:891)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:75)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:90)
	at org.geowebcache.storage.blobstore.file.FileBlobStore.put(FileBlobStore.java:477)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreAction$1.executeOperation(MemoryBlobStore.java:655)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:631)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:609)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
28 Jun 20:15:07 ERROR [memory.MemoryBlobStore] - java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", null, 0, 0, 0, 4096):
java.util.concurrent.ExecutionException: java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", null, 0, 0, 0, 4096):
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.executeBlobStoreTask(MemoryBlobStore.java:595)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.put(MemoryBlobStore.java:267)
	at org.geowebcache.storage.AbstractBlobStoreTest.testDeleteTile(AbstractBlobStoreTest.java:167)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", null, 0, 0, 0, 4096):
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:44)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:94)
	at com.sun.proxy.$Proxy5.tileStored(Unknown Source)
	at org.geowebcache.storage.BlobStoreListenerList.lambda$sendTileStored$5(BlobStoreListenerList.java:76)
	at java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:891)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:75)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:90)
	at org.geowebcache.storage.blobstore.file.FileBlobStore.put(FileBlobStore.java:477)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreAction$1.executeOperation(MemoryBlobStore.java:655)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:631)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:609)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
28 Jun 20:15:07 ERROR [memory.MemoryBlobStore] - java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", "ca2fec9f14c6799913f71bce68e009509478e0f9", 0, 0, 0, 4096):
java.util.concurrent.ExecutionException: java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", "ca2fec9f14c6799913f71bce68e009509478e0f9", 0, 0, 0, 4096):
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.executeBlobStoreTask(MemoryBlobStore.java:595)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.put(MemoryBlobStore.java:267)
	at org.geowebcache.storage.AbstractBlobStoreTest.testDeleteByParametersId(AbstractBlobStoreTest.java:523)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", "ca2fec9f14c6799913f71bce68e009509478e0f9", 0, 0, 0, 4096):
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:44)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:94)
	at com.sun.proxy.$Proxy5.tileStored(Unknown Source)
	at org.geowebcache.storage.BlobStoreListenerList.lambda$sendTileStored$5(BlobStoreListenerList.java:76)
	at java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:891)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:75)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:90)
	at org.geowebcache.storage.blobstore.file.FileBlobStore.put(FileBlobStore.java:477)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreAction$1.executeOperation(MemoryBlobStore.java:655)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:631)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:609)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
28 Jun 20:15:07 ERROR [memory.MemoryBlobStore] - java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", "c0e1c33cf8acb1e63b158f78dd90727bd0c8f973", 0, 0, 0, 4096):
java.util.concurrent.ExecutionException: java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", "c0e1c33cf8acb1e63b158f78dd90727bd0c8f973", 0, 0, 0, 4096):
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.executeBlobStoreTask(MemoryBlobStore.java:595)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.put(MemoryBlobStore.java:267)
	at org.geowebcache.storage.AbstractBlobStoreTest.testDeleteByParametersId(AbstractBlobStoreTest.java:525)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet", "image/png", "c0e1c33cf8acb1e63b158f78dd90727bd0c8f973", 0, 0, 0, 4096):
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:44)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:94)
	at com.sun.proxy.$Proxy5.tileStored(Unknown Source)
	at org.geowebcache.storage.BlobStoreListenerList.lambda$sendTileStored$5(BlobStoreListenerList.java:76)
	at java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:891)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:75)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:90)
	at org.geowebcache.storage.blobstore.file.FileBlobStore.put(FileBlobStore.java:477)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreAction$1.executeOperation(MemoryBlobStore.java:655)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:631)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:609)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
28 Jun 20:15:07 ERROR [memory.MemoryBlobStore] - java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet1", "image/png", null, 0, 0, 0, 4096):
java.util.concurrent.ExecutionException: java.lang.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet1", "image/png", null, 0, 0, 0, 4096):
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.executeBlobStoreTask(MemoryBlobStore.java:595)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore.put(MemoryBlobStore.java:267)
	at org.geowebcache.storage.AbstractBlobStoreTest.testDeleteGridset(AbstractBlobStoreTest.java:299)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.AssertionError: 
  Unexpected method call BlobStoreListener.tileStored("testLayer", "testGridSet1", "image/png", null, 0, 0, 0, 4096):
	at org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:44)
	at org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:94)
	at com.sun.proxy.$Proxy5.tileStored(Unknown Source)
	at org.geowebcache.storage.BlobStoreListenerList.lambda$sendTileStored$5(BlobStoreListenerList.java:76)
	at java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:891)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:75)
	at org.geowebcache.storage.BlobStoreListenerList.sendTileStored(BlobStoreListenerList.java:90)
	at org.geowebcache.storage.blobstore.file.FileBlobStore.put(FileBlobStore.java:477)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreAction$1.executeOperation(MemoryBlobStore.java:655)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:631)
	at org.geowebcache.storage.blobstore.memory.MemoryBlobStore$BlobStoreTask.call(MemoryBlobStore.java:609)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.461 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.storage.CompositeBlobStoreConfigurationIntegrationTest
28 Jun 20:15:08 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:08 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:08 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:08 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:08 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:08 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:08 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:08 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:08 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:09 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:09 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:09 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:09 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:09 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:09 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:09 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:09 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:09 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:09 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:10 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:10 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:10 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:10 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:10 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:11 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:11 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:11 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:11 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:11 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:11 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:11 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:11 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:11 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:11 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:11 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:11 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:11 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:11 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:11 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:11 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:11 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:11 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:11 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:11 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:12 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:12 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:12 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:12 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:12 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.918 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.storage.CompositeBlobStoreWithFilesComformanceTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.832 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.storage.StorageBrokerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.grid.GridSetFactoryTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.grid.DefaultGridSetsTest
28 Jun 20:15:14 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:14 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:14 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:14 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:14 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:14 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:14 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:14 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:14 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:14 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:14 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:14 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:14 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:14 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:14 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:14 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:14 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:14 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:14 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:14 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:14 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:14 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.grid.GridSetBrokerTest
28 Jun 20:15:14 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:14 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:14 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:14 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:14 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:14 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:14 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:14 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:14 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:15 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:15 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:15 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:15 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:15 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:15 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:15 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:15 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:15 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:15 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:15 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:15 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:15 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:15 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:15 WARN [grid.GridSetFactory] - GridSet EPSG:3005 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:15 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:15 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:15 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:15 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:15 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:15 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:15 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.524 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.grid.BoundingBoxTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.grid.GridCalculatorTest
28 Jun 20:15:16 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:16 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:16 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:16 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:16 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:16 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:16 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:16 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:16 WARN [grid.GridSetFactory] - GridSet bogus was defined without metersPerUnit. Assuming 1m per SRS unit for WMTS scale output.
28 Jun 20:15:16 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:16 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:16 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:16 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:16 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:16 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:16 WARN [grid.GridSetFactory] - GridSet bogus was defined without metersPerUnit. Assuming 1m per SRS unit for WMTS scale output.
28 Jun 20:15:16 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:16 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:16 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:16 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:16 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:16 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:16 WARN [grid.GridSetFactory] - GridSet bogus was defined without metersPerUnit. Assuming 1m per SRS unit for WMTS scale output.
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.grid.GridSubSetTest
28 Jun 20:15:16 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:16 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:16 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:16 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:16 WARN [wms.WMSLayer] - test:layer is configured without a source, which is a bug unless you're running tests that don't care.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.grid.GridSetTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.grid.GridSubSetFactoryTest
28 Jun 20:15:17 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:17 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:17 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:17 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:17 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:17 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:17 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:17 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:17 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:17 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.layer.wms.HttpClientTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.layer.wms.MetaTileTest
28 Jun 20:15:17 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:17 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:18 WARN [grid.GridSubsetFactory] - Requested to create GridSubset with zoomStop 30 for GridSet GlobalCRS84Geometric whose max zoom level is 21. Limiting GridSubset to zoomStop = 21
28 Jun 20:15:18 WARN [layer.MetaTile] - ********* Native JAI is not installed, meta tile cropping may be slow ********
28 Jun 20:15:18 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:18 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:18 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:18 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:18 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:18 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:18 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:18 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:18 WARN [wms.WMSLayer] - test:layer is configured without a source, which is a bug unless you're running tests that don't care.
28 Jun 20:15:18 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:18 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:18 WARN [grid.GridSubsetFactory] - Requested to create GridSubset with zoomStop 30 for GridSet GlobalCRS84Geometric whose max zoom level is 21. Limiting GridSubset to zoomStop = 21
28 Jun 20:15:18 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:18 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:18 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:18 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:18 WARN [wms.WMSLayer] - test:layer is configured without a source, which is a bug unless you're running tests that don't care.
28 Jun 20:15:18 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:18 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:18 WARN [grid.GridSubsetFactory] - Requested to create GridSubset with zoomStop 30 for GridSet GlobalCRS84Geometric whose max zoom level is 21. Limiting GridSubset to zoomStop = 21
28 Jun 20:15:18 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:18 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:18 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:18 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:18 WARN [grid.GridSubsetFactory] - Requested to create GridSubset with zoomStop 30 for GridSet GlobalCRS84Geometric whose max zoom level is 21. Limiting GridSubset to zoomStop = 21
28 Jun 20:15:18 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:18 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.layer.wms.WMSLayerTest
28 Jun 20:15:18 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:18 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:18 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:18 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:18 WARN [wms.WMSLayer] - test:layer is configured without a source, which is a bug unless you're running tests that don't care.
28 Jun 20:15:18 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:18 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:19 WARN [layer.MetaTile] - ********* Native JAI is not installed, meta tile cropping may be slow ********
28 Jun 20:15:19 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:19 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:19 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:19 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:19 WARN [wms.WMSLayer] - test:layer is configured without a source, which is a bug unless you're running tests that don't care.
28 Jun 20:15:19 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:19 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:19 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:19 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:21 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:21 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:21 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:21 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:21 WARN [wms.WMSLayer] - test:layer is configured without a source, which is a bug unless you're running tests that don't care.
28 Jun 20:15:21 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:21 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
Error: Could not find mediaLib accelerator wrapper classes. Continuing in pure Java mode.
Occurs in: com.sun.media.jai.mlib.MediaLibAccessor
java.lang.NoClassDefFoundError: com/sun/medialib/mlib/Image
	at com.sun.media.jai.mlib.MediaLibAccessor$1.run(MediaLibAccessor.java:248)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.sun.media.jai.mlib.MediaLibAccessor.setUseMlib(MediaLibAccessor.java:245)
	at com.sun.media.jai.mlib.MediaLibAccessor.useMlib(MediaLibAccessor.java:177)
	at com.sun.media.jai.mlib.MediaLibAccessor.isMediaLibCompatible(MediaLibAccessor.java:357)
	at com.sun.media.jai.mlib.MlibExtremaRIF.create(MlibExtremaRIF.java:44)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at javax.media.jai.FactoryCache.invoke(FactoryCache.java:122)
	at javax.media.jai.OperationRegistry.invokeFactory(OperationRegistry.java:1674)
	at javax.media.jai.ThreadSafeOperationRegistry.invokeFactory(ThreadSafeOperationRegistry.java:473)
	at javax.media.jai.registry.RIFRegistry.create(RIFRegistry.java:332)
	at javax.media.jai.RenderedOp.createInstance(RenderedOp.java:819)
	at javax.media.jai.RenderedOp.createRendering(RenderedOp.java:867)
	at javax.media.jai.RenderedOp.getRendering(RenderedOp.java:888)
	at javax.media.jai.RenderedOp$1.getPropertyNames(RenderedOp.java:1791)
	at javax.media.jai.PropertyEnvironment.mapDefaults(PropertyEnvironment.java:270)
	at javax.media.jai.PropertyEnvironment.getPropertyNames(PropertyEnvironment.java:125)
	at javax.media.jai.WritablePropertySourceImpl.addProperties(WritablePropertySourceImpl.java:298)
	at javax.media.jai.RenderedOp.createPropertySource(RenderedOp.java:1817)
	at javax.media.jai.RenderedOp.getProperty(RenderedOp.java:1968)
	at org.geowebcache.mime.ImageMime$2.isBestFormatJpeg(ImageMime.java:95)
	at org.geowebcache.mime.ImageMime$2.getImageWriter(ImageMime.java:111)
	at org.geowebcache.layer.MetaTile.writeTileToStream(MetaTile.java:370)
	at org.geowebcache.layer.TileLayer.saveTiles(TileLayer.java:692)
	at org.geowebcache.layer.wms.WMSLayer.getMetatilingReponse(WMSLayer.java:414)
	at org.geowebcache.layer.wms.WMSLayer.seedTile(WMSLayer.java:336)
	at org.geowebcache.layer.wms.WMSLayerTest.testSeedJpegPngMetaTiled(WMSLayerTest.java:231)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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: com.sun.medialib.mlib.Image
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 60 more
28 Jun 20:15:21 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:21 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:21 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:21 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:21 WARN [wms.WMSLayer] - test:layer is configured without a source, which is a bug unless you're running tests that don't care.
28 Jun 20:15:22 ERROR [wms.WMSLayer] - Connection refused (Connection refused)
28 Jun 20:15:22 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:22 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:22 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:22 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:22 WARN [wms.WMSLayer] - test:layer is configured without a source, which is a bug unless you're running tests that don't care.
28 Jun 20:15:22 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:22 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:22 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:22 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:22 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:22 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:22 WARN [wms.WMSLayer] - test:layer is configured without a source, which is a bug unless you're running tests that don't care.
28 Jun 20:15:22 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:22 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:22 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:22 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.514 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.layer.TileLayerDispatcherTest
28 Jun 20:15:22 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:22 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:22 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:22 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:22 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:22 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:22 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:22 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:22 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:23 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:23 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:23 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:23 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:23 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:23 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:23 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:23 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:23 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:23 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:23 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:23 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:23 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:23 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:23 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:24 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:24 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:24 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:24 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:24 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:24 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:24 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:24 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:24 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:24 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:24 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:24 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:24 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:24 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:24 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:24 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:24 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:24 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:24 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:24 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:24 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:24 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:24 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:24 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:24 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:24 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:24 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:24 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:24 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:24 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:24 WARN [grid.GridSetFactory] - GridSet EPSG:3005 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
28 Jun 20:15:24 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:24 WARN [config.XMLConfiguration] - *** GWC configuration validation error: cvc-elt.1: Cannot find the declaration of element 'gwcConfiguration'.
28 Jun 20:15:24 WARN [config.XMLConfiguration] - *** Will try to use configuration anyway. Please check the order of declared elements against the schema.
28 Jun 20:15:24 WARN [config.XMLConfiguration] - ********************************************************************************
28 Jun 20:15:24 WARN [grid.GridSetFactory] - GridSet EPSG:2163 was defined without metersPerUnit, assuming 1m/unit. All scales will be off if this is incorrect.
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.38 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.DemoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.GeoWebCacheEnvironmentTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.GeoWebCacheExtensionsTest
28 Jun 20:15:25 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.blobstore.file.FileUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.blobstore.file.FileBlobStoreComformanceTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.603 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.blobstore.file.FilePathGeneratorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.MockExtensionRuleTest
28 Jun 20:15:27 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:27 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:27 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:27 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:27 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:27 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:27 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:27 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:27 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:27 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:27 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:27 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:27 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:27 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.MetastoreRemoverTest
28 Jun 20:15:28 WARN [storage.MetastoreRemover] - Old style DiskQuota database found, removing it.
28 Jun 20:15:28 WARN [storage.MetastoreRemover] - Old style DiskQuota database found, removing it.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.889 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.conveyor.ConveyorTileTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.seed.TruncateBboxRequestTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.334 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.seed.SeedTaskTest
28 Jun 20:15:30 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:30 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:30 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:30 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:30 WARN [wms.WMSLayer] - test:layer is configured without a source, which is a bug unless you're running tests that don't care.
28 Jun 20:15:30 WARN [layer.MetaTile] - ********* Native JAI is not installed, meta tile cropping may be slow ********
28 Jun 20:15:31 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:31 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:31 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:31 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:31 WARN [wms.WMSLayer] - test:layer is configured without a source, which is a bug unless you're running tests that don't care.
28 Jun 20:15:31 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:31 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:31 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:31 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:31 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:31 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:31 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:31 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:31 WARN [wms.WMSLayer] - test:layer is configured without a source, which is a bug unless you're running tests that don't care.
28 Jun 20:15:31 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:31 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
28 Jun 20:15:31 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context
28 Jun 20:15:31 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.154 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.service.OWSExceptionEncodingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geowebcache.GeoWebCacheDispatcherTest
28 Jun 20:15:32 ERROR [geowebcache.GeoWebCacheDispatcher] - Could not find config location
java.lang.NullPointerException
	at org.geowebcache.GeoWebCacheDispatcher.appendStorageLocations(GeoWebCacheDispatcher.java:524)
	at org.geowebcache.GeoWebCacheDispatcher.handleFrontPage(GeoWebCacheDispatcher.java:489)
	at org.geowebcache.GeoWebCacheDispatcher.handleRequestInternal(GeoWebCacheDispatcher.java:273)
	at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:147)
	at org.geowebcache.GeoWebCacheDispatcherTest.testHomePage(GeoWebCacheDispatcherTest.java:89)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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)
28 Jun 20:15:32 WARN [geowebcache.GeoWebCacheDispatcher] - Unauthorized because TEST
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 sec

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ gwc-core ---
[INFO] Building jar: /home/hudson/genie.jts/.jenkins/jobs/GeoWebCache-1.15.0/workspace/geowebcache/core/target/gwc-core-1.14-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ gwc-core ---
[INFO] Building jar: /home/hudson/genie.jts/.jenkins/jobs/GeoWebCache-1.15.0/workspace/geowebcache/core/target/gwc-core-1.14-SNAPSHOT-tests.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ gwc-core >>>
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.0-beta-3:create (default) @ gwc-core ---
[INFO] Storing buildNumber: 2018-06-28 20:15:37 at timestamp: 1530231337406
[INFO] 
[INFO] --- git-commit-id-plugin:2.0.4:revision (default) @ gwc-core ---
[INFO] [GitCommitIdMojo] Running on '/home/hudson/genie.jts/.jenkins/jobs/GeoWebCache-1.15.0/workspace/.git' repository...
[INFO] [GitCommitIdMojo] Initializing properties...
[INFO] [GitCommitIdMojo] Using maven project properties...
[INFO] [GitCommitIdMojo] Loading data from git repository...
[INFO] [GitCommitIdMojo] ------------------git properties loaded------------------
[INFO] [GitCommitIdMojo] build.commit.message.short = Updated to JTS 1.15.0.
[INFO] [GitCommitIdMojo] build.build.user.email = jts-bot@eclipse.org
[INFO] [GitCommitIdMojo] build.commit.time = 22.06.2018 @ 18:45:59 EDT
[INFO] [GitCommitIdMojo] build.build.time = 28.06.2018 @ 20:15:37 EDT
[INFO] [GitCommitIdMojo] build.branch = 64c58ee8f112072e6e3a4a4a824ee8ffe58810fa
[INFO] [GitCommitIdMojo] build.commit.user.email = jnh5y@ccri.com
[INFO] [GitCommitIdMojo] build.build.user.name = JTS Topology Suite Bot
[INFO] [GitCommitIdMojo] build.commit.user.name = Jim Hughes
[INFO] [GitCommitIdMojo] build.commit.id.abbrev = 64c58ee
[INFO] [GitCommitIdMojo] build.commit.id = 64c58ee8f112072e6e3a4a4a824ee8ffe58810fa
[INFO] [GitCommitIdMojo] build.commit.message.full = Updated to JTS 1.15.0.

Signed-off-by: Jim Hughes <jnh5y@ccri.com>

[INFO] [GitCommitIdMojo] buildNumber = 2018-06-28 20:15:37
[INFO] [GitCommitIdMojo] ---------------------------------------------------------
[INFO] [GitCommitIdMojo] Finished running.
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ gwc-core <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ gwc-core ---
[INFO] Building jar: /home/hudson/genie.jts/.jenkins/jobs/GeoWebCache-1.15.0/workspace/geowebcache/core/target/gwc-core-1.14-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:integration-test (default) @ gwc-core ---
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! The file encoding for reports output files should be provided by the POM property ${project.reporting.outputEncoding}.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (default) @ gwc-core ---
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! The file encoding for reports output files should be provided by the POM property ${project.reporting.outputEncoding}.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ gwc-core ---
[INFO] Installing /home/hudson/genie.jts/.jenkins/jobs/GeoWebCache-1.15.0/workspace/geowebcache/core/target/gwc-core-1.14-SNAPSHOT.jar to /opt/public/hipp/homes/genie.jts/.m2/repository/org/geowebcache/gwc-core/1.14-SNAPSHOT/gwc-core-1.14-SNAPSHOT.jar
[INFO] Installing /home/hudson/genie.jts/.jenkins/jobs/GeoWebCache-1.15.0/workspace/geowebcache/core/pom.xml to /opt/public/hipp/homes/genie.jts/.m2/repository/org/geowebcache/gwc-core/1.14-SNAPSHOT/gwc-core-1.14-SNAPSHOT.pom
[INFO] Installing /home/hudson/genie.jts/.jenkins/jobs/GeoWebCache-1.15.0/workspace/geowebcache/core/target/gwc-core-1.14-SNAPSHOT-tests.jar to /opt/public/hipp/homes/genie.jts/.m2/repository/org/geowebcache/gwc-core/1.14-SNAPSHOT/gwc-core-1.14-SNAPSHOT-tests.jar
[INFO] Installing /home/hudson/genie.jts/.jenkins/jobs/GeoWebCache-1.15.0/workspace/geowebcache/core/target/gwc-core-1.14-SNAPSHOT-sources.jar to /opt/public/hipp/homes/genie.jts/.m2/repository/org/geowebcache/gwc-core/1.14-SNAPSHOT/gwc-core-1.14-SNAPSHOT-sources.jar