PDA

View Full Version : [FIXED] HTTP Server Instance VALENCE21 failed during start-up


Berncote62
03-04-2010, 12:10 PM
I got this at installation time... can you help me ?

HTP8008
From module . . . . . . . . : QZSRSNDM
From procedure . . . . . . : sendEscapeWithMessageFile
Statement . . . . . . . . . : 4
To module . . . . . . . . . : ZHBMAIN
To procedure . . . . . . . : BigSwitch__FiPPc
Statement . . . . . . . . . : 247
Message . . . . : HTTP Server Instance VALENCE21 failed during start-up.
Cause . . . . . : HTTP Server instance VALENCE21 failed because of a
configuration error on line 93 in configuration file
/www/valence21/conf/httpd.conf. Note: If the specified directive is either
a container directive (e.g. <Directory>), or a directive within a container,
the line number identified above may not be correct. In that case, you will
need to verify that all directives in the container, and the container
itself do not have configuration errors. Recovery . . . : See previous
job log messages. Correct the problem and start the server again.

richard.milone
03-05-2010, 03:54 PM
Some systems have a problem with the FusionWidgets directive in the Apache server instance configuration file. We are working on a fix for this on the next build. Until then follow this workaround:

1) Access the HTTP server administrator on port :2001
2) Edit the VALENCE21 configuration file
3) Scroll to the bottom and delete this block:

# valence widgets directives
Alias /FusionWidgets /valence-2.1/FusionWidgets
<Directory /valence-2.1/FusionWidgets>
Order Allow,Deny
allow from all
</Directory>

4) copy the FusionCharts directive block and then change the references from FusionCharts to FusionWidgets
5) restart the server instance

richard.milone
03-07-2010, 11:10 PM
Fixed as of version 2.1.20100307.0