See <http://hudson.opengeo.org/hudson/job/geoserver-trunk-online/529/>

------------------------------------------
[...truncated 22271 lines...]
27 Jun 04:05:26 ERROR [geoserver.ows] - 
org.geoserver.platform.ServiceException: WMS capabilities document is current 
(updateSequence = 2)
        at org.geoserver.wms.GetCapabilities.run(GetCapabilities.java:62)
        at 
org.geoserver.wms.DefaultWebMapService.getCapabilities(DefaultWebMapService.java:323)
        at 
org.geoserver.wms.DefaultWebMapService.getCapabilities(DefaultWebMapService.java:67)
        at sun.reflect.GeneratedMethodAccessor230.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
        at 
org.geoserver.ows.util.RequestObjectLogger.invoke(RequestObjectLogger.java:32)
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
        at 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
        at $Proxy15.getCapabilities(Unknown Source)
        at sun.reflect.GeneratedMethodAccessor229.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.geoserver.ows.Dispatcher.execute(Dispatcher.java:630)
        at 
org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:234)
        at 
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
        at 
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
        at 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:790)
        at 
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:719)
        at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:644)
        at 
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:549)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at 
org.geoserver.test.GeoServerAbstractTestSupport$3.service(GeoServerAbstractTestSupport.java:1217)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at 
com.mockrunner.mock.web.MockFilterChain.doFilter(MockFilterChain.java:50)
        at 
org.geoserver.test.GeoServerAbstractTestSupport.dispatch(GeoServerAbstractTestSupport.java:1236)
        at 
org.geoserver.test.GeoServerAbstractTestSupport.dispatch(GeoServerAbstractTestSupport.java:1177)
        at 
org.geoserver.test.GeoServerAbstractTestSupport.getAsServletResponse(GeoServerAbstractTestSupport.java:593)
        at 
org.geoserver.test.GeoServerAbstractTestSupport.getAsServletResponse(GeoServerAbstractTestSupport.java:576)
        at 
org.geoserver.test.GeoServerAbstractTestSupport.get(GeoServerAbstractTestSupport.java:561)
        at 
org.geoserver.test.GeoServerAbstractTestSupport.getAsDOM(GeoServerAbstractTestSupport.java:846)
        at 
org.geoserver.test.GeoServerAbstractTestSupport.getAsDOM(GeoServerAbstractTestSupport.java:810)
        at 
org.geoserver.wms.wms_1_3.CapabilitiesSystemTest.testRequestUpdateSequence(CapabilitiesSystemTest.java:246)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at junit.framework.TestCase.runTest(TestCase.java:164)
        at 
org.geoserver.test.GeoServerAbstractTestSupport.runTest(GeoServerAbstractTestSupport.java:145)
        at junit.framework.TestCase.runBare(TestCase.java:130)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:120)
        at junit.framework.TestSuite.runTest(TestSuite.java:230)
        at junit.framework.TestSuite.run(TestSuite.java:225)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:25)
        at sun.reflect.GeneratedMethodAccessor214.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ServiceExceptionReport xmlns="http://www.opengis.net/ogc"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="1.3.0" 
xsi:schemaLocation="http://www.opengis.net/ogc 
src/test/resources/geoserver/schemas/wms/1.3.0/exceptions_1_3_0.xsd">   
<ServiceException code="CurrentUpdateSequence">
      WMS capabilities document is current (updateSequence = 2)
</ServiceException>
</ServiceExceptionReport>
27 Jun 04:05:26 ERROR [geoserver.ows] - 
org.geoserver.platform.ServiceException: Client supplied an updateSequence that 
is greater than the current sever updateSequence
        at org.geoserver.wms.GetCapabilities.run(GetCapabilities.java:57)
        at 
org.geoserver.wms.DefaultWebMapService.getCapabilities(DefaultWebMapService.java:323)
        at 
org.geoserver.wms.DefaultWebMapService.getCapabilities(DefaultWebMapService.java:67)
        at sun.reflect.GeneratedMethodAccessor230.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
        at 
org.geoserver.ows.util.RequestObjectLogger.invoke(RequestObjectLogger.java:32)
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
        at 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
        at $Proxy15.getCapabilities(Unknown Source)
        at sun.reflect.GeneratedMethodAccessor229.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.geoserver.ows.Dispatcher.execute(Dispatcher.java:630)
        at 
org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:234)
        at 
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
        at 
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
        at 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:790)
        at 
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:719)
        at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:644)
        at 
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:549)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at 
org.geoserver.test.GeoServerAbstractTestSupport$3.service(GeoServerAbstractTestSupport.java:1217)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at 
com.mockrunner.mock.web.MockFilterChain.doFilter(MockFilterChain.java:50)
        at 
org.geoserver.test.GeoServerAbstractTestSupport.dispatch(GeoServerAbstractTestSupport.java:1236)
        at 
org.geoserver.test.GeoServerAbstractTestSupport.dispatch(GeoServerAbstractTestSupport.java:1177)
        at 
org.geoserver.test.GeoServerAbstractTestSupport.getAsServletResponse(GeoServerAbstractTestSupport.java:593)
        at 
org.geoserver.test.GeoServerAbstractTestSupport.getAsServletResponse(GeoServerAbstractTestSupport.java:576)
        at 
org.geoserver.test.GeoServerAbstractTestSupport.get(GeoServerAbstractTestSupport.java:561)
        at 
org.geoserver.test.GeoServerAbstractTestSupport.getAsDOM(GeoServerAbstractTestSupport.java:846)
        at 
org.geoserver.test.GeoServerAbstractTestSupport.getAsDOM(GeoServerAbstractTestSupport.java:810)
        at 
org.geoserver.wms.wms_1_3.CapabilitiesSystemTest.testRequestUpdateSequence(CapabilitiesSystemTest.java:263)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at junit.framework.TestCase.runTest(TestCase.java:164)
        at 
org.geoserver.test.GeoServerAbstractTestSupport.runTest(GeoServerAbstractTestSupport.java:145)
        at junit.framework.TestCase.runBare(TestCase.java:130)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:120)
        at junit.framework.TestSuite.runTest(TestSuite.java:230)
        at junit.framework.TestSuite.run(TestSuite.java:225)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:25)
        at sun.reflect.GeneratedMethodAccessor214.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.43 sec
Running org.geoserver.wms.ProxyBaseURLIntegrationTest
27 Jun 04:05:27 ERROR [geoserver.global] - 
----------------------------------
- GEOSERVER_DATA_DIR: 
<http://hudson.opengeo.org/hudson/job/geoserver-trunk-online/ws/wms/./target/mock974369313932561467data>
----------------------------------
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 sec

Results :

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

Downloading: 
http://repo.opengeo.org//org/geotools/gt-epsg-hsql/8-SNAPSHOT/gt-epsg-hsql-8-SNAPSHOT.jar
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: 
<http://hudson.opengeo.org/hudson/job/geoserver-trunk-online/ws/wms/target/wms-2.2-SNAPSHOT.jar>
Downloading: 
http://repo.opengeo.org//org/geotools/gt-epsg-hsql/8-SNAPSHOT/gt-epsg-hsql-8-SNAPSHOT.jar
[INFO] [jar:test-jar {execution: default}]
[INFO] Building jar: 
<http://hudson.opengeo.org/hudson/job/geoserver-trunk-online/ws/wms/target/wms-2.2-SNAPSHOT-tests.jar>
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] [svn-revision-number:revision {execution: default}]
[INFO] inspecting 
<http://hudson.opengeo.org/hudson/job/geoserver-trunk-online/ws/wms>
[WARNING] the "build.repository" property is already defined, its value will be 
overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.path" property is already defined, its value will be 
overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.revision" property is already defined, its value will be 
overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.mixedRevisions" property is already defined, its value 
will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.committedRevision" property is already defined, its value 
will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.status" property is already defined, its value will be 
overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.specialStatus" property is already defined, its value will 
be overwritten. Consider another value for the entry properties prefix.
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: 
<http://hudson.opengeo.org/hudson/job/geoserver-trunk-online/ws/wms/target/wms-2.2-SNAPSHOT-sources.jar>
[INFO] Preparing source:test-jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[WARNING] Removing: test-jar from forked lifecycle, to prevent recursive 
invocation.
[INFO] [svn-revision-number:revision {execution: default}]
[INFO] inspecting 
<http://hudson.opengeo.org/hudson/job/geoserver-trunk-online/ws/wms>
[WARNING] the "build.repository" property is already defined, its value will be 
overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.path" property is already defined, its value will be 
overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.revision" property is already defined, its value will be 
overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.mixedRevisions" property is already defined, its value 
will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.committedRevision" property is already defined, its value 
will be overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.status" property is already defined, its value will be 
overwritten. Consider another value for the entry properties prefix.
[WARNING] the "build.specialStatus" property is already defined, its value will 
be overwritten. Consider another value for the entry properties prefix.
[INFO] [source:test-jar {execution: attach-sources}]
[INFO] Building jar: 
<http://hudson.opengeo.org/hudson/job/geoserver-trunk-online/ws/wms/target/wms-2.2-SNAPSHOT-test-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
<http://hudson.opengeo.org/hudson/job/geoserver-trunk-online/ws/wms/target/wms-2.2-SNAPSHOT.jar>
 to 
/home/tomcat/.m2/repository/org/geoserver/wms/2.2-SNAPSHOT/wms-2.2-SNAPSHOT.jar
[INFO] Installing 
<http://hudson.opengeo.org/hudson/job/geoserver-trunk-online/ws/wms/target/wms-2.2-SNAPSHOT-tests.jar>
 to 
/home/tomcat/.m2/repository/org/geoserver/wms/2.2-SNAPSHOT/wms-2.2-SNAPSHOT-tests.jar
[INFO] Installing 
<http://hudson.opengeo.org/hudson/job/geoserver-trunk-online/ws/wms/target/wms-2.2-SNAPSHOT-sources.jar>
 to 
/home/tomcat/.m2/repository/org/geoserver/wms/2.2-SNAPSHOT/wms-2.2-SNAPSHOT-sources.jar
[INFO] Installing 
<http://hudson.opengeo.org/hudson/job/geoserver-trunk-online/ws/wms/target/wms-2.2-SNAPSHOT-test-sources.jar>
 to 
/home/tomcat/.m2/repository/org/geoserver/wms/2.2-SNAPSHOT/wms-2.2-SNAPSHOT-test-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building GeoWebCache (GWC) Module
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
<http://hudson.opengeo.org/hudson/job/geoserver-trunk-online/ws/gwc/target>
[INFO] [cobertura:clean {execution: default}]
[INFO] [svn-revision-number:revision {execution: default}]
[INFO] inspecting 
<http://hudson.opengeo.org/hudson/job/geoserver-trunk-online/ws/gwc>
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 13 resources
[INFO] snapshot org.geowebcache:gwc-core:1.3-SNAPSHOT: checking for updates 
from opengeo
[INFO] snapshot org.geowebcache:gwc-core:1.3-SNAPSHOT: checking for updates 
from osgeo
[INFO] snapshot org.geowebcache:geowebcache:1.3-SNAPSHOT: checking for updates 
from opengeo
[INFO] snapshot org.geowebcache:geowebcache:1.3-SNAPSHOT: checking for updates 
from osgeo
[INFO] snapshot org.geowebcache:gwc-georss:1.3-SNAPSHOT: checking for updates 
from opengeo
[INFO] snapshot org.geowebcache:gwc-georss:1.3-SNAPSHOT: checking for updates 
from osgeo
[INFO] snapshot org.geowebcache:gwc-gmaps:1.3-SNAPSHOT: checking for updates 
from opengeo
[INFO] snapshot org.geowebcache:gwc-gmaps:1.3-SNAPSHOT: checking for updates 
from osgeo
[INFO] snapshot org.geowebcache:gwc-kml:1.3-SNAPSHOT: checking for updates from 
opengeo
[INFO] snapshot org.geowebcache:gwc-kml:1.3-SNAPSHOT: checking for updates from 
osgeo
[INFO] snapshot org.geowebcache:gwc-rest:1.3-SNAPSHOT: checking for updates 
from opengeo
[INFO] snapshot org.geowebcache:gwc-rest:1.3-SNAPSHOT: checking for updates 
from osgeo
[INFO] snapshot org.geowebcache:gwc-tms:1.3-SNAPSHOT: checking for updates from 
opengeo
[INFO] snapshot org.geowebcache:gwc-tms:1.3-SNAPSHOT: checking for updates from 
osgeo
[INFO] snapshot org.geowebcache:gwc-ve:1.3-SNAPSHOT: checking for updates from 
opengeo
[INFO] snapshot org.geowebcache:gwc-ve:1.3-SNAPSHOT: checking for updates from 
osgeo
[INFO] snapshot org.geowebcache:gwc-wms:1.3-SNAPSHOT: checking for updates from 
opengeo
[INFO] snapshot org.geowebcache:gwc-wms:1.3-SNAPSHOT: checking for updates from 
osgeo
[INFO] snapshot org.geowebcache:gwc-wmts:1.3-SNAPSHOT: checking for updates 
from opengeo
[INFO] snapshot org.geowebcache:gwc-wmts:1.3-SNAPSHOT: checking for updates 
from osgeo
[INFO] snapshot org.geowebcache:gwc-diskquota:1.3-SNAPSHOT: checking for 
updates from opengeo
[INFO] snapshot org.geowebcache:gwc-diskquota:1.3-SNAPSHOT: checking for 
updates from osgeo
Downloading: 
http://repo.opengeo.org//org/geotools/gt-epsg-hsql/8-SNAPSHOT/gt-epsg-hsql-8-SNAPSHOT.jar
Downloading: 
http://repo.opengeo.org//org/geotools/gt-render/8-SNAPSHOT/gt-render-8-SNAPSHOT.jar
Downloading: 
http://repo.opengeo.org//org/geotools/gt-wfs/8-SNAPSHOT/gt-wfs-8-SNAPSHOT.jar
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 18 source files to 
<http://hudson.opengeo.org/hudson/job/geoserver-trunk-online/ws/gwc/target/classes>
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<http://hudson.opengeo.org/hudson/job/geoserver-trunk-online/ws/gwc/src/main/java/org/geoserver/gwc/GWC.java>:[818,18]
 cannot find symbol
symbol  : method layerExists(java.lang.String)
location: class org.geowebcache.layer.TileLayerDispatcher


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 20 seconds
[INFO] Finished at: Mon Jun 27 04:05:33 UTC 2011
[INFO] Final Memory: 60M/385M
[INFO] ------------------------------------------------------------------------


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to