install fails on Solaris8/iPlanet4.1

Post Reply
ikalatch
Posts: 5
Joined: Thu Feb 09, 2006 12:02 pm

install fails on Solaris8/iPlanet4.1

Post by ikalatch »

Hi there,
I have Solaris 8 w. iPlanet 4.1 (formerly Netscape) with a /cgi-bin dir. set up in iPlanet that works just fine but during the Webinator 5.1 install I get the error below. Otherwise when I manually place the texis symlink in the cgi-bin folder (the failed install removes it) and try http://devappus.piog.com/cgi-bin/texis in the browser I can see "This is the default Vortex script: texis/testdb/index in your Webinator install dir...."

The error during install is:
----------
Stopping monitor processes.....done
Checking dir with a web fetch...failed, will try again
Trying again with file...*** Failed ***
The URL http://devappus.piog.com/cgi-bin/texis/ ... html?-dump
could not be fetched.
Possibly the CGI URL prefix (http://devappus.piog.com/cgi-bin)
or the CGI extension (none) is wrong.
The web server response was: HTTP/1.1 404 Not found
----------
I almost looks like the web server treats /texis/ as a folder and does not try to execute it...\
What's wrong here - is it an iPlanet misconfiguration?

Thanks!
ikalatch
Posts: 5
Joined: Thu Feb 09, 2006 12:02 pm

install fails on Solaris8/iPlanet4.1

Post by ikalatch »

... and when I look at the web server logs I see this:
"... trying to GET /cgi-bin/texis/installtest/func.html, cgieng_start_exec reports: cannot find CGI program /usr/local/apache/cgi-bin/texis/installtest/func.html (Not a directory)"
User avatar
John
Site Admin
Posts: 2597
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

install fails on Solaris8/iPlanet4.1

Post by John »

That does look like an iPlanet misconfiguration. It should execute texis if you have /cgi-bin/ correctly configured as a CGI-BIN directory.
John Turnbull
Thunderstone Software
ikalatch
Posts: 5
Joined: Thu Feb 09, 2006 12:02 pm

install fails on Solaris8/iPlanet4.1

Post by ikalatch »

It does execute texis when I point the browser to:

.../cgi-bin/texis

but does not when the install script tries to call:

.../cgi-bin/texis/installtest/func.html?-dump

Seems like iPlanet gets confused and treats /texis/ as a dir. in the later case. Or maybe texis is not looking at the right dir. to locate the script it needs to execute?
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

install fails on Solaris8/iPlanet4.1

Post by mark »

You'd get a whole different message if texis was running but couldn't find it's script.
It would appear that iplanet isn't handling cgi virtual paths correctly. If iplanet can't be configured to do so you'll have to use another webserver or maybe run vhttpd on a different port and use that to access texis.
ikalatch
Posts: 5
Joined: Thu Feb 09, 2006 12:02 pm

install fails on Solaris8/iPlanet4.1

Post by ikalatch »

Thanks! I resolved it - it was iPlanet config...
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

install fails on Solaris8/iPlanet4.1

Post by mark »

Good to hear. Would you mind posting what the config problem was so that others that encounter the same problem will know how to fix it?
ikalatch
Posts: 5
Joined: Thu Feb 09, 2006 12:02 pm

install fails on Solaris8/iPlanet4.1

Post by ikalatch »

Sure: I was trying to enable CGI for an existing iPlanet instance and the way it was set up (with a connection module for ATG Dynamo app. server) it messed up the CGI functionality. I simply created another iPlanet instance through their web interface, running on another port and set up the CGI settings for that instance and the Webinator 5.1 install went just fine after that.
Post Reply