|
|
| Can't start the scheduler |

|
2006-10-08 11:19:18 |
Hi Marko,
Yes, something seems to be wrong with either the php module,
or the
user directory module in Apache.
You can check whether these modules are enabled like so:
ls /etc/apache2/mods-enabled/
The directory listing you get should look like this:
cgi.load php5.conf php5.load userdir.conf
userdir.load
If you have more files listed, that's OK; if you have less,
then you
found the problem.
If the modules are enabled, then something else is wrong...
Try
opening this link in your browser:
http://localhost/~marko/livesupport/st
orageServer/var/install/getXrUrl.php
And tell us what it says.
Ferenc
On 10/7/06, marko.pekic gmail.com <marko.pekic gmail.com> wrote:
> 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...?
|
|
| Can't start the scheduler |

|
2006-10-08 11:35:39 |
On Sunday 08 October 2006 13:19, Ferenc Gerlits wrote:
> The directory listing you get should look like this:
> cgi.load php5.conf php5.load userdir.conf
userdir.load
I have all of them.
> Try
> opening this link in your browser:
> http://localhost/~marko/livesupport/st
orageServer/var/install/getXrUrl.php
> And tell us what it says.
I don't have "storageServer" directory.
Directories inside "/localhost/~marko/livesupport"
are:
- authentication
- core
- db
- eventScheduler
- getid3
- gstreamerElements
- htmlUI
- playlistExecutor
- schedulerClient
- storageAdmin
- storageClient
- widgets.
Maybe that's the problem.
Marko
|
|
| Can't start the scheduler |

|
2006-10-08 13:34:33 |
Hi Marko,
And with ls /home/marko/src/livesupport/src/modules ?
Frans van Berckel
On Sun, 2006-10-08 at 13:35 +0200, Marko Pekic wrote:
> On Sunday 08 October 2006 13:19, Ferenc Gerlits wrote:
> > The directory listing you get should look like
this:
> > cgi.load php5.conf php5.load userdir.conf
userdir.load
>
> I have all of them.
>
> > Try
> > opening this link in your browser:
> > http://localhost/~marko/livesupport/st
orageServer/var/install/getXrUrl.php
> > And tell us what it says.
>
> I don't have "storageServer" directory.
>
> Directories inside
"/localhost/~marko/livesupport" are:
> - authentication
> - core
> - db
> - eventScheduler
> - getid3
> - gstreamerElements
> - htmlUI
> - playlistExecutor
> - schedulerClient
> - storageAdmin
> - storageClient
> - widgets.
>
> Maybe that's the problem.
>
> Marko
>
|
|
| Can't start the scheduler |

|
2006-10-08 16:17:11 |
On Sunday 08 October 2006 15:34, Frans van Berckel wrote:
> Hi Marko,
>
> And with ls /home/marko/src/livesupport/src/modules ?
alib db htmlUI
storageClient
archiveServer eventScheduler playlistExecutor
storageServer
authentication getid3 schedulerClient widgets
core gstreamerElements storageAdmin
Marko
|
|
| Can't start the scheduler |

|
2006-10-08 16:57:04 |
Hi Marko,
This looks OK to me ... and with sudo tail
/var/log/apache2/error.log
Frans van Berckel
On Sun, 2006-10-08 at 18:17 +0200, Marko Pekic wrote:
> On Sunday 08 October 2006 15:34, Frans van Berckel
wrote:
> > Hi Marko,
> >
> > And with ls
/home/marko/src/livesupport/src/modules ?
>
> alib db htmlUI
storageClient
> archiveServer eventScheduler playlistExecutor
storageServer
> authentication getid3 schedulerClient
widgets
> core gstreamerElements storageAdmin
>
> Marko
>
|
|
| Can't start the scheduler |

|
2006-10-08 18:09:58 |
On Sunday 08 October 2006 18:57, Frans van Berckel wrote:
> Hi Marko,
>
> This looks OK to me ... and with sudo tail
/var/log/apache2/error.log
[Sun Oct 08 20:07:29 2006] [alert] [client
127.0.0.1]
/home/marko/public_html/livesupport/storageServer/.htaccess:
DirectoryIndex not allowed here
M.
|
|
| Can't start the scheduler |

|
2006-10-08 18:59:06 |
Hi Marko,
It's OK got the do with the security. Do you get error's
with ...
make -C ./src/modules/storageServer check
Frans van Berckel
On Sun, 2006-10-08 at 20:09 +0200, Marko Pekic wrote:
> On Sunday 08 October 2006 18:57, Frans van Berckel
wrote:
> > Hi Marko,
> >
> > This looks OK to me ... and with sudo tail
/var/log/apache2/error.log
>
> [Sun Oct 08 20:07:29 2006] [alert] [client
> 127.0.0.1]
/home/marko/public_html/livesupport/storageServer/.htaccess:
> DirectoryIndex not allowed here
>
> M.
>
|
|
| Can't start the scheduler |

|
2006-10-08 19:15:36 |
On Sunday 08 October 2006 20:59, Frans van Berckel wrote:
> Hi Marko,
>
> It's OK got the do with the security. Do you get
error's with ...
>
> make -C ./src/modules/storageServer check
Yes, I do. Here is the output...
----------------------------------------------------
make: Entering directory
`/home/marko/src/livesupport/src/modules/storageServer'
./var/xmlrpc/testRunner.sh
# storageServer XMLRPC URL:
http://localhost:80/~marko/livesupp
ort/storageServer/var/xmlrpc/xrLocStor.php
#XMLRPC: storage test
# login: HTTP error, got response: HTTP/1.1 500 Internal
Server Error
xr_cli_test.php: Didn't receive 200 OK from remote server.
(HTTP/1.1 500
Internal Server Error) 5
make: *** [testonly] Error 1
make: Leaving directory
`/home/marko/src/livesupport/src/modules/storageServer'
----------------------------------------------------
Marko
|
|
| Can't start the scheduler |

|
2006-10-08 20:11:52 |
Hi Marko,
So that's clear you get a error on login. It's on line 72 -
76 in
src/modules/storageServer/var/xmlrpc/testRunner.sh.
Hope Tomas will support you.
Frans van Berckel
On Sun, 2006-10-08 at 21:15 +0200, Marko Pekic wrote:
> On Sunday 08 October 2006 20:59, Frans van Berckel
wrote:
> > Hi Marko,
> >
> > It's OK got the do with the security. Do you get
error's with ...
> >
> > make -C ./src/modules/storageServer check
>
> Yes, I do. Here is the output...
>
> ----------------------------------------------------
> make: Entering directory
> `/home/marko/src/livesupport/src/modules/storageServer'
> ./var/xmlrpc/testRunner.sh
>
> # storageServer XMLRPC URL:
> http://localhost:80/~marko/livesupp
ort/storageServer/var/xmlrpc/xrLocStor.php
> #XMLRPC: storage test
> # login: HTTP error, got response: HTTP/1.1 500
Internal Server Error
> xr_cli_test.php: Didn't receive 200 OK from remote
server. (HTTP/1.1 500
> Internal Server Error) 5
> make: *** [testonly] Error 1
> make: Leaving directory
> `/home/marko/src/livesupport/src/modules/storageServer'
> ----------------------------------------------------
>
> Marko
>
|
|
| Can't start the scheduler |

|
2006-10-09 07:30:06 |
Marko Pekic wrote:
>> Try
>> opening this link in your browser:
>> http://localhost/~marko/livesupport/st
orageServer/var/install/getXrUrl.php
>> And tell us what it says.
>
> I don't have "storageServer" directory.
What happens when you open the above link? A 500 error
again? If so,
please produce this error, and then take a look at the
apache error log
(like Frans said, `sudo tail /var/log/apache2/error.log`).
To test whether Apache is working at all, put a simple text
file named
index.html in /var/www (you'll need sudo for this) and in
/home/marko/public_html. Then try opening
http://localhost/
and
http://localhost/~marko/
they should both display your text file. Do these work?
Ferenc
|
|