Has anyone seen this error while installing Developer portal 15.07?

Installer exists after showing this error.

--------------------------------------------------------------------------------

Step 4 of 6: Configure Apache Web Server

--------------------------------------------------------------------------------

Where should Dev Portal application files be installed? [/var/www/html]: /var/www/html

Dev Portal application directory already exists: /var/www/html

Dev Portal will be installed to: /var/www/html.

An Apache virtual host will be configured for the Developer Portal.

You will need to give a valid DNS configured hostname for this server or you will

not be able to connect to the server from any remote system. If you have not configured

this system with a hostname, use the IP address of the server.

What hostname or IP should be associated with the Dev Portal [10.72.6.252]: 10.72.6.252

Making sure Apache runs at startup

Starting Apache...

restart: unrecognized service

0 2 528
2 REPLIES 2

Not applicable

I haven't ever seen that error with the install, but it just means apache somehow failed to register as a service.... if you run:

service unknownService start

Then you can reproduce that error... At some point it should be running

chkconfig apache on

which registers that service ... This should never happen though, so something went wrong earlier I'd say.

/geir

We tried the following, but did not help.

chkconfig apache on