<div dir="ltr"><div><div><div>Dear Fenoy,<br><br></div>Thank you so much. My zoo kernel has started working.<br></div>Thanks a lot.<br><br></div>Anju Bajpai<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 23, 2016 at 3:24 PM, Fenoy Gerald <span dir="ltr"><<a href="mailto:gerald.fenoy@geolabs.fr" target="_blank">gerald.fenoy@geolabs.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Anju,<br>
you should take a look at the CGI-Exe1 handler from your IIS configuration interface and make sure it accept all the HTTP verb, which should be the case when the installer has run the following command:<br>
<br>
appcmd set config /section:handlers /+[name='CGI-exe1',path='*.cgi',verb='*',modules='CgiModule']<br>
<br>
You should not define any mimeType for cgi application. Indeed, it will be the ZOO-Kernel responsibility to generate the adequate mimeType depending on the request sent by clients.<br>
<br>
Personally I would also try to access the ZOO-Kernel using the following very basic request: <a href="http://localhost/cgi-bin/zoo_loader.cgi" rel="noreferrer" target="_blank">http://localhost/cgi-bin/zoo_loader.cgi</a> . If it returns an exception report then it means that only the POST request cause the trouble and we should find the way to solve it after we are sure that at least GET is working.<br>
<br>
I hope this helps and it can solve your issue.<br>
<br>
Bets regards,<br>
<span class=""><br>
<br>
> Le 23 juin 2016 à 11:18, Anju Bajpai <<a href="mailto:bajpai.anju@gmail.com">bajpai.anju@gmail.com</a>> a écrit :<br>
><br>
> Dear Fenoy,<br>
><br>
> Thankyou for giving a quick reply.I have run the command given by you but it is giving message as "ERROR ( message:New add object missing required attributes. Cannot add duplicate collection entry of type 'add' with unique key attribute 'path' set to 'c:\inetpub\cgi-bin\zoo_loader.cgi'. By the way what is the mime type for CGI in IIS 10 Windows 10? I have added it as Filename Extension = ".cgi" MIME Type:-"magnus-internal/cgi"<br>
> . )".<br>
> See Screenshot for the error loading zoo_loader.cgi<br>
><br>
</span>> <image.png><br>
<div class="HOEnZb"><div class="h5">><br>
> Please help regarding this.<br>
><br>
> On Thu, Jun 23, 2016 at 2:06 PM, Fenoy Gerald <<a href="mailto:gerald.fenoy@geolabs.fr">gerald.fenoy@geolabs.fr</a>> wrote:<br>
> Dear Anju,<br>
> thanks for trying to use the ZOO-Project on your windows platform.<br>
><br>
> The error you have means that something went wrong during the configuration of your IIS from the installer.<br>
><br>
> I would like to invite you to try the following commands: [1]. It contains all the command which should be run from the installer, you may have noticed that the last line of the commands has been added few weeks ago so it may explain why this was missing in the installer at that time. So first I would try this command from a cmd run as administrator:<br>
><br>
> appcmd.exe set config /section:isapiCgiRestriction /+[path='c:\inetpub\cgi-bin\zoo_loader.cgi',description='ZOO-Project',allowed='True']<br>
><br>
> I hope this helps and you can confirm that it solved you issue.<br>
><br>
> Best regards,<br>
><br>
> [1] <a href="http://www.zoo-project.org/docs/install/windows.html#install-by-hand" rel="noreferrer" target="_blank">http://www.zoo-project.org/docs/install/windows.html#install-by-hand</a><br>
><br>
> > Le 23 juin 2016 à 08:53, Anju Bajpai <<a href="mailto:bajpai.anju@gmail.com">bajpai.anju@gmail.com</a>> a écrit :<br>
> ><br>
> ><br>
> > Dear All,<br>
> ><br>
> > I have just started exploring zoo and it's WPS features for GIS projects.But after installation in IIS 10 and Python  2.7 using Zoo Installer for Windows(32 bit Windows10), I am getting the following error:-<br>
> ><br>
> > POST <a href="http://localhost/cgi-bin/zoo_loader.cgi" rel="noreferrer" target="_blank">http://localhost/cgi-bin/zoo_loader.cgi</a>   405 Method Not Allowed<br>
> ><br>
> > Can you please tell me what could be the possible reason for this?<br>
> ><br>
> > Anju Bajpai<br>
> > RRSC-C<br>
> > Nagpur<br>
> ><br>
> ><br>
> > _______________________________________________<br>
> > Zoo-discuss mailing list<br>
> > <a href="mailto:Zoo-discuss@lists.osgeo.org">Zoo-discuss@lists.osgeo.org</a><br>
> > <a href="http://lists.osgeo.org/mailman/listinfo/zoo-discuss" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/zoo-discuss</a><br>
><br>
><br>
><br>
> Gérald Fenoy<br>
> <a href="http://wiki.osgeo.org/wiki/User:Djay" rel="noreferrer" target="_blank">http://wiki.osgeo.org/wiki/User:Djay</a><br>
><br>
><br>
<br>
<br>
<br>
Gérald Fenoy<br>
<a href="http://wiki.osgeo.org/wiki/User:Djay" rel="noreferrer" target="_blank">http://wiki.osgeo.org/wiki/User:Djay</a><br>
<br>
</div></div></blockquote></div><br></div>