Hi, if the GeoServer logs are not showing anything after you issue a WFS request, then eitherGeoServer does not receive this request, or GeoServer's container (Tomcat, Jetty) is not running. So I'd recommend you try to access GeoServer directly through the container (usually a url with an 8080 port) from a machine that has access to that server, or from the machine that the container runs on. If you get the expected response here, the next thing to check is the Apache configuration and the Apache logs.
Andreas. On Thu, Mar 8, 2012 at 3:01 AM, Jay L. <[email protected]> wrote: > Thanks for the reply. I am using Apache. I set up a proxy/reverse proxy to > be able to access geoserver at http://mydomain/geoserver/web. > > To see where the problem is occurring I logged in to geoserver on my > localhost and tried a demo WFS transaction using the default xml on the > default layer. This resulted in a 502 proxy error after approximately 5 > minutes. I believe that this is indicating a problem on the geoserver side, > but I am not sold because the logs are not showing anything. > > The apache logs are showing that I am timing out with a proxy request > suggesting that I have an issues on the apache side. > > Any ideas? Get is working fine, but POST is not. Could this be due to an > openlayers issue? > Thanks, > Jay > > On Tue, Mar 6, 2012 at 7:58 PM, Andreas Hocevar <[email protected]> > wrote: >> >> Hi, >> >> looks like something goes wrong between GeoServer and the browser. It >> looks like you proxy GeoServer through a HTTP server (Apache?). Try to >> send your WFS requests directly to GeoServer and see what the response >> is. Then send the same request to the HTTP server and compare the >> results. If both don't work, then the GeoServer logs is the place to >> look at. If only the HTTP request does not work, the Apache? logs >> should help. >> >> Andreas. >> >> On Wed, Mar 7, 2012 at 12:05 AM, Jay L. <[email protected]> wrote: >> > List, >> > >> > I am struggling to get WFS-T working in my prototype webGIS. I am able >> > to >> > get my WFS layer to GET two features which are stored in a postgresDB. >> > When >> > I try to POST a change, I get a 502 Proxy error after 5 minutes. >> > >> > Here is a link to jsfiddle with my HTML, CSS, and Javascript. The page >> > will >> > not run because of the linking to the JS, but the code is all viewable >> > there. >> > >> > I am running Ubuntu 11.10 and have setup a proxy to be able to access >> > geoserver at /geoserver/web. I have also put proxy.cgi (openlayers) >> > into >> > /usr/lib, added localhost:80, localhost:8080, and localhost to the host >> > list, and made it executable. This is the diretory taht my >> > apache2/default >> > file aims to looking for gci-bin scripts. >> > >> > Any help much appreciated! >> > Jay >> > >> > >> > ------------------------------------------------------------------------------ >> > Virtualization & Cloud Management Using Capacity Planning >> > Cloud computing makes use of virtualization - but cloud computing >> > also focuses on allowing computing to be delivered as a service. >> > http://www.accelacomm.com/jaw/sfnl/114/51521223/ >> > _______________________________________________ >> > Geoserver-users mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/geoserver-users >> > >> >> >> >> -- >> Andreas Hocevar >> OpenGeo - http://opengeo.org/ >> Expert service straight from the developers. > > > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users > -- Andreas Hocevar OpenGeo - http://opengeo.org/ Expert service straight from the developers. ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
