Hi Bernard,<br><br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">I've seen a similar problem, though on a different platform. It was due to a broken django cache. In omero_install_folder/lib/python/omeroweb/settings.py there is a django cache defined CACHE_BACKEND = 'file:///var/tmp/django_cache'. Delete that folder it will be recreated - at least that helped to solve my issues.<br>

</blockquote><br>Thanks a lot; we had the same problem as well. After switching from the Django-based web server to Apache, our web client stopped working because /var/tmp/django_cache was owned by our omero Unix user rather than the Apache user (on Ubuntu, www-data). Moving the folder out of the way allowed the web client to create a new cache folder owned by www-data, and now things are working.<br>

<br>Cheers,<br>Curtis<br><br><div class="gmail_quote">On Fri, Aug 13, 2010 at 8:57 AM, Bernhard Holländer <span dir="ltr"><<a href="mailto:bernhard.hollaender@gmail.com">bernhard.hollaender@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi Alex,<br>
<div class="im"><br>
> So still the problem persists, basically <a href="http://localhost/webadmin" target="_blank">http://localhost/webadmin</a> appears<br>
> fine, but with the correct log in details the log in page just reloads<br>
> itself<br>
<br>
</div>I've seen a similar problem, though on a different platform. It was<br>
due to a broken django cache. In<br>
omero_install_folder/lib/python/omeroweb/settings.py there is a django<br>
cache defined CACHE_BACKEND = 'file:///var/tmp/django_cache'. Delete<br>
that folder it will be recreated - at least that helped to solve my<br>
issues.<br>
<br>
Cheers, Bernhard<br>
<div><div></div><div class="h5">_______________________________________________<br>
ome-users mailing list<br>
<a href="mailto:ome-users@lists.openmicroscopy.org.uk">ome-users@lists.openmicroscopy.org.uk</a><br>
<a href="http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users" target="_blank">http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users</a><br>
</div></div></blockquote></div><br>