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

2007-11-20 Thread Larry Stone
This is really getting out of scope for dspace-tech, but I'd just like to make a plea to look at the data model in the abstract rather than at the implementation level: the way it appears in database tables *doesn't* *matter* at this stage of thinking about it, and I think it muddies the waters eve

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 C:\DSPace141\src\

Re: [Dspace-tech] PostgreSQL refuse access

2007-11-20 Thread Christian Voelker
Hello, Am 20.11.2007 um 13:23 schrieb Robert Roggenbuck: > begin pg_hba.conf# > local all postgres ident sameuser > # TYPE DATABASEUSERCIDR-ADDRESS METHOD > # "local" is for Unix domain socket connections only > local all

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

2007-11-20 Thread Tim Donohue
Ying, I've been doing some more testing with your problem in DSpace 1.5alpha. It is *definitely* a bug! It looks like the XML-UI hits an infinite loop if the *first step* is a non-interactive step. As long as the *first step* has a user interface, the XML-UI also works fine. It's just this

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

2007-11-20 Thread Shane Beers
That was my thought as well, some escape code was throwing the PC for a loop with a poorly formed URL. Anyone with deeper insight feel free to chime in. Shane Beers Digital Repository Services Librarian George Mason University [EMAIL PROTECTED] 703-993-3742 On Nov 20, 2007, at 4:49 PM, Ca

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 "http://creativecommons.org/licenses/by-nc-nd/3.0"http://creativecommons.

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

[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] 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

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] how to create a non-interative submission step in manakin

2007-11-20 Thread Jin, Ying
Hi Tim, The attachment is my item-submission-XMLUI.xml file. Thanks, Ying Quoting Tim Donohue <[EMAIL PROTECTED]>: Ying, If you are getting those same messages over and over in the DSpace log, that would imply you are somehow hitting an "infinite loop". When you click the "submit" button, y

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

2007-11-20 Thread Tim Donohue
Ying, If you are getting those same messages over and over in the DSpace log, that would imply you are somehow hitting an "infinite loop". When you click the "submit" button, you *should* see an item created in *both* the workspaceitem and item table. But, it should not be making updates to

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 12:14

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 http://minds.wiscon

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: "Yeti/0

[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 Was:

Re: [Dspace-tech] Manakin error

2007-11-20 Thread Paulo Jobim
Hi Mika There was a point where this eperson.js pointed to a class that has been modified. try geting a more recent code or modify the java script to point to the right class I hope this helps Paulo Em Nov 20, 2007, às 11:56 AM, Mika Stenberg escreveu: > Manakin 1.1a with DSpace 1.4.2 produces

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

2007-11-20 Thread Mohammad Ehtesham
Hi Claudia, Thanks for the reply, Yes you are right. But I want to arrange the list, even the containers on the same level. For example: (Currently it is being displayed like this - Alphabetically) * Requirements Management (REQM) ** Associated Processes & Standards ** Notes ** Proces

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

2007-11-20 Thread Claudia Jürgen
Hi Mohammad, the community list [your-Dspace-URL]/community-list shows an hierarchical list, where only containers on the same level are arranged alphabetically, i.e. * Top Level Community A ** Collection A ** Collection B ** Subcommunity A *** Collection A * Top Level Community B ** Collectio

[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 con

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]/bin/stat

[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 challenge

[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: "file:/home/dspace/tomcat/webapps/manakin/aspects/EPerson/eperson

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(). >

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

2007-11-20 Thread Mark Diggory
I throw up a flag of caution. I think there are concerns with unpredictable behavior of authorization/policies when such a behavior is allowed (many to many) and we see that in the the database schema where we have added a column to "Item" pertaining to its "owning collection". We should

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

[Dspace-tech] Manakin Resource Not Found

2007-11-20 Thread Mika Stenberg
Occasionally, when rebuilding Manakin 1.0 with DSpace 1.4.2 we are encountering the following error when trying to access Manakin WebUI. DSpace UI works fine. Any idea what might be wrong? -Mika - Resource Not Found Message: Resource Not Found Description: The requested resource "/manak

[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 t

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 o

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 Rutherfor

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

2007-11-20 Thread Andrea Bollini
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 is not really needed... > When an Item is a

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

2007-11-20 Thread Larry Stone
> 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(). When an Item is accessed directly, by itself without the navigational context of one of the Collections