Re: [Dspace-tech] PostgreSQL refuse access

2007-11-20 Thread Robert Roggenbuck
Thanks for Your hint. The result of 'lsof -i tcp:5432' is: COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME postgres 5384 postgres3u IPv4 17284 TCP localhost:postgresql (LISTEN) This looks quite ok. Or should there are more processes / files? Regards Robert James

Re: [Dspace-tech] PostgreSQL refuse access

2007-11-20 Thread James Rutherford
On Tue, Nov 20, 2007 at 08:58:04AM +, Robert Roggenbuck wrote: Thanks for Your hint. The result of 'lsof -i tcp:5432' is: COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME postgres 5384 postgres3u IPv4 17284 TCP localhost:postgresql (LISTEN) This looks quite ok. Or

[Dspace-tech] itemexport.java

2007-11-20 Thread Jayan Chirayath Kurian
Hi! In the writeMetadata()method of DSPace141\src\org\dspace\app\itemexport.java, if the qualifier value is changed from qualifier == null to qualifier=uri or qualifier=available, changes to the dublin core file (i.e. dcv.qualifier) is not reflected. Please suggest how to make changes to the

Re: [Dspace-tech] PostgreSQL refuse access

2007-11-20 Thread Robert Roggenbuck
James Rutherford schrieb: No, this is fine. The only thing I can think of then is that either something changed in your pg_hba.conf to deny access to your DSpace user or your dspace.cfg has been updated, and the incorrect password is in there. Is the database running on the same machine as

Re: [Dspace-tech] Differences between the data model and the trunk

2007-11-20 Thread Mark Diggory
On Nov 20, 2007, at 3:55 AM, Andrea Bollini wrote: Larry Stone ha scritto: Collection * - * Item It's worth noting that while an Item may be a member of multiple Collections, it still refers to only one of them as its owner; it is returned by getOwningCollection(). true but IMHO this

[Dspace-tech] Stadistics Dspace

2007-11-20 Thread Rodrigo Castro Artigas
I need configure Stadistics in mu dspace. The follow message show: There are currently no reports available for this service. Please check back later. Thanks - This SF.net email is sponsored by: Microsoft Defy all

[Dspace-tech] Manakin error

2007-11-20 Thread Mika Stenberg
Manakin 1.1a with DSpace 1.4.2 produces the following when trying to access profile or submissions menu items with Reference theme. Any idea whats wrong? -Mika -- An error has occured org.mozilla.javascript.EvaluatorException:

Re: [Dspace-tech] Stadistics Dspace

2007-11-20 Thread Claudia Jürgen
Hola Rodrio, in order to use the statistics you got to do some configuration see [dspace-source]/docs/configure.html#statistics To have them run regularly you must add the appropriate cronjob as listed in the DSpace installation instructions, e.g.: # Run stat analyses 0 1 * * *

[Dspace-tech] Desired hierarchical display of communities and collection list

2007-11-20 Thread Mohammad Ehtesham
Hi, I am using dspace-1.4.2 version installed on Linux FC-7 server. How can I see the list of communities and collections in desired hierarchical order, not in alphabetically arranged order? Thanks in anticipation. With Regards, Mohammad Ehtesham DISCLAIMER:The information

[Dspace-tech] DSpace error

2007-11-20 Thread NS Hashmi, Information Systems and Computing
Hi Does anyone know what the error below relates to? we've had these errors occurring intermittently today - perhaps tomcat needs a re-start? 2007-11-20 17:04:13,610 WARN org.dspace.app.webui.servlet.InternalErrorServlet @ :session_id=348891038422FF0478DC37B8F866ADA3:internal_error:-- URL

Re: [Dspace-tech] DSpace error

2007-11-20 Thread Dorothea Salo
On Nov 20, 2007 12:43 PM, Tim Donohue [EMAIL PROTECTED] wrote: Naveed, Funny, we just started getting the same error intermittently today, as well. For us it's only happening once every few hours. By way of additional evidence: An internal server error occurred on

Re: [Dspace-tech] DSpace error

2007-11-20 Thread Tim Donohue
Naveed, Funny, we just started getting the same error intermittently today, as well. For us it's only happening once every few hours. I've been digging through our logs for more info. For us, these errors *always* occur from the same web crawler/bot, which is identifying itself as:

Re: [Dspace-tech] how to create a non-interative submission step in manakin

2007-11-20 Thread Jin, Ying
Hi Tim, Thanks for the help. I had problem to generate the DSpace log. Somehow variable ${log.dir} in log4j.properties can't be interpreted correctly and I now hard coded the path. I got tons of these messages in DSpace log when I clicked the submit to this collection button. 2007-11-20

Re: [Dspace-tech] Manakin error

2007-11-20 Thread Mika Stenberg
This seems strange, since I get this when using the latest stable (1.1a) version. If I use version 1.0 I get another error below - whats it about? -- Internal Server Error Message: null Description: No details available. Sender: org.dspace.app.xmlui.DSpaceCocoonServlet Source: Cocoon Servlet

Re: [Dspace-tech] DSpace error

2007-11-20 Thread NS Hashmi, Information Systems and Computing
Hi Tim, Yes, same problem - our apache access log shows the bot:- 61.247.217.34 - - [20/Nov/2007:20:06:18 +] GET /robots.txt HTTP/1.1 200 166 - Yeti/0.01 (nhn/1noon, yetibot@ naver.com, check robots.txt daily and follow it) I'll block this IP. Thanks, Naveed --On 20 November 2007

[Dspace-tech] Creative Commons issues EVEN AFTER recent fixes

2007-11-20 Thread Shane Beers
One of the individuals who deposits documents into our IR is continuining to have issues with the Creative Commons portion of the process. When the individual clicks on the proceed link, the iFrame goes blank and the page remains static. Only by skipping the creative commons process with

Re: [Dspace-tech] Creative Commons issues EVEN AFTER recent fixes

2007-11-20 Thread Graham Triggs
Shane Beers wrote: One of the individuals who deposits documents into our IR is continuining to have issues with the Creative Commons portion of the process. When the individual clicks on the proceed link, the iFrame goes blank and the page remains static. Only by skipping the creative

Re: [Dspace-tech] Creative Commons issues EVEN AFTER recent fixes

2007-11-20 Thread Cameron, Jacob
Hi Shane, It sounds like a problem we’re having here were DSpace is causing some characters to become encoded ( %3A = : ), so your URL is becoming http%3A//creativecommons.org/licenses/by-nc-nd/3.0 instead of HYPERLINK

Re: [Dspace-tech] Export Import - URI -- Test to Production server

2007-11-20 Thread Jayan Chirayath Kurian
Hi! Mark, While items are transferred from the Test server (Export) to the Production server (Import), by default the handler URI appears twice. Since the handler assigned by the test server is not relevant it looks fine to remove the assigned handler by slightly modifying the