See <http://hudson.opengeo.org/hudson/job/geoserver-trunk/3407/changes>
Changes:
[simboss] adding licenses
[simboss] various improvements related to rendering for the raster path
------------------------------------------
[...truncated 6994 lines...]
at org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:229)
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:875)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:511)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.geoserver.test.GeoServerAbstractTestSupport$3.service(GeoServerAbstractTestSupport.java:1090)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at com.mockrunner.mock.web.MockFilterChain.doFilter(MockFilterChain.java:50)
at org.geoserver.test.GeoServerAbstractTestSupport.dispatch(GeoServerAbstractTestSupport.java:1109)
at org.geoserver.test.GeoServerAbstractTestSupport.dispatch(GeoServerAbstractTestSupport.java:1050)
at org.geoserver.test.GeoServerAbstractTestSupport.postAsServletResponse(GeoServerAbstractTestSupport.java:663)
at org.geoserver.test.GeoServerAbstractTestSupport.postAsServletResponse(GeoServerAbstractTestSupport.java:610)
at org.geoserver.test.GeoServerAbstractTestSupport.post(GeoServerAbstractTestSupport.java:590)
at org.geoserver.test.GeoServerAbstractTestSupport.postAsDOM(GeoServerAbstractTestSupport.java:799)
at org.geoserver.test.GeoServerAbstractTestSupport.postAsDOM(GeoServerAbstractTestSupport.java:782)
at org.geoserver.wfs.DescribeFeatureTest.testPostDummyFeature(DescribeFeatureTest.java:52)
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:592)
at junit.framework.TestCase.runTest(TestCase.java:164)
at org.geoserver.test.GeoServerAbstractTestSupport.runTest(GeoServerAbstractTestSupport.java:132)
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.GeneratedMethodAccessor172.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592)
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:592)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
sf
cdf
cgf
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 sec
Running org.geoserver.wfs.v1_1.DescribeFeatureTypeTest
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cdf="http://www.opengis.net/cite/data" xmlns:cgf="http://www.opengis.net/cite/geometry" xmlns:cite="http://www.opengis.net/cite" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:gs="http://geoserver.org" xmlns:sf="http://cite.opengeospatial.org/gmlsf" xmlns:wfs="http://www.opengis.net/wfs/2.0" elementFormDefault="qualified" targetNamespace="http://www.opengis.net/cite/geometry">
<xsd:import namespace="http://www.opengis.net/wfs/2.0" schemaLocation="http://localhost:8080/geoserver/schemas/gml/3.2.1/gml.xsd"/>
<xsd:complexType name="PolygonsType">
<xsd:complexContent>
<xsd:extension base="gml:AbstractFeatureType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="id" nillable="true" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="polygonProperty" nillable="true" type="gml:SurfacePropertyType"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="Polygons" substitutionGroup="gml:AbstractFeature" type="cgf:PolygonsType"/>
</xsd:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cdf="http://www.opengis.net/cite/data" xmlns:cgf="http://www.opengis.net/cite/geometry" xmlns:cite="http://www.opengis.net/cite" xmlns:gml="http://www.opengis.net/gml" xmlns:gs="http://geoserver.org" xmlns:sf="http://cite.opengeospatial.org/gmlsf" elementFormDefault="qualified" targetNamespace="http://cite.opengeospatial.org/gmlsf">
<xsd:import namespace="http://www.opengis.net/gml" schemaLocation="http://localhost:8080/geoserver/schemas/gml/3.1.1/base/gml.xsd"/>
<xsd:complexType name="PrimitiveGeoFeatureType">
<xsd:complexContent>
<xsd:extension base="gml:AbstractFeatureType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="surfaceProperty" nillable="true" type="gml:SurfacePropertyType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="pointProperty" nillable="true" type="gml:PointPropertyType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="curveProperty" nillable="true" type="gml:LineStringPropertyType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="intProperty" nillable="true" type="xsd:int"/>
<xsd:element maxOccurs="1" minOccurs="0" name="uriProperty" nillable="true" type="xsd:anyURI"/>
<xsd:element maxOccurs="1" minOccurs="0" name="measurand" nillable="true" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="dateTimeProperty" nillable="true" type="xsd:dateTime"/>
<xsd:element maxOccurs="1" minOccurs="0" name="dateProperty" nillable="true" type="xsd:date"/>
<xsd:element maxOccurs="1" minOccurs="0" name="decimalProperty" nillable="true" type="xsd:double"/>
<xsd:element maxOccurs="1" minOccurs="0" name="booleanProperty" nillable="true" type="xsd:boolean"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="PrimitiveGeoFeature" substitutionGroup="gml:_Feature" type="sf:PrimitiveGeoFeatureType"/>
<xsd:complexType name="GenericEntityType">
<xsd:complexContent>
<xsd:extension base="gml:AbstractFeatureType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="attribut.geom" nillable="true" type="gml:GeometryPropertyType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="boolProperty" nillable="true" type="xsd:boolean"/>
<xsd:element maxOccurs="1" minOccurs="0" name="str4Property" nillable="true" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="featureRef" nillable="true" type="xsd:string"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="GenericEntity" substitutionGroup="gml:_Feature" type="sf:GenericEntityType"/>
</xsd:schema>
21 Dec 17:39:18 ERROR [geoserver.ows] -
org.geoserver.wfs.WFSException: Could not find type: Streams.
Strict WFS protocol conformance is being applied.
Make sure the type name is correctly qualified
at org.geoserver.wfs.DescribeFeatureType.run(DescribeFeatureType.java:138)
at org.geoserver.wfs.DefaultWebFeatureService.describeFeatureType(DefaultWebFeatureService.java:97)
at sun.reflect.GeneratedMethodAccessor210.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at org.geoserver.ows.util.RequestObjectLogger.invoke(RequestObjectLogger.java:51)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy13.describeFeatureType(Unknown Source)
at sun.reflect.GeneratedMethodAccessor209.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592)
at org.geoserver.ows.Dispatcher.execute(Dispatcher.java:624)
at org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:229)
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:875)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:501)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.geoserver.test.GeoServerAbstractTestSupport$3.service(GeoServerAbstractTestSupport.java:1090)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at com.mockrunner.mock.web.MockFilterChain.doFilter(MockFilterChain.java:50)
at org.geoserver.test.GeoServerAbstractTestSupport.dispatch(GeoServerAbstractTestSupport.java:1109)
at org.geoserver.test.GeoServerAbstractTestSupport.dispatch(GeoServerAbstractTestSupport.java:1050)
at org.geoserver.test.GeoServerAbstractTestSupport.getAsServletResponse(GeoServerAbstractTestSupport.java:478)
at org.geoserver.test.GeoServerAbstractTestSupport.get(GeoServerAbstractTestSupport.java:459)
at org.geoserver.test.GeoServerAbstractTestSupport.getAsDOM(GeoServerAbstractTestSupport.java:733)
at org.geoserver.test.GeoServerAbstractTestSupport.getAsDOM(GeoServerAbstractTestSupport.java:695)
at org.geoserver.wfs.v1_1.DescribeFeatureTypeTest.testCiteCompliance(DescribeFeatureTypeTest.java:179)
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:592)
at junit.framework.TestCase.runTest(TestCase.java:164)
at org.geoserver.test.GeoServerAbstractTestSupport.runTest(GeoServerAbstractTestSupport.java:132)
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.GeneratedMethodAccessor172.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592)
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:592)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.394 sec
Running org.geoserver.wfs.response.CSVOutputFormatTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.248 sec
Running org.geoserver.wfs.xml.FeatureTypeInfoSchemaBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec
Running org.geoserver.wfs.v1_1.CapabilitiesTransformerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 sec
Running org.geoserver.wfs.kvp.GetFeatureKvpRequestReaderTest
Feature type cite:InvalidTypeName unknown
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.604 sec
Running org.geoserver.wfs.response.ShapeZipTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.049 sec
Running org.geoserver.wfs.GetCapabilitiesTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.374 sec
Results :
Tests run: 229, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/target/wfs-2.1-SNAPSHOT.jar>
[INFO] [jar:test-jar {execution: default}]
[INFO] Building jar: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/target/wfs-2.1-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/ws/geoserver/wfs>
[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/ws/geoserver/wfs/target/wfs-2.1-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/target/wfs-2.1-SNAPSHOT.jar> to /home/tomcat/.m2/repository/org/geoserver/wfs/2.1-SNAPSHOT/wfs-2.1-SNAPSHOT.jar
[INFO] Installing <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/target/wfs-2.1-SNAPSHOT-tests.jar> to /home/tomcat/.m2/repository/org/geoserver/wfs/2.1-SNAPSHOT/wfs-2.1-SNAPSHOT-tests.jar
[INFO] Installing <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wfs/target/wfs-2.1-SNAPSHOT-sources.jar> to /home/tomcat/.m2/repository/org/geoserver/wfs/2.1-SNAPSHOT/wfs-2.1-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Web Map Service Module
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wms/target>
[INFO] [cobertura:clean {execution: default}]
[INFO] [svn-revision-number:revision {execution: default}]
[INFO] inspecting <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wms>
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 8 resources
[INFO] snapshot org.geotools:gt-svg:2.7-SNAPSHOT: checking for updates from opengeo
[INFO] snapshot org.geotools:gt-svg:2.7-SNAPSHOT: checking for updates from osgeo
[INFO] snapshot org.geotools:gt-shapefile-renderer:2.7-SNAPSHOT: checking for updates from opengeo
[INFO] snapshot org.geotools:gt-shapefile-renderer:2.7-SNAPSHOT: checking for updates from osgeo
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 162 source files to <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wms/target/classes>
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wms/src/main/java/org/geoserver/wms/map/RenderedImageMapOutputFormat.java>:\[72,41\] package org.geotools.renderedimage.viewer does not exist
<http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/wms/src/main/java/org/geoserver/wms/map/RenderedImageMapOutputFormat.java>:\[857,20\] cannot find symbol
symbol : variable RenderedImageBrowser
location: class org.geoserver.wms.map.RenderedImageMapOutputFormat
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 34 seconds
[INFO] Finished at: Tue Dec 21 17:39:26 UTC 2010
[INFO] Final Memory: 54M/266M
[INFO] ------------------------------------------------------------------------