Hi all,<div>I&#39;m using Tinyows 1.0.0 on redhat machine, postgresql 8.4 and postgis 1.5.3. I&#39;ve checked all these on the database:</div><div>SELECT PostGIS_Lib_Version();</div><div>SELECT PostGIS_LibXML_Version();</div>
<div>SELECT PostGIS_GEOS_Version();</div><div>SELECT PostGIS_PROJ_Version();</div><div><br></div><div>And all seems to answer good.</div><div>But when I check the tinyows I get this error:</div><div><br></div><div><div>Content-Type: application/xml</div>
<div><br></div><div>&lt;?xml version=&#39;1.0&#39; encoding=&#39;UTF-8&#39;?&gt;</div><div>&lt;ows:ExceptionReport</div><div> xmlns=&#39;<a href="http://www.opengis.net/ows">http://www.opengis.net/ows</a>&#39;</div><div> xmlns:ows=&#39;<a href="http://www.opengis.net/ows">http://www.opengis.net/ows</a>&#39;</div>
<div> xmlns:xsi=&#39;<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>&#39;</div><div> xsi:schemaLocation=&#39;<a href="http://www.opengis.net/ows">http://www.opengis.net/ows</a> <a href="http://schemas.opengis.net/ows/1.0.0/owsExceptionReport.xsd">http://schemas.opengis.net/ows/1.0.0/owsExceptionReport.xsd</a>&#39;</div>
<div> version=&#39;1.1.0&#39; language=&#39;en&#39;&gt;</div><div> &lt;ows:Exception exceptionCode=&#39;ConnectionFailed&#39; locator=&#39;init_OWS&#39;&gt;</div><div>  &lt;ows:ExceptionText&gt;No PostGIS available in database&lt;/ows:ExceptionText&gt;</div>
<div> &lt;/ows:Exception&gt;</div><div>&lt;/ows:ExceptionReport&gt;</div></div><div><br></div><div>I&#39;ve found an old post about this, date <span style="background-color:rgb(255,255,255);color:rgb(136,136,136);font-family:monospace;font-size:medium">28 Mar 2012 </span>by <span style="background-color:rgb(255,255,255);font-size:medium">Neelima Emmani</span>, but with no rposecution.</div>
<div><br></div><div>Anyone could help me please?</div><div><br></div><div>Thanks to all,</div><div>Riccardo</div><div><br></div><div>P.S.: My tinyows.xml look like this:</div><div><br></div><div><div>&lt;tinyows online_resource=&quot;<a href="http://127.0.0.1/cgi-bin/tinyows">http://127.0.0.1/cgi-bin/tinyows</a>&quot;  schema_dir=&quot;/usr/local/share/tinyows/schema/&quot; log=&quot;/tmp/tinyows.log&quot; log_level=&quot;1&quot; &gt;</div>
<div><br></div><div>  &lt;pg host=&quot;localhost&quot; user=&quot;user&quot; password=&quot;pwd&quot; dbname=&quot;dbname&quot; port=&quot;5432&quot;/&gt;</div><div><br></div><div>  &lt;metadata name=&quot;TinyOWS Server&quot; title=&quot;TinyOWS Server - Demo Service&quot; /&gt;</div>
<div><br></div><div>  &lt;layer retrievable=&quot;1&quot;</div><div>         queryable=&quot;1&quot;</div><div>         writable=&quot;0&quot;</div><div>         ns_prefix=&quot;tows&quot;</div><div>         ns_uri=&quot;<a href="http://127.0.0.1/">http://127.0.0.1/</a>&quot;</div>
<div>         server=&quot;<a href="http://127.0.0.1/">http://127.0.0.1/</a>&quot;</div><div>         name=&quot;mytable&quot;</div><div>         schema=&quot;myschema&quot;</div><div>         srid=&quot;900913,3785&quot;</div>
<div>         title=&quot;mylayer_tiny&quot;</div><div>         abstract=&quot;test&quot;</div><div>  /&gt;</div><div><br></div><div>&lt;/tinyows&gt;</div></div><div><br></div>