<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>
</head>
<body lang=EN-US link=blue vlink=blue>
<div class=Section1>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>It sounds like a security issue. Are your web
page/scripts being served from <a
href="http://hboard.iwk.uni-karlsruhe.de:8080/">http://hboard.iwk.uni-karlsruhe.de:8080</a>?
If you are not then your HTTP response will be blank. <o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Kind Regards<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Vince<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
<div style='border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt'>
<div>
<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>
<hr size=2 width="100%" align=center tabindex=-1>
</span></font></div>
<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
users-bounces@openlayers.org [mailto:users-bounces@openlayers.org] <b><span
style='font-weight:bold'>On Behalf Of </span></b>Al Zi<br>
<b><span style='font-weight:bold'>Sent:</span></b> Tuesday, February 23, 2010
5:22 AM<br>
<b><span style='font-weight:bold'>To:</span></b> users@openlayers.org<br>
<b><span style='font-weight:bold'>Subject:</span></b> [OpenLayers-Users]
Problems with GetFeatureInfo</span></font><o:p></o:p></p>
</div>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>Dear All,<br>
OpenLayers used together with geoserver 2, tomcat6, Sun Java 6 on Ubuntu server
64 bit.<br>
while trying to use GetFeatureInfo following problems appear: <br>
1) if using GetFeatureInfo like this:<br>
map.events.register('click', map,
function (e) {<br>
document.getElementById('nodelist').innerHTML = "Loading ... please wait
...";<br>
var params = {<br>
REQUEST: "GetFeatureInfo",<br>
EXCEPTIONS: "application/vnd.ogc.se_xml",<br>
BBOX: map.getExtent().toBBOX(),<br>
X: e.xy.x,<br>
Y: e.xy.y,<br>
INFO_FORMAT: 'text/html',<br>
QUERY_LAYERS: map.layers[0].params.LAYERS,<br>
FEATURE_COUNT: 50,<br>
Srs: 'EPSG:32638',<br>
Layers: 'Moskva',<br>
Styles: '',<br>
WIDTH: map.size.w,<br>
HEIGHT: map.size.h,<br>
format: format};<br>
OpenLayers.loadURL("<a
href="http://hboard.iwk.uni-karlsruhe.de:8080/geoserver/wms">http://hboard.iwk.uni-karlsruhe.de:8080/geoserver/wms</a>",
params, this, setHTML, setHTML);<br>
// window.open("<a
href="http://hboard.iwk.uni-karlsruhe.de:8080/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=Moskva&styles=&bbox=-125830.05,6099218.02,153008.285,6277080.521&width=517&height=330&srs=EPSG:32638&format=application/openlayers">http://hboard.iwk.uni-karlsruhe.de:8080/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=Moskva&styles=&bbox=-125830.05,6099218.02,153008.285,6277080.521&width=517&height=330&srs=EPSG:32638&format=application/openlayers</a>");
<br>
OpenLayers.Event.stop(e);<br>
});<br>
}<br>
<br>
// sets the HTML provided into the
nodelist element<br>
function setHTML(response){<br>
document.getElementById('nodelist').innerHTML = response.responseText;<br>
}<br>
<br>
clicking on maps brings up "Loading ... please wait ..." message only
and nothing else.<br>
<br>
2) if using in a way as described in <a
href="http://trac.openlayers.org/wiki/GetFeatureInfo">http://trac.openlayers.org/wiki/GetFeatureInfo</a>
nothing happens at all.<br>
3) I tried to save OpenLayers html provided by geoserver locally and it does
not work as well. "Loading ... please wait ..." message appears for a
short time then disappears and nothing happens<br>
<br>
Any help would be highly appreciated.<br>
Alex<o:p></o:p></span></font></p>
</div>
</div>
</body>
</html>