<span style='font-family:Verdana'><span style='font-size:12px'><br /> 
Hi,<br /> 
<br /> 
Applogies for not starting another thread, but this is releated to install problems.<br /> 
<br /> 
I can now login to the admin site, but the main site does not work.<br /> 
<br /> 
I am trying the admin user on the main site.<br /> 
<br /> 
I get the login, but then a 404 error when the login button is pressed.<br /> 
<a href="http://jambuntuserver/plm/login/">http://server/plm/login/</a><br /> 
<br /> 
I assume this is because my webserver is not the root but an alias (/plm/ instead of /)<br /> 
As the same webserver does other stuff....<br /> 
<br /> 
What is the correct way of configuring it for a non root server address?<br /> 
<br /> 
If I type a non-existent user I get the <a href="http://jambuntuserver/plm/login/">http://server/plm/login/</a> but no message about incorrect password.<br /> 
<br /> 
Cheers,<br /> 
Jason.<br /> 
<p style="margin:0px; padding:0px;" > 
         </p> 
<blockquote style="border-left: #ccc 1px solid; margin: 0px 0px 0px 5px; padding-left: 5px" type="cite"> 
        <p style="margin:0px; padding:0px;" > 
                <span style="font-family: Verdana"><span style="font-size: 12px">----- Original Message -----</span></span></p> 
        <p style="margin:0px; padding:0px;" > 
                <span style="font-family: Verdana"><span style="font-size: 12px">From: Pierre Cosquer</span></span></p> 
        <p style="margin:0px; padding:0px;" > 
                <span style="font-family: Verdana"><span style="font-size: 12px">Sent: 03/11/11 04:05 PM</span></span></p> 
        <p style="margin:0px; padding:0px;" > 
                <span style="font-family: Verdana"><span style="font-size: 12px">To: openplm_user@list.openplm.org</span></span></p> 
        <p style="margin:0px; padding:0px;" > 
                <span style="font-family: Verdana"><span style="font-size: 12px">Subject: Re: [Openplm_user] Problems installing</span></span></p> 
        <br /> 
        <div> 
                <div> 
                        <pre style="word-wrap: break-word; white-space: pre-wrap; font-size: 11px"> 
Le Thu, 03 Nov 2011 15:10:07 +0100, 
"Jason Morgan" <j.a.morgan@gmx.co.uk> a écrit : 

> Hi, 
>  I'm trying to install openPLM but I've immediately run into problems. 

>  I've installed prerequsites as per various instructions as well as 
> rabbitmq and celary - whatever they are for? 


Hi, 

Celery is a distributed tasked queue written in Python. It allows 
openPLM to execute long running tasks asynchronously. 
For example, to send a mail, openPLM executes a celery task. 
Celery routes this task to a worker node (a celeryd process). 
Celery needs a message broker. This message broker enables 
clients (the apache server running openPLM) and workers to communicate 
through messaging. RabbitMQ is a message broker software recommended by 
celery. 


>  I've created a database under mysql and populated it using manage.py 

>  I've altered settings.py accordingly. 


>  I've added a line to my apache conf, thus 

>  WSGIScriptAlias /plm/ /var/django/openPLM/trunk/openPLM/apache/django.wsgi 


>  when I browse http://server/plm/admin  i get an admin login dialog, 
> but when I enter my details I get a huge error log 


>  IOError in method_framing.py in read_method, line 221 

>  I am reluctant to post log here as it seems to contain cleartext 
> passwords. 

>  Any clues? 


It seems celery receive an IOError. Maybe celery is missed configured 
(check BROKER_* variables in your settings.py) or a running task 
raised this exception (it may be a bug or a permission error). 
You can also check Celery logs (/var/log/celery/celery.log) and rabbitmq 
logs. 

Can you post a more complete traceback ? I need more data on this 
exception to investigate this problem. 

>  cheers, 
>  Jason. 

Regards, 
Pierre 
_______________________________________________ 
Openplm_user mailing list 
Openplm_user@list.openplm.org 
http://list.openplm.org/mailman/listinfo/openplm_user</pre> 
                </div> 
        </div> 
</blockquote> 
<p style="margin:0px; padding:0px;" > 
         </p> 
<br /> 
</span></span>