<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
I choose omero fastcgi-tcp with :<br>
omero config set omero.web.application_server "fastcgi-tcp" and then
I have put the stanzas in /etc/apache2/site-enabled/000-default,
given by the command : omero web config apache :<br>
<br>
###<br>
### Stanza for OMERO.web created 2012-09-27 16:16:28.839932<br>
###<br>
FastCGIExternalServer "/opt/OMERO/OMERO.server/var/omero.fcgi" -host
0.0.0.0:4080<br>
<br>
<Directory "/opt/OMERO/OMERO.server/var"><br>
Options -Indexes FollowSymLinks<br>
Order allow,deny<br>
Allow from all<br>
</Directory><br>
<br>
<Directory
"/opt/OMERO/OMERO.server/lib/python/omeroweb/static"><br>
Options -Indexes FollowSymLinks<br>
Order allow,deny<br>
Allow from all<br>
</Directory><br>
<br>
Alias /static /opt/OMERO/OMERO.server/lib/python/omeroweb/static<br>
Alias /omero "/opt/OMERO/OMERO.server/var/omero.fcgi/"<br>
<br>
My Omero diagnostics<br>
<br>
================================================================================<br>
OMERO Diagnostics 4.4.4-ice34-b3099<br>
================================================================================<br>
<br>
Commands: java -version 1.6.0 (/usr/bin/java)<br>
Commands: python -V 2.7.3
(/usr/bin/python)<br>
Commands: icegridnode --version 3.4.2
(/usr/bin/icegridnode)<br>
Commands: icegridadmin --version 3.4.2
(/usr/bin/icegridadmin)<br>
Commands: psql --version 9.1.6 (/usr/bin/psql
-- 2 others)<br>
<br>
Server: icegridnode running<br>
Server: Blitz-0 active (pid = 7485,
enabled)<br>
Server: DropBox active (pid = 7499,
enabled)<br>
Server: FileServer active (pid = 7547,
enabled)<br>
Server: Indexer-0 active (pid = 7540,
enabled)<br>
Server: MonitorServer active (pid = 7506,
enabled)<br>
Server: OMERO.Glacier2 active (pid = 7508,
enabled)<br>
Server: OMERO.IceStorm active (pid = 7510,
enabled)<br>
Server: PixelData-0 active (pid = 7509,
enabled)<br>
Server: Processor-0 active (pid = 7530,
enabled)<br>
Server: Tables-0 active (pid = 7549,
enabled)<br>
Server: TestDropBox inactive (enabled)<br>
<br>
Log dir: /opt/OMERO/OMERO.server/var/log exists<br>
<br>
Log files: Blitz-0.log 2.0 MB errors=2
warnings=4 <br>
Log files: DropBox.log 6.0 KB errors=0
warnings=2 <br>
Log files: FileServer.log 0.0 KB <br>
Log files: Indexer-0.log 1.0 MB errors=10
warnings=1 <br>
Log files: MonitorServer.log 3.0 KB <br>
Log files: OMEROweb.log 50.0 KB errors=0
warnings=300 <br>
Log files: OMEROweb_request.log 46.0 KB errors=0
warnings=300 <br>
Log files: PixelData-0.log 19.0 KB errors=6
warnings=1 <br>
Log files: Processor-0.log 4.0 KB errors=0
warnings=2 <br>
Log files: Tables-0.log 4.0 KB errors=0
warnings=1 <br>
Log files: TestDropBox.log n/a<br>
Log files: master.err 0.0 KB <br>
Log files: master.out 0.0 KB <br>
Log files: Total size 3.98 MB<br>
<br>
Parsing Blitz-0.log:[line:118] => Server restarted <= <br>
Parsing Blitz-0.log:[line:1349] => Server restarted <= <br>
Parsing Blitz-0.log:[line:12320] => Server restarted <= <br>
<br>
Environment:OMERO_HOME=/opt/OMERO/OMERO.server <br>
Environment:OMERO_NODE=(unset) <br>
Environment:OMERO_MASTER=(unset) <br>
Environment:PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/lib/jvm/java-6-sun/bin:/usr/share/Ice-3.4.2:/usr/lib/postgresql/9.1/bin:/opt/OMERO/OMERO.server/bin
<br>
Environment:ICE_HOME=/usr/share/Ice-3.4.2 <br>
Environment:LD_LIBRARY_PATH=/usr/share/java:/usr/lib: <br>
Environment:DYLD_LIBRARY_PATH=(unset) <br>
<br>
OMERO data dir: '/Omero/Omero.data' Exists? True Is writable?
True<br>
OMERO.web status... [RUNNING] (PID 7799)<br>
<br>
The OMEROweb.log is empty. And the browser don't find any web page,
it is waiting........<br>
<br>
Tell me if you need more information .<br>
<br>
Philippe<br>
<br>
<br>
<div class="moz-cite-prefix">Le 28/09/2012 10:55, Will Moore a
écrit :<br>
</div>
<blockquote
cite="mid:80D612B4-BF05-4EB4-B3E9-BEB80472375A@lifesci.dundee.ac.uk"
type="cite">In development mode, Django will only serve static
content if you have debug turned on:
<div><br>
</div>
<div>$ bin/omero config set omero.web.debug True</div>
<div><br>
</div>
<div><br>
</div>
<div>With apache, you're going to have to answer Chris's
questions:</div>
<div><br>
</div>
<div>When you've "switch to Apache option" have you placed the
stanzas in your Apache configuration? Which stanzas have you put
in? What is the exact error you're seeing?</div>
<div><br>
</div>
<div><br>
</div>
<div> Will. </div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div>
<div>On 28 Sep 2012, at 09:20, Mailly Philippe wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
<div text="#000000" bgcolor="#FFFFFF"> Hi,<br>
<br>
I have the same problem on version 4.4.4 Omero web server
don't start. However, if I start the web server in
development option I can see the web page except for the
images.<br>
I have these problems on two machines, one with an upgrade
from 4.4.1 to 4.4.4 and the other from a fresh install of
version 4.4.4.<br>
I’m using on both machines Ubuntu 12.04, apache2.<br>
<br>
<br>
Philippe<br>
<br>
<div class="moz-cite-prefix">Le 28/09/2012 10:14, Mark
Woodbridge a écrit :<br>
</div>
<blockquote cite="mid:50655C7D.8030007@imperial.ac.uk"
type="cite">Hi, <br>
<br>
I just upgraded to 4.4.4 from 4.4.1. Insight works fine
but Web is unusable, possibly due to a JavaScript error
that occurs on initial load (see attached). Occurs in
Firefox and Chrome. Has anyone else encountered this, or
did I mess up the upgrade somehow? <br>
<br>
Thanks, <br>
<br>
Mark. <br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
ome-users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:ome-users@lists.openmicroscopy.org.uk">ome-users@lists.openmicroscopy.org.uk</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users">http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users</a>
</pre>
</blockquote>
<br>
</div>
<span><philippe_mailly.vcf></span>_______________________________________________<br>
ome-users mailing list<br>
<a moz-do-not-send="true"
href="mailto:ome-users@lists.openmicroscopy.org.uk">ome-users@lists.openmicroscopy.org.uk</a><br>
<a class="moz-txt-link-freetext" href="http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users">http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users</a><br>
</blockquote>
</div>
<br>
</div>
</blockquote>
<br>
</body>
</html>