Hi,
I’m trying to figure out why the DescribeFeatureType returns an empty page. I’ve installed version 2.0.2 in two different ways: as a binary and a web archive.
In both cases the behaviour is the same (luckely ;-))
I’m using the demo requests and all seem to work except the DescribeFeatureType (v1.0.0 and v1.1.0). The result is an empty page.
The log file seems ok:
2011-02-07 19:48:30,702 INFO [geoserver.wfs] -
Request: getServiceInfo
2011-02-07 19:48:30,713 INFO [geoserver.wfs] -
Request: describeFeatureType
handle = null
service = WFS
version = 1.1.0
baseUrl = http://localhost:8080/geoserver/
providedVersion = null
typeName = [{http://www.openplans.org/topp}states]
outputFormat = text/xml; subtype=gml/3.1.1
2011-02-07 19:49:06,758 WARN [geoserver.web] - GWCAdminPage does not have a title set
Is this the expected behaviour or I’m I doing something wrong?
Any help is appreciated.
Erwin
On Mon, Feb 7, 2011 at 8:00 PM, Erwin Poeze <erwin.poeze@anonymised.com> wrote:
Hi,
I'm trying to figure out why the DescribeFeatureType returns an empty page.
I've installed version 2.0.2 in two different ways: as a binary and a web
archive.
In both cases the behaviour is the same (luckely ;-))
I'm using the demo requests and all seem to work except
the DescribeFeatureType (v1.0.0 and v1.1.0). The result is an empty page.
The log file seems ok:
2011-02-07 19:48:30,702 INFO [geoserver.wfs] -
Request: getServiceInfo
2011-02-07 19:48:30,713 INFO [geoserver.wfs] -
Request: describeFeatureType
handle = null
service = WFS
version = 1.1.0
baseUrl = http://localhost:8080/geoserver/
providedVersion = null
typeName = [{http://www.openplans.org/topp\}states]
outputFormat = text/xml; subtype=gml/3.1.1
2011-02-07 19:49:06,758 WARN [geoserver.web] - GWCAdminPage does not have a
title set
Is this the expected behaviour or I'm I doing something wrong?
Any help is appreciated.
Empty page... are you getting the response from the browser and if so,
which broswer are you using?
Chrome by default is not able to display xml with syntax highlighting
and you get
what seems an (almost) empty page
Cheers
Andrea
--
-------------------------------------------------------
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 962313
mob: +39 333 8128928
http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf
-------------------------------------------------------
Indeed, I’m using Chrome. After switching to FF the page is filling up nicely with xml.
Thank you!
Erwin
From: Andrea Aime andrea.aime@anonymised.com
To: Erwin Poeze erwin.poeze@anonymised.com
Cc: geoserver-users@lists.sourceforge.net
Sent: Mon, February 7, 2011 9:49:47 PM
Subject: Re: [Geoserver-users] DescribeFeatureType returns an empty page
On Mon, Feb 7, 2011 at 8:00 PM, Erwin Poeze <erwin.poeze@anonymised.com> wrote:
Hi,
I’m trying to figure out why the DescribeFeatureType returns an empty page.
I’ve installed version 2.0.2 in two different ways: as a binary and a web
archive.
In both cases the behaviour is the same (luckely ;-))
I’m using the demo requests and all seem to work except
the DescribeFeatureType (v1.0.0 and v1.1.0). The result is an empty page.
The log file seems ok:
2011-02-07 19:48:30,702 INFO [geoserver.wfs] -
Request: getServiceInfo
2011-02-07 19:48:30,713 INFO [geoserver.wfs] -
Request: describeFeatureType
handle = null
service = WFS
version = 1.1.0
baseUrl = http://localhost:8080/geoserver/
providedVersion = null
typeName = [{http://www.openplans.org/topp}states]
outputFormat = text/xml; subtype=gml/3.1.1
2011-02-07 19:49:06,758 WARN [geoserver.web] - GWCAdminPage does not have a
title set
Is this the expected behaviour or I’m I doing something wrong?
Any help is appreciated.
Empty page… are you getting the response from the browser and if so,
which broswer are you using?
Chrome by default is not able to display xml with syntax highlighting
and you get
what seems an (almost) empty page
Cheers
Andrea
–
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 962313
mob: +39 333 8128928
http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf
On Tue, Feb 8, 2011 at 8:05 AM, Erwin Poeze <erwin.poeze@anonymised.com> wrote:
Indeed, I'm using Chrome. After switching to FF the page is filling up
nicely with xml.
I also use Chrome btw, I've installed this extension
https://chrome.google.com/extensions/detail/gbammbheopgpmaagmckhpjbfgdfkpadb
to have xml properly displayed.
It does not work in all situations, but if you make a straight request
it will show
the result with syntax highlight and offer some extra goodies as well (such
as xpath evaluator)
Cheers
Andrea
--
-------------------------------------------------------
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 962313
mob: +39 333 8128928
http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf
-------------------------------------------------------