Robert,
    Did you ever find a solution to the "No service: ( ows )" issue?

I'm having the same problem. Geoserver 2.0.2. Requesting from Openlayers 2.10 The request works fine when it's served from Geoserver's Jetty server, but once I put it on another web server with a proxy I get "No service: ( ows )" . I'm using a php curl proxy and it 'appears' that post works, and it looks like authentication is working.

Here's what I get in the geoserver log:
.......
2010-11-18 12:51:48,968 DEBUG [security.GeoserverAuthenticationProcessingFilter] - Redirecting to target URL from HTTP Session (or default): http://map.fake.com:8080/geoserver/ows 2010-11-18 12:51:48,968 DEBUG [geoserver.filters] - filtering http://map.fake.com:8080/geoserver/ows
2010-11-18 12:51:48,968 ERROR [geoserver.ows] -
org.geoserver.platform.ServiceException: No service: ( ows )
........

Any ideas?
Thanks,
Ryan

On 9/21/2010 12:15 PM, Justin Deoliveira wrote:
Strange. Can you include the wfs request you are sending?

IS there a proxy that the request is going through to get to the company server. It is always useful to try the request directly against the server if possible. If it works you know the problem is somewhere else.

-Justin

On Tue, Sep 21, 2010 at 7:25 AM, Robert Buckley <[email protected] <mailto:[email protected]>> wrote:

    Hi,

    I have just moved a project from my test server to the company
    server. Ever
    since I installed Geoserver I have not been able to get any vector
    features
    through the wfs service.
    Today I  looked in firebug and found this under network > XML...

    <ows:exceptionreport version="1.0.0"
    xsi:schemaLocation="http://www.opengis.net/ows
    
http://192.168.20.35:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
    xmlns:ows="http://www.opengis.net/ows";>
    <ows:exception exceptionCode="InvalidParameterValue"
    locator="service">
    <ows:exceptiontext>No service: ( ows )</ows:exceptiontext>
    </ows:exception>
    </ows:exceptionreport>

    No Service?????

    Did I forget something?  The Server works fine with wms. It is
    actually a
    virtual server on our network. I know the code works because it
    still works on
    the test server.

    Would anyone have any idea what I should do or try??

    Yours,

    Robert




    
------------------------------------------------------------------------------
    Start uncovering the many advantages of virtual appliances
    and start using them to simplify application deployment and
    accelerate your shift to cloud computing.
    http://p.sf.net/sfu/novell-sfdev2dev
    _______________________________________________
    Geoserver-users mailing list
    [email protected]
    <mailto:[email protected]>
    https://lists.sourceforge.net/lists/listinfo/geoserver-users




--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev


_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to