Closed GoogleCodeExporter closed 9 years ago
Actually, I get into admin interface, but I can not see any information
(default class, gss file statistics and other info that was visible when
running ant install run for first time).
Original comment by ngara...@gmail.com
on 13 Oct 2010 at 1:36
I need more data. Can you provide the server.log?
Original comment by past...@gmail.com
on 13 Oct 2010 at 1:40
Ok, log is attached.
Original comment by ngara...@gmail.com
on 14 Oct 2010 at 7:30
Attachments:
What is the value of the adminApiPath property in gss.properties in your
instalation? It should be like follows:
adminApiPath=gss/AdminAPIBean/local
Original comment by past...@gmail.com
on 14 Oct 2010 at 10:12
Well, as it seems I did not have that property in gss.properties file. After
adding it manually, admin interface seems to work. I can add classes, search
user (only test one for now). Only one question left, why file search only
works with full file name (name.extension)? Is this supposed to be that way, to
protect user privacy and such?
Regards,
Nikola
Original comment by ngara...@gmail.com
on 14 Oct 2010 at 10:43
I'm glad it works for you now.
File searching is designed to work with either full URIs or file names (e.g.
http://hostname/pithos/rest/user/files/foo.txt or foo.txt), in order to
minimize the load on the DBMS. The original need for searching files was mainly
for locking down resources when policy violations (copyright infringements
etc.) were reported. In such cases the resource name would be known in full.
Substring matching could be implemented, but it would incur additional load
that would impact other concurrent requests, and we are quite obsessed with
performance in this project.
If, despite all the above, you still prefer substring searches and you would
like to propose such a feature, please open a separate issue so that it can be
discussed further.
Original comment by past...@gmail.com
on 14 Oct 2010 at 11:02
Original issue reported on code.google.com by
ngara...@gmail.com
on 13 Oct 2010 at 1:35