<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap:break-word">
Dear Jianguo
<div><br>
</div>
<div>I am sorry to hear you have troubles with setting up public user. In order to help you with that I need to know more what you are trying to do.</div>
<div><br>
</div>
<div>
<div>Public user is &nbsp;a single user account that allows open access to all data under the group(s) public user is a member of.</div>
<div>Specifying filter such as<i>&nbsp;omero.web.public.url_filter '^/webgateway' </i>
&nbsp;limits access to the urls starting from specific prefix&nbsp;</div>
<div><br>
</div>
<div><a href="http://www.test.com/omero/webgateway/">http://www.test.com/omero/webgateway/</a>&nbsp;is not a valid url. Webgateway is not a separate application it must be associated with image ID. Thats why you got the following error.</div>
<div>
<div style="color:rgb(0,0,0); font-family:Helvetica; font-size:medium; font-style:normal; font-variant:normal; font-weight:normal; letter-spacing:normal; line-height:normal; orphans:2; text-indent:0px; text-transform:none; white-space:normal; widows:2; word-spacing:0px; word-wrap:break-word">
<div style="color:rgb(0,0,0); font-family:Helvetica; font-size:medium; font-style:normal; font-variant:normal; font-weight:normal; letter-spacing:normal; line-height:normal; orphans:2; text-indent:0px; text-transform:none; white-space:normal; widows:2; word-spacing:0px">
<pre>Caught NoReverseMatch while rendering: Reverse for 'webgateway_get_rois_json' with arguments '('',)' and keyword arguments '{}' not found.</pre>
<div>If you wish to test public user please login to the OMERO.web, find out ID of one of the image and then log out:</div>
<div>1. open <a href="http://your_host/omero/webgateway/img_detail/IMAGE_ID/">http://your_host/omero/webgateway/img_detail/IMAGE_ID/</a> &nbsp;&lt;- it should show image strait away</div>
<div>2. open <a href="http://your_host/omero/webclient/">http://your_host/omero/webclient/</a> &nbsp;&lt;- it should ask you for login</div>
<div><br>
</div>
<div>If you still have any issues please do not hesitate to contact us</div>
<div><br>
</div>
<div><br>
</div>
Kind regards</div>
<div style="color:rgb(0,0,0); font-family:Helvetica; font-size:medium; font-style:normal; font-variant:normal; font-weight:normal; letter-spacing:normal; line-height:normal; orphans:2; text-indent:0px; text-transform:none; white-space:normal; widows:2; word-spacing:0px">
Ola</div>
<div style="color:rgb(0,0,0); font-family:Helvetica; font-size:medium; font-style:normal; font-variant:normal; font-weight:normal; letter-spacing:normal; line-height:normal; orphans:2; text-indent:0px; text-transform:none; white-space:normal; widows:2; word-spacing:0px">
<br>
</div>
<div style="color:rgb(0,0,0); font-family:Helvetica; font-size:medium; font-style:normal; font-variant:normal; font-weight:normal; letter-spacing:normal; line-height:normal; orphans:2; text-indent:0px; text-transform:none; white-space:normal; widows:2; word-spacing:0px">
<br>
</div>
<div style="color:rgb(0,0,0); font-family:Helvetica; font-size:medium; font-style:normal; font-variant:normal; font-weight:normal; letter-spacing:normal; line-height:normal; orphans:2; text-indent:0px; text-transform:none; white-space:normal; widows:2; word-spacing:0px">
<span style="font-family:Arial; font-size:12px; font-weight:bold">Aleksandra Tarkowska, M.Sc. Eng.</span></div>
<div style="color:rgb(0,0,0); font-family:Helvetica; font-size:medium; font-style:normal; font-variant:normal; font-weight:normal; letter-spacing:normal; line-height:normal; orphans:2; text-indent:0px; text-transform:none; white-space:normal; widows:2; word-spacing:0px">
<div><span style="font-size:12px"><font style="font-family:Tahoma">
<div><span style="font-family:Arial">OME Software Developer</span></div>
<span style="font-family:Calibri"><br style="font-family:Arial">
</span></font><span lang="en-GB" style="font-family:Tahoma">
<div style="margin:0pt; font-family:Arial"><font color="black">Wellcome Trust Centre for Gene Regulation &amp; Expression</font></div>
<div style="margin:0pt; font-family:Arial"><font color="black">College of Life Sciences</font></div>
<div style="margin:0pt; font-family:Arial"><font color="black">MSI/WTB/JBC Complex</font></div>
<div style="margin:0pt; font-family:Arial"><font color="black">University of Dundee</font></div>
<div style="margin:0pt; font-family:Arial"><font color="black">Dow Street</font></div>
<div style="margin:0pt"><font face="Calibri,sans-serif" style="font-family:Arial"><font color="black">Dundee&nbsp; DD1 5EH<br>
United Kingdom</font></font></div>
</span></span></div>
</div>
</div>
</div>
<br>
<div>
<div>On 24 Oct 2013, at 11:34, Jianguo Rao &lt;<a href="mailto:JIANGUO.RAO@igmm.ed.ac.uk">JIANGUO.RAO@igmm.ed.ac.uk</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">Dear All,<br>
<br>
I have compiled the OMERO 5 from source ( dated at 2013-10-10 09:23:59,<br>
OMERO.web 5.0.0-beta1-DEV-ice34 ).<br>
<br>
It runs great. But I am in trouble to get the public user working.<br>
<br>
I have followed the instructions listed bellow:<br>
<br>
<a href="http://www.openmicroscopy.org/site/support/omero5/sysadmins/unix/install-web.html">http://www.openmicroscopy.org/site/support/omero5/sysadmins/unix/install-web.html</a><br>
http://www.openmicroscopy.org/site/support/omero4/developers/Web/PublicData.html<br>
<br>
After setting all the requirements listed in the above documentation, and<br>
bin/omero config set omero.web.public.url_filter '^/webgateway'<br>
to test if the automatically login public user work or not.<br>
<br>
http://www.test.com/omero/webgateway/<br>
<br>
I get the following message( feedback has been sent ):<br>
--------------------------------------------------------------------<br>
..<br>
The server encountered an internal error and was unable to complete<br>
your request. Please give us feedback to help to improve the OMERO<br>
applications. Thanks for your patience.<br>
...<br>
---------------------------------------------------------------------<br>
<br>
Any help would be highly appreciated. I would also like to know<br>
if there is anyone run OMERO &nbsp;5 and use public user feature<br>
sucessfully ( I believe some one must have used such feature for<br>
OMERO 5, but just want to make sure.)<br>
<br>
Many thanks for your attention.<br>
<br>
Jianguo<br>
<br>
-- <br>
Dr. Jianguo RAO &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: http://www.hgu.mrc.ac.uk<br>
MRC Human Genetics Unit &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: http://www.emouseatlas.org<br>
MRC IGMM, University of Edinburgh &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: http://www.openmicroscopy.org/site<br>
Western General Hospital &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: JIANGUO.RAO@igmm.ed.ac.uk<br>
Crewe Road, Edinburgh EH4 2XU, UK. &nbsp;&nbsp;&nbsp;&nbsp;: &#43;44-131-3322471x2120<br>
<br>
<br>
-- <br>
The University of Edinburgh is a charitable body, registered in<br>
Scotland, with registration number SC005336.<br>
<br>
<br>
_______________________________________________<br>
ome-users mailing list<br>
ome-users@lists.openmicroscopy.org.uk<br>
http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users<br>
</blockquote>
</div>
<br>
</div>
<br>
<span style="font-size:10pt">The University of Dundee is a registered Scottish Charity, No: SC015096</span>
</body>
</html>