[Geoserver-users] ows Exception

I've followed instructions found in many sites on how to create a namespace,
a datastore, a featuretype.
But when i make a request such as:

http://localhost:8090/geoserver/wfs/GetFeature?typeName=topp:bc_roads

whatever the namespace and featuretype, demo or created by me, i get the
following error:

<ows:ExceptionReport version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/ows
http://localhost:8090/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd&quot;&gt;
<ows:Exception exceptionCode="NoApplicableCode">
  <ows:ExceptionText>
   Could not locate {http://www.openplans.org/topp\}bc_roads in catalog.
  </ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>

What "catalog" is it talking about?
http://www.openplans.org/topp doesn't exist, but isn't it just a URI (no
need to be a real working URL)?
--
View this message in context: http://www.nabble.com/ows-Exception-tp18156021p18156021.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

Hi,

which version of GeoServer are you using? I kindly suggest to not use the trunk version in this moment, since many there are a lot of changes going on.

Moreover the request seems to me a bit uncomplete, you need also other parameters like the service, the version and the output format at least.

On Mon, Jun 30, 2008 at 9:26 AM, Snamprogetti <filippo.bultrighini@anonymised.com> wrote:

I’ve followed instructions found in many sites on how to create a namespace,
a datastore, a featuretype.
But when i make a request such as:

http://localhost:8090/geoserver/wfs/GetFeature?typeName=topp:bc_roads

whatever the namespace and featuretype, demo or created by me, i get the
following error:

<ows:ExceptionReport version=“1.0.0”
xsi:schemaLocation=“http://www.opengis.net/ows
http://localhost:8090/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd”>
<ows:Exception exceptionCode=“NoApplicableCode”>
ows:ExceptionText
Could not locate {http://www.openplans.org/topp}bc_roads in catalog.
</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>

What “catalog” is it talking about?
http://www.openplans.org/topp doesn’t exist, but isn’t it just a URI (no
need to be a real working URL)?

View this message in context: http://www.nabble.com/ows-Exception-tp18156021p18156021.html
Sent from the GeoServer - User mailing list archive at Nabble.com.


Check out the new SourceForge.net Marketplace.
It’s the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php


Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Eng. Alessio Fabiani
Vice-President /CTO GeoSolutions S.A.S.
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 349 8227000

http://www.geo-solutions.it


I'm using version 1.6.3 (windows installer) with Oracle plugin. What version
do you suggest?

That request was suggested by the documentation itself so i guess it's
complete. However i also tried and failed with other requests, such as:
http://localhost:8090/geoserver/wms?service=WMS&request=GetMap&format=image/png&width=800&height=600&srs=EPSG:4326&layers=topp:states&styles=polygon&bbox=-125,25,-67,50

Alessio Fabiani wrote:

Hi,

which version of GeoServer are you using? I kindly suggest to not use the
trunk version in this moment, since many there are a lot of changes going
on.

Moreover the request seems to me a bit uncomplete, you need also other
parameters like the service, the version and the output format at least.

--
View this message in context: http://www.nabble.com/ows-Exception-tp18156021p18191980.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

Ciao Filippo,
a few suggestions/questions:

- I would use release 1.6.4, the latest and greatest (see [2])
- Can you provide some details about platform/java version you are working on?

- You mention you are using the oracle plugin, but the WMS request you
report seems to be against the states shapefile, hence oracle is not
involved here. Am I right or you have ingested the states shapefile
into oracle?

- Could you check the logs for the server and report any error message
that you can find for this request? (You can use pastebin to report
the error).

Ciao,
Simone.

[2] http://geoserver.org/display/GEOS/Stable

On Mon, Jun 30, 2008 at 11:41 AM, Snamprogetti
<filippo.bultrighini@anonymised.com> wrote:

I'm using version 1.6.3 (windows installer) with Oracle plugin. What version
do you suggest?

That request was suggested by the documentation itself so i guess it's
complete. However i also tried and failed with other requests, such as:
http://localhost:8090/geoserver/wms?service=WMS&request=GetMap&format=image/png&width=800&height=600&srs=EPSG:4326&layers=topp:states&styles=polygon&bbox=-125,25,-67,50

Alessio Fabiani wrote:

Hi,

which version of GeoServer are you using? I kindly suggest to not use the
trunk version in this moment, since many there are a lot of changes going
on.

Moreover the request seems to me a bit uncomplete, you need also other
parameters like the service, the version and the output format at least.

--
View this message in context: http://www.nabble.com/ows-Exception-tp18156021p18191980.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
-------------------------------------------------------
Eng. Simone Giannecchini
President /CEO GeoSolutions S.A.S.
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 333 8128928

http://www.geo-solutions.it

-------------------------------------------------------

I reinstalled JDK 6 and upgraded to Geoserver 1.6.4, now featuretype names
are recognized correctly.
Grazie
(c'è per caso un forum in italiano?)

Simone.Giannecchini wrote:

Ciao Filippo,
a few suggestions/questions:

- I would use release 1.6.4, the latest and greatest (see [2])
- Can you provide some details about platform/java version you are working
on?

- You mention you are using the oracle plugin, but the WMS request you
report seems to be against the states shapefile, hence oracle is not
involved here. Am I right or you have ingested the states shapefile
into oracle?

- Could you check the logs for the server and report any error message
that you can find for this request? (You can use pastebin to report
the error).

--
View this message in context: http://www.nabble.com/ows-Exception-tp18156021p18212749.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

Snamprogetti ha scritto:

I reinstalled JDK 6 and upgraded to Geoserver 1.6.4, now featuretype names
are recognized correctly.
Grazie
(c'è per caso un forum in italiano?)

No, non c'e'... qualcuno ha già messo in piedi un forum in portoghese
http://groups.yahoo.com/group/geoserver
E' completamente gestito dagli utenti, non ci sono sviluppatori su
quel forum (nessuno di noi parla portoghese).

In ogni caso, se sei interessato a far partire un forum in Italiano,
sei libero di provare(facci sapere se lo fai).

Ciao
Andrea

Hi,

Do you get the capabilities document with a proper request, that should be in your case:

http://localhost:8090/geoserver/wfs?service=WFS&version=1.0.0&request=GetCapabilities

If no, then there is something wrong with your installation. If yes, and topp:states in listed in the document, you could try what happens with a proper getFeature request like:

http://localhost:8090/geoserver/wfs?service=WFS&version=1.0.0&request=GetFeature&typeName=topp:states

-Jukka Rahkonen-

-----Alkuperäinen viesti-----
Lähettäjä: geoserver-users-bounces@lists.sourceforge.net
[mailto:geoserver-users-bounces@lists.sourceforge.net]
Puolesta Snamprogetti
Lähetetty: 27. kesäkuuta 2008 17:08
Vastaanottaja: geoserver-users@lists.sourceforge.net
Aihe: [Geoserver-users] ows Exception

I've followed instructions found in many sites on how to
create a namespace, a datastore, a featuretype.
But when i make a request such as:

http://localhost:8090/geoserver/wfs/GetFeature?typeName=topp:bc_roads

whatever the namespace and featuretype, demo or created by
me, i get the following error:

<ows:ExceptionReport version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/ows
http://localhost:8090/geoserver/schemas/ows/1.0.0/owsException
Report.xsd">
<ows:Exception exceptionCode="NoApplicableCode">
  <ows:ExceptionText>
   Could not locate {http://www.openplans.org/topp\}bc_roads
in catalog.
  </ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>

What "catalog" is it talking about?
http://www.openplans.org/topp doesn't exist, but isn't it
just a URI (no need to be a real working URL)?
--
View this message in context:
http://www.nabble.com/ows-Exception-tp18156021p18156021.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--------------------------------------------------------------
-----------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users