[Geoserver-devel] Strange exception in teamengine

Hi,
today I was doing the usual cite wfs 1.1 run and I got the following
exception on most of the transactional tests:

----------------------------------------------------------------------

Test ctl:SchematronValidatingParser (s0014/w6ac13b3c23b3b1_1/w6ab5b1c11b9b5b5b9b5b1_1/w6ab9b9b7b3_1/w6ab9b3b9b7c15_1/w6ab9b3c11c11b3b3b3_1)

Assertion:
             Validate against Schematron schema sch/wfs/1.1.0/Transaction.sch (phase: DefaultPhase).

Parameter doc:
    Label:

                Error perfomring insert

    Value:

       <ows:ExceptionReport xmlns:wfs="http://www.opengis.net/wfs&quot;
                      xmlns:sf="http://cite.opengeospatial.org/gmlsf&quot;
xmlns:myparsers="http://teamengine.sourceforge.net/parsers&quot;
                      xmlns:parsers="http://www.occamlab.com/te/parsers&quot;
                      xmlns:saxon="http://saxon.sf.net/&quot;
                      xmlns:p="http://teamengine.sourceforge.net/parsers&quot;
                      xmlns:ctl="http://www.occamlab.com/ctl&quot;
                      xmlns:ogc="http://www.opengis.net/ogc&quot;
                      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
                      xmlns:gml="http://www.opengis.net/gml&quot;
                      xmlns:xlink="http://www.w3.org/1999/xlink&quot;
                      xmlns:te="java:com.occamlab.te.TECore"
                      xmlns:ows="http://www.opengis.net/ows&quot;
                      xmlns:xi="http://www.w3.org/2001/XInclude&quot;
                      xmlns:xsd="http://www.w3.org/2001/XMLSchema&quot;
                      version="1.0.0"
                      xsi:schemaLocation="http://www.opengis.net/ows http://82.50.95.227:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd&quot;&gt;
             <ows:Exception exceptionCode="insert-1">
                <ows:ExceptionText>Error perfomring insert</ows:ExceptionText>
             </ows:Exception>
          </ows:ExceptionReport>
Parameter schema:
    Label: sch/wfs/1.1.0/Transaction.sch
    Value: sch/wfs/1.1.0/Transaction.sch
Parameter phase:
    Label: DefaultPhase
    Value: DefaultPhase

Result: Failed

-------------------------------------------------------------------------------------

The funny thing is this test is not even hitting my server, if I shut it down the result is the same.

So, what should I make of this? Is there an error in my software that I'm not understanding, or is the test engine the one having issues?
One thing I noticed is that a few days ago Saul updated some xml schemas
in GeoServer, so it may be related. Ideas?

Cheers
Andrea

Email the CITE list? That's where the guys who develop the team engine are. And they're usually pretty quick to respond.

Chris

Andrea Aime wrote:

Hi,
today I was doing the usual cite wfs 1.1 run and I got the following
exception on most of the transactional tests:

----------------------------------------------------------------------

Test ctl:SchematronValidatingParser (s0014/w6ac13b3c23b3b1_1/w6ab5b1c11b9b5b5b9b5b1_1/w6ab9b9b7b3_1/w6ab9b3b9b7c15_1/w6ab9b3c11c11b3b3b3_1)

Assertion:
             Validate against Schematron schema sch/wfs/1.1.0/Transaction.sch (phase: DefaultPhase).

Parameter doc:
    Label:

                Error perfomring insert

    Value:

       <ows:ExceptionReport xmlns:wfs="http://www.opengis.net/wfs&quot;
                      xmlns:sf="http://cite.opengeospatial.org/gmlsf&quot;
xmlns:myparsers="http://teamengine.sourceforge.net/parsers&quot;
                      xmlns:parsers="http://www.occamlab.com/te/parsers&quot;
                      xmlns:saxon="http://saxon.sf.net/&quot;
                      xmlns:p="http://teamengine.sourceforge.net/parsers&quot;
                      xmlns:ctl="http://www.occamlab.com/ctl&quot;
                      xmlns:ogc="http://www.opengis.net/ogc&quot;
                      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
                      xmlns:gml="http://www.opengis.net/gml&quot;
                      xmlns:xlink="http://www.w3.org/1999/xlink&quot;
                      xmlns:te="java:com.occamlab.te.TECore"
                      xmlns:ows="http://www.opengis.net/ows&quot;
                      xmlns:xi="http://www.w3.org/2001/XInclude&quot;
                      xmlns:xsd="http://www.w3.org/2001/XMLSchema&quot;
                      version="1.0.0"
                      xsi:schemaLocation="http://www.opengis.net/ows http://82.50.95.227:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd&quot;&gt;
             <ows:Exception exceptionCode="insert-1">
                <ows:ExceptionText>Error perfomring insert</ows:ExceptionText>
             </ows:Exception>
          </ows:ExceptionReport>
Parameter schema:
    Label: sch/wfs/1.1.0/Transaction.sch
    Value: sch/wfs/1.1.0/Transaction.sch
Parameter phase:
    Label: DefaultPhase
    Value: DefaultPhase

Result: Failed

-------------------------------------------------------------------------------------

The funny thing is this test is not even hitting my server, if I shut it down the result is the same.

So, what should I make of this? Is there an error in my software that I'm not understanding, or is the test engine the one having issues?
One thing I noticed is that a few days ago Saul updated some xml schemas
in GeoServer, so it may be related. Ideas?

Cheers
Andrea

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

!DSPAM:4005,46eaa443157471637810514!

Chris Holmes ha scritto:

Email the CITE list? That's where the guys who develop the team engine are. And they're usually pretty quick to respond.

I haven't because I have the strong feeling the issue is on our side.
Waiting for Justin before bothering them too.
Cheers
Andrea

I just ran the test suite and it went ok. The only failures i can see
are those to do with the axis order issue. Might have just been a
temporary glich in the engine? Or perhaps something to do with your
network connection.

Andrea Aime wrote:

Chris Holmes ha scritto:

Email the CITE list? That's where the guys who develop the team
engine are. And they're usually pretty quick to respond.

I haven't because I have the strong feeling the issue is on our side.
Waiting for Justin before bothering them too.
Cheers
Andrea

!DSPAM:4007,46eaa660160781439371379!

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

Justin Deoliveira ha scritto:

I just ran the test suite and it went ok. The only failures i can see
are those to do with the axis order issue. Might have just been a
temporary glich in the engine? Or perhaps something to do with your
network connection.

The axis order thing is resolved if you run GeoSever
with the -Dorg.geotools.referencing.forceXY=false setting
to force lat/lon interpretation. I'll re-run an check
Cheers
Andrea