Hi list,

I've set up a "new" server for my OpenLayers application using the FGS project 
(UMN MapServer 5.4, OpenLayers 2.8, PostgreSQL/PostGIS).

On the "old" server my application is working fine and I can query the objects 
displayed on my map (WMS). The result of an GetFeatureInfo-Request is displayed 
with the help of an HTML-template next to the map frame. 
In Firebug I can see that in the OpenLayers.js  the following line (1081) is 
called:
cXMLHttpRequest.onsend.apply(this,arguments);if(vData&&vData.nodeType){vData=window.XMLSerializer?new
 
window.XMLSerializer().serializeToString(vData):vData.xml;if(!this._headers["Content-Type"])
http://www.seismologie.bgr.de/sdac/erdbeben/kartenanwendung/SEIS.iframe_life.html

When I query an object on my new server I get the following error messages:
In a pop up window:
"Unhandled request return Unexpected Error."
In Firebug:
"500 Unexpected Error" (after 3m 9s)
In Firebug I can see that in the OpenLayers.js  a different line (than on my 
"old" server - 1083) is called:
this._object.send(vData);if(bGecko&&!this._async){this.readyState=cXMLHttpRequest.OPENED;fSynchronizeValues(this);while(this.readyState<cXMLHttpRequest.DONE){this.readyState++;fReadyStateChange(this);if(this._aborted)
http://www.seisonline.bgr.de/karto/SEIS.iframe.html

Any advice is welcome!

Best regards, 
Nina






________________________________________________________________
Neu: WEB.DE Doppel-FLAT mit Internet-Flatrate + Telefon-Flatrate
für nur 19,99 Euro/mtl.!* http://produkte.web.de/go/02/

_______________________________________________
Users mailing list
Users@openlayers.org
http://openlayers.org/mailman/listinfo/users

Reply via email to