I have set up a development environment on a clean Kubuntu
6.06 installation using the instructions from http://code.campware.org/projects/live
support/wiki/DevelopmentEnvironment.
But, when I send the command 'make start', I get the
following error:
--------------------------------------------------
make -C ./src/products/scheduler start
make[1]: Entering directory
`/home/marko/src/livesupport/src/products/scheduler'
./bin/scheduler_devenv.sh start
Starting the LiveSupport scheduler...
using config file '/home/marko/.livesupport/scheduler.xml'
Error in XmlRpcClient::parseResponse: Invalid response - no
methodResponse. Response:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML
2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator,
webmaster localhost and inform them of the time the error
occurred,
and anything you might have done that may have
caused the error.</p>
<p>More information about this error may be available
in the server error log.</p>
<hr>
<address>Apache/2.0.55 (Ubuntu) PHP/5.1.2 Server at
localhost Port 80</address>
</body></html>
error executing command start
authentication problem: Login failed.
sleep 2
make[1]: Leaving directory
`/home/marko/src/livesupport/src/products/scheduler'
--------------------------------------------------
What could be the problem? I guess something is wrong with
my Apache...?
|