[Geoserver-users] Filter creation problem: null

hi,

i’m doing the following request

http://server:8080/geoserver/wfs?VERSION=1.0.0&SERVICE=WFS&REQUEST=GetFeature&typename=lb:services&bbox=$box

this request worked until i changed the typename .

services is a oracle datastore, before i requested data from a shapefile :

http://server:8080/geoserver/wfs?VERSION=1.0.0&SERVICE=WFS&REQUEST=GetFeature&typename=lb:poi&bbox=$box

that worked, requesting the data from services i get an error :

<?xml version="1.0" ?>
<ServiceExceptionReport
   version="1.2.0"
   xmlns="[http://www.opengis.net/ogc](http://www.opengis.net/ogc)"
   xmlns:xsi="[http://www.w3.org/2001/XMLSchema-instance](http://www.w3.org/2001/XMLSchema-instance)"
   xsi:schemaLocation="[http://www.opengis.net/ogc
](http://www.opengis.net/ogc) [http://loki.logiball.de:8080/geoserver/schemas//wfs](http://loki.logiball.de:8080/geoserver/schemas//wfs)
/1.0.0/OGC-exception.xsd">
   <ServiceException>
      Filter creation problem: null

Filter creation problem: null   </ServiceException>
</ServiceExceptionReport>

whats wrong here?

regards,

Jan

jan w. ha scritto:

hi,

i'm doing the following request

http://server:8080/geoserver/wfs?VERSION=1.0.0&SERVICE=WFS&REQUEST=GetFeature&typename=lb:services&bbox=$box

this request worked until i changed the typename .

services is a oracle datastore, before i requested data from a shapefile :

http://server:8080/geoserver/wfs?VERSION=1.0.0&SERVICE=WFS&REQUEST=GetFeature&typename=lb:poi&bbox=$box

that worked, requesting the data from services i get an error :

Hmm... that may be anything. I assume $box is just a placeholder in your examples, but you replacing it with a real bbox spec before the request is sent, right?
Can you attach the full stack trace that you can find in the GeoServer logs?

Cheers
Andrea