See http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/7/changes
Changes:
[dwinslow] Port filtering code to work on a list of SyndEntry's instead of
TransactionEvents.
[dwinslow] Serialize to disk and use that for final output
[arneke] GEOS-1801 code cleanup (+old sins)
------------------------------------------
[...truncated 1143 lines...]
at
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:44)
at
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:684)
at
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:625)
at
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:392)
at
org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:357)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.geoserver.test.GeoServerAbstractTestSupport.dispatch(GeoServerAbstractTestSupport.java:735)
at
org.geoserver.test.GeoServerAbstractTestSupport.post(GeoServerAbstractTestSupport.java:436)
at
org.geoserver.test.GeoServerAbstractTestSupport.postAsDOM(GeoServerAbstractTestSupport.java:545)
at
org.geoserver.test.GeoServerAbstractTestSupport.postAsDOM(GeoServerAbstractTestSupport.java:528)
at
org.geoserver.wcs.GetCapabilitiesTest.testUpdateSequenceSuperiorPost(GetCapabilitiesTest.java:158)
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:585)
at junit.framework.TestCase.runTest(TestCase.java:164)
at
org.geoserver.test.GeoServerAbstractTestSupport.runTest(GeoServerAbstractTestSupport.java:102)
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 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:585)
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:585)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
Caused by: javax.xml.transform.TransformerException: Translator error
at
org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:132)
at
org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:107)
at
org.geoserver.wcs.response.GetCapabilitiesResponse.write(GetCapabilitiesResponse.java:69)
... 42 more
Caused by: org.vfny.geoserver.wcs.WcsException: Invalid update sequence value,
it's higher than the current value, 0
at
org.geoserver.wcs.response.WCSCapsTransformer$WCS111CapsTranslator.encode(WCSCapsTransformer.java:125)
at
org.geotools.xml.transform.TransformerBase$XMLReaderSupport.parse(TransformerBase.java:702)
at
org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:484)
at
org.geotools.xml.transform.TransformerBase$Task.run(TransformerBase.java:295)
at
org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:128)
... 44 more
18 Mar 04:43:17 ERROR [geoserver.ows] -
java.io.IOException
at
org.geoserver.wcs.response.GetCapabilitiesResponse.write(GetCapabilitiesResponse.java:71)
at org.geoserver.ows.Dispatcher.response(Dispatcher.java:615)
at
org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:192)
at
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:139)
at
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:44)
at
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:684)
at
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:625)
at
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:392)
at
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:347)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.geoserver.test.GeoServerAbstractTestSupport.dispatch(GeoServerAbstractTestSupport.java:735)
at
org.geoserver.test.GeoServerAbstractTestSupport.getAsServletResponse(GeoServerAbstractTestSupport.java:330)
at
org.geoserver.test.GeoServerAbstractTestSupport.get(GeoServerAbstractTestSupport.java:311)
at
org.geoserver.test.GeoServerAbstractTestSupport.getAsDOM(GeoServerAbstractTestSupport.java:478)
at
org.geoserver.wcs.GetCapabilitiesTest.testSectionsBogus(GetCapabilitiesTest.java:165)
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:585)
at junit.framework.TestCase.runTest(TestCase.java:164)
at
org.geoserver.test.GeoServerAbstractTestSupport.runTest(GeoServerAbstractTestSupport.java:102)
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 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:585)
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:585)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
Caused by: javax.xml.transform.TransformerException: Translator error
at
org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:132)
at
org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:107)
at
org.geoserver.wcs.response.GetCapabilitiesResponse.write(GetCapabilitiesResponse.java:69)
... 42 more
Caused by: org.vfny.geoserver.wcs.WcsException: Unknown section Bogus
at
org.geoserver.wcs.response.WCSCapsTransformer$WCS111CapsTranslator.encode(WCSCapsTransformer.java:172)
at
org.geotools.xml.transform.TransformerBase$XMLReaderSupport.parse(TransformerBase.java:702)
at
org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:484)
at
org.geotools.xml.transform.TransformerBase$Task.run(TransformerBase.java:295)
at
org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:128)
... 44 more
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.604 sec
Results :
Tests run: 76, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar]
[INFO] Building jar:
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/wcs1_1/target/wcs1_1-1.7.0-SNAPSHOT.jar
[INFO] [jar:test-jar {execution: default}]
[INFO] Building jar:
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/wcs1_1/target/wcs1_1-1.7.0-SNAPSHOT-tests.jar
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] [javacc:jjtree {execution: jjtree}]
[INFO] Nothing to process - all grammars in
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/wcs1_1/src/main/java/org/geoserver/wcs/kvp/rangesubset
are up to date.
[INFO] [javacc:javacc {execution: javacc}]
[INFO] Nothing to process - all grammars in
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/wcs1_1/target/generated-sources/jjtree
are up to date.
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar:
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/wcs1_1/target/wcs1_1-1.7.0-SNAPSHOT-sources.jar
[INFO] [install:install]
[INFO] Installing
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/wcs1_1/target/wcs1_1-1.7.0-SNAPSHOT.jar
to
/home/tomcat/.m2/repository/org/geoserver/wcs1_1/1.7.0-SNAPSHOT/wcs1_1-1.7.0-SNAPSHOT.jar
[INFO] Installing
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/wcs1_1/target/wcs1_1-1.7.0-SNAPSHOT-tests.jar
to
/home/tomcat/.m2/repository/org/geoserver/wcs1_1/1.7.0-SNAPSHOT/wcs1_1-1.7.0-SNAPSHOT-tests.jar
[INFO] Installing
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/wcs1_1/target/wcs1_1-1.7.0-SNAPSHOT-sources.jar
to
/home/tomcat/.m2/repository/org/geoserver/wcs1_1/1.7.0-SNAPSHOT/wcs1_1-1.7.0-SNAPSHOT-sources.jar
[INFO]
----------------------------------------------------------------------------
[INFO] Building Validation Module
[INFO] task-segment: [clean, install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/validation/target
[INFO] [cobertura:clean {execution: default}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 6 source files to
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/validation/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [jar:jar]
[INFO] Building jar:
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/validation/target/validation-1.7.0-SNAPSHOT.jar
[INFO] [jar:test-jar {execution: default}]
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar:
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/validation/target/validation-1.7.0-SNAPSHOT-tests.jar
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar:
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/validation/target/validation-1.7.0-SNAPSHOT-sources.jar
[INFO] [install:install]
[INFO] Installing
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/validation/target/validation-1.7.0-SNAPSHOT.jar
to
/home/tomcat/.m2/repository/org/geoserver/validation/1.7.0-SNAPSHOT/validation-1.7.0-SNAPSHOT.jar
[INFO] Installing
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/validation/target/validation-1.7.0-SNAPSHOT-tests.jar
to
/home/tomcat/.m2/repository/org/geoserver/validation/1.7.0-SNAPSHOT/validation-1.7.0-SNAPSHOT-tests.jar
[INFO] Installing
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/validation/target/validation-1.7.0-SNAPSHOT-sources.jar
to
/home/tomcat/.m2/repository/org/geoserver/validation/1.7.0-SNAPSHOT/validation-1.7.0-SNAPSHOT-sources.jar
[INFO]
----------------------------------------------------------------------------
[INFO] Building Web Feature Service Model
[INFO] task-segment: [clean, install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/net.opengis.wfs/target
[INFO] [cobertura:clean {execution: default}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 80 source files to
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/net.opengis.wfs/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [jar:jar]
[INFO] Building jar:
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/net.opengis.wfs/target/net.opengis.wfs-1.7.0-SNAPSHOT.jar
[INFO] [jar:test-jar {execution: default}]
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar:
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/net.opengis.wfs/target/net.opengis.wfs-1.7.0-SNAPSHOT-tests.jar
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar:
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/net.opengis.wfs/target/net.opengis.wfs-1.7.0-SNAPSHOT-sources.jar
[INFO] [install:install]
[INFO] Installing
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/net.opengis.wfs/target/net.opengis.wfs-1.7.0-SNAPSHOT.jar
to
/home/tomcat/.m2/repository/org/geoserver/net.opengis.wfs/1.7.0-SNAPSHOT/net.opengis.wfs-1.7.0-SNAPSHOT.jar
[INFO] Installing
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/net.opengis.wfs/target/net.opengis.wfs-1.7.0-SNAPSHOT-tests.jar
to
/home/tomcat/.m2/repository/org/geoserver/net.opengis.wfs/1.7.0-SNAPSHOT/net.opengis.wfs-1.7.0-SNAPSHOT-tests.jar
[INFO] Installing
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/net.opengis.wfs/target/net.opengis.wfs-1.7.0-SNAPSHOT-sources.jar
to
/home/tomcat/.m2/repository/org/geoserver/net.opengis.wfs/1.7.0-SNAPSHOT/net.opengis.wfs-1.7.0-SNAPSHOT-sources.jar
[INFO]
----------------------------------------------------------------------------
[INFO] Building Web Feature Service Module
[INFO] task-segment: [clean, install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/wfs/target
[INFO] [cobertura:clean {execution: default}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 158 source files to
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/wfs/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/wfs/src/main/java/org/geoserver/wfs/response/GeoJSONOutputFormat.java
:[19,28] cannot find symbol
symbol : class AttributeType
location: package org.geotools.feature
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/wfs/src/main/java/org/geoserver/wfs/response/GeoJSONOutputFormat.java
:[20,28] cannot find symbol
symbol : class Feature
location: package org.geotools.feature
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/wfs/src/main/java/org/geoserver/wfs/response/GeoJSONOutputFormat.java
:[23,28] cannot find symbol
symbol : class FeatureType
location: package org.geotools.feature
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/wfs/src/main/java/org/geoserver/wfs/response/GeoJSONOutputFormat.java
:[62,34] cannot find symbol
symbol : method getTypeName()
location: interface org.opengis.feature.type.FeatureType
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/wfs/src/main/java/org/geoserver/wfs/response/GeoJSONOutputFormat.java
:[105,20] cannot find symbol
symbol : class FeatureType
location: class org.geoserver.wfs.response.GeoJSONOutputFormat
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/wfs/src/main/java/org/geoserver/wfs/response/GeoJSONOutputFormat.java
:[106,20] cannot find symbol
symbol : class AttributeType
location: class org.geoserver.wfs.response.GeoJSONOutputFormat
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/wfs/src/main/java/org/geoserver/wfs/response/GeoJSONOutputFormat.java
:[109,24] cannot find symbol
symbol : class Feature
location: class org.geoserver.wfs.response.GeoJSONOutputFormat
http://gridlock.openplans.org:8080/hudson/job/geoserver-trunk/ws/geoserver/wfs/src/main/java/org/geoserver/wfs/response/GeoJSONOutputFormat.java
:[117,24] cannot find symbol
symbol : class AttributeType
location: class org.geoserver.wfs.response.GeoJSONOutputFormat
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 25 seconds
[INFO] Finished at: Tue Mar 18 04:43:24 EDT 2008
[INFO] Final Memory: 31M/63M
[INFO] ------------------------------------------------------------------------
Failed to send e-mail to arneke because no e-mail address is known, and no
default e-mail domain is configured
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel