Recently I have been unable to Load or Apply changes to GeoServer with the
UI. When I try to do so, I get back a blank page and no files are modified.
This is a recent changes... the UI worked in the past.
Here is my setup:
GeoServer 1.5.4
Ubuntu 7.04
Version of JVM: Sun Microsystems Inc. : 1.6.0
Here's the steps that illustrate the problem:
1. Start the GeoServer application
2. Browse to the GeoServer UI. Go to Config Section. Log into the Admin
interface
3. Click the Load Button. After 30 seconds a blank screen is returned
(loadFromXML.do)
4. Hit Back on the browser
5. Create a new DataStore (postgis) i.e. Config -> Data -> DataStores ->
New
6. There is now an * next to the Configuration
7. Click the Apply button. After 30 seconds a blank screen is returned
(saveToGeoServer.do)
I noticed I get a few null ips in the request log, corresponding to the Load
and Apply buttons:
taericks@anonymised.com:/home/geoserver/v1.5.4/logs$ tail 2007_12_04.request.log
--lines=15
198.111.191.240 - - [04/12/2007:16:24:52 +0000] "GET
/geoserver/config/index.do HTTP/1.1" 200 8846
198.111.191.240 - - [04/12/2007:16:25:06 +0000] "POST
/geoserver/admin/loginSubmit.do HTTP/1.1" 200 10250
198.111.191.240 - - [04/12/2007:16:25:07 +0000] "GET
/geoserver/images/gs.gif HTTP/1.1" 404 1400
198.111.191.240 - - [04/12/2007:16:25:11 +0000] "GET
/geoserver/images/gs.gif HTTP/1.1" 404 1400
198.111.191.240 - - [04/12/2007:16:25:11 +0000] "GET
/geoserver/config/index.do HTTP/1.1" 200 9195
198.111.191.240 - - [04/12/2007:16:25:27 +0000] "POST
/geoserver/admin/loadFromXML.do HTTP/1.1" 200 658
null - - [04/12/2007:16:25:57 +0000] "POST /geoserver/admin/loadFromXML.do
HTTP/1.1" 200 658
198.111.191.240 - - [04/12/2007:16:27:49 +0000] "GET
/geoserver/config/data/index.do HTTP/1.1" 200 9596
198.111.191.240 - - [04/12/2007:16:28:09 +0000] "GET
/geoserver/config/data/store.do HTTP/1.1" 200 10084
198.111.191.240 - - [04/12/2007:16:28:18 +0000] "GET
/geoserver/config/data/storeNew.do HTTP/1.1" 200 9155
198.111.191.240 - - [04/12/2007:16:28:35 +0000] "GET
/geoserver/images/gs.gif HTTP/1.1" 404 1400
198.111.191.240 - - [04/12/2007:16:28:35 +0000] "POST
/geoserver/config/data/storeNewSubmit.do HTTP/1.1" 200 16124
198.111.191.240 - - [04/12/2007:16:29:00 +0000] "POST
/geoserver/config/data/storeSubmit.do HTTP/1.1" 200 10131
198.111.191.240 - - [04/12/2007:16:29:00 +0000] "GET
/geoserver/images/gs.gif HTTP/1.1" 404 1400
null- - [04/12/2007:16:30:16 +0000] "POST
/geoserver/admin/saveToGeoServer.do HTTP/1.1" 200 658
The geoserver.log file seems normal:
39604 [main] INFO org.mortbay.log - Started SelectChannelConnector @
0.0.0.0:8085
53112 [btpool0-5] INFO org.apache.struts.tiles.TilesRequestProcessor - Tiles
definition factory found for request processor ''.
form connection params { schema="public", port=5432, passwd="yadayada",
dbtype="postgis", host="sql1", estimated extent=false, loose bbox=true,
user="geoserver", database="weighted_index_sql", wkb enabled=true}
typeNames : ("county_miv7b", "input", "qdata", "region", "time_interval",
"weight", "weight_scheme")
--
View this message in context: http://www.nabble.com/Unable-to-Load-or-Apply-config-changes-tf4944138.html#a14154075
Sent from the GeoServer - User mailing list archive at Nabble.com.