<p>Hi all,</p>
<p>I am very sorry if this is a duplicate post but I believe my last message didn&#39;t appear as I wasn&#39;t signed up to the mailing list.</p>
<p>I would be very grateful if you could read through my message and pass on your thoughts.</p>
<p>Many thanks,</p>
<p>Lewis Oaten<br>
web: <a href="http://lewisoaten.com">lewisoaten.com</a><br>
twit: <a href="http://twitter.com/lewisoaten">twitter.com/lewisoaten</a><br>
key: <a href="http://pk.caecus.co.uk">pk.caecus.co.uk</a><br>
cal: <a href="http://tgl.me/LewisOaten">tgl.me/LewisOaten</a></p>
<p><blockquote type="cite">---------- Forwarded message ----------<br>From: &quot;Lewis Oaten&quot; &lt;<a href="mailto:sphyrz@gmail.com">sphyrz@gmail.com</a>&gt;<br>Date: 9 Feb 2010 17:09<br>Subject: WFS Not loading<br>
To:  &lt;<a href="mailto:users@openlayers.org">users@openlayers.org</a>&gt;<br><br>Hi All,<br>
<br>
Excuse me if my etiquette isn&#39;t up-to-scratch, this is my first time<br>
posting on this mailing list.<br>
<br>
I have been fighting with a bug for some time when working with<br>
GeoServer, GeoExt and OpenLayers. When I try to load a WFS layer,<br>
nothing happens. No connection attempt is made to the server and no<br>
errors are displayed. If, however, I try to load the same data as WMS,<br>
from the same server with similar parameters, the layer loads<br>
correctly.<br>
<br>
Examples of my code are:<br>
<br>
        var geoserverWMS = new OpenLayers.Layer.WMS(<br>
          &quot;Geoserver WMS: Itasca Lakes&quot;,<br>
          &quot;<a href="http://172.16.172.129:8080/geoserver/wms" target="_blank">http://172.16.172.129:8080/geoserver/wms</a>&quot;,<br>
          {layers: &quot;prco303:itasca&quot;, transparent: &quot;true&quot;},<br>
          {isBaseLayer: false, projection: &quot;EPSG:26915&quot;}<br>
          );<br>
<br>
        var geoserver = new OpenLayers.Layer.Vector( &quot;GeoServer WFS:<br>
Itasca Lakes&quot;, {<br>
          strategies: [new OpenLayers.Strategy.BBOX()],<br>
          protocol: new OpenLayers.Protocol.WFS({<br>
              url: &quot;<a href="http://172.16.172.129:8080/geoserver/wfs" target="_blank">http://172.16.172.129:8080/geoserver/wfs</a>&quot;,<br>
              featureType: &quot;prco303:itasca&quot;,<br>
              featureNS: &quot;<a href="http://172.16.172.129" target="_blank">http://172.16.172.129</a>&quot;,<br>
              })<br>
          });<br>
<br>
I have whittled away at the parts of the system until I am attempting<br>
to run the WFS example<br>
(<a href="http://openlayers.org/dev/examples/wfs-states.html" target="_blank">http://openlayers.org/dev/examples/wfs-states.html</a>) on my own server<br>
and am faced with the same problem.<br>
<br>
Unfortunately, I have run out of ideas to test next. I would be very<br>
grateful if someone could give me some idea of what I am doing wrong<br>
or at least a suggestion for how to continue debugging.<br>
<br>
Thanks in advanced for your help.<br>
<br>
Yours sincerely,<br>
<font color="#888888"><br>
Lewis Oaten<br>
web: <a href="http://lewisoaten.com" target="_blank">lewisoaten.com</a><br>
twit: <a href="http://twitter.com/lewisoaten" target="_blank">twitter.com/lewisoaten</a><br>
pk: <a href="http://pk.caecus.co.uk" target="_blank">pk.caecus.co.uk</a><br>
cal: <a href="http://tgl.me/LewisOaten" target="_blank">tgl.me/LewisOaten</a><br>
</font></blockquote></p>