Hi,
One of the DSpace (1.4.2) Server is working under institutions intranet.The
mail server of DSpace is forwarding mails to the intranet mail server and
from there it is being distributed to the members.
If a member submit a document all the mails (mail to administrator, reply to
member, etc. ) a
Hello Jose,
-bash-3.00$ ./dsrun org.dspace.app.itemimport.ItemImport -a --replace
[EMAIL PROTECTED] -c 2027.42/40243
-s /l1/dspace/repository/dev/archive/1 -m mapfile_item_1
Hope this works
Cheers!
Jayan
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sunil
Ghai
Sent: Friday, January 11, 2008 2:12 AM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Database is not connected.
Hello guys,
I have been successful in installing Dspace 4.2
1/ the PL/JAVA posix installation must be followed exactly (except the
typo for "pljava.classpath='usr/share/pljava/pljava.jar"
== missing the pljava directory ===
2/This is normally an issue with the LD_LIBRARY_PATH, and in my case the
links were to the correct location of libjvm.so and to the o
Hi Richard
wow, thanks again!
This is indeed the solution.
I will gladly document this .. should I put it in the Wiki?
thank you
Maike
On 10-Jan-08, at 12:32 PM, Richard Rodgers wrote:
> Hi Maike:
>
> I have not tested this, but if you consult the documentation at:
>
> http://wiki.cr
Terry,
Short answer: no.
Manakin doesn't support the controlled vocabularies plugin, mostly
because it uses a pop-up window which are hard to deal with. I
understand that there is or may be a project at the University of
North Texas to solve this problem.
Scott--
On Jan 10, 2008, at 2
Is is possible to configure feeds in Dspace to push out a 'smarter'
feed?
Such as described here: http://web.resource.org/rss/1.0/modules/dc/
We're interested in being able to see the DC tags in the RSS.
Thanks.
John Furfey
Digit
Quick question. I'm working with Dspace 1.4.2 and Manakin 1.1 and I
just wanted to see if the controlled vocabularies plugin works with the
manakin interface at present. I can see it if I switch to the classic
Dspace interface (jsp), but I'm not seeing it in the manakin submission
process.
Tha
Hi Jeffrey,
you can find a visualization of the db-schema in
[dspace]/docs/image/db-schema.gif
hope that helps
Claudia
> Hello,
>
> When you set up dspace, are there default table and field names. If
> not is there anyway to determine the table and field names.
>
> Thanks
>
> Jeffery Shipman
>
Hi Maike:
I have not tested this, but if you consult the documentation at:
http://wiki.creativecommons.org/Web_Integration_Guide
it suggests that if you add a query parameter 'jurisdiction'
(the doc calls them 'URL variables') to the Creative Commons URL
requested in the submit/creative_commons.
Hi Suyeen,
It looks like your search indices have disappeared for some reason. Try
running:
[dspace]/bin/dsrun org.dspace.search.DSIndexer
Cheers,
Richard
> Hi there,
>
> Our production 1.4.2 DSpace instance is not allowing me to edit or add a
> collection. This feature worked with no prob
Sunny,
It looks like it's erroring out when DSpace attempts to index the new
Collection information in the underlying Lucene search engine. It's
possible your Lucene search indexes somehow got corrupted. To refresh
them and re-index all your content, run the following:
[dspace]/bin/index-all
Hello,
When you set up dspace, are there default table and field names. If
not is there anyway to determine the table and field names.
Thanks
Jeffery Shipman
[EMAIL PROTECTED]
-
Check out the new SourceForge.net Mark
Hi there,
Our production 1.4.2 DSpace instance is not allowing me to edit or add a
collection. This feature worked with no problem on Tuesday, then generates the
following error Wednesday morning. I found a reference in Sourceforge in an
email from Mika Stenberg 2005-10-12 03:47, but no answe
Hello guys,
I have been successful in installing Dspace 4.2 and it is up running now.
But i am getting some problems..:(
1) Any other user of the system other than "dspace" is not able to access
the Dspace page in browser. It keeps on looking for the page. I have made
changes in postgresql.conf fi
I happen to be running a replacement import right now. Here's the
command I use:
dsrun org.dspace.app.itemimport.ItemImport --replace
[EMAIL PROTECTED] --collection=1721.1/123 --source=archive1
--mapfile=archive1.map
archive1 is a directory containing another directory named something
like 0051.
Ying,
The advanced search component could be nice to have it configurable...
in the sense that it follows the jspui i.e. listening to the index
configuration. It could also be more configurable to make it easier
for themes to add new indexs and field types.
However right now I am not aware
Just had a quick look at the code, can't see an "id" option. There is a
"collection" option which I think can be the handle.
Cheers, Robin.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Blanco, Jose
Sent: 10 January 2008 16:29
To: Dorothea Salo; dspac
Dorothea:
I followed your instructions, and they make sense. This is the command
I'm using to replace the item. Can you tell me what's wrong with it?
-bash-3.00$ ./dsrun org.dspace.app.itemimport.ItemImport --replace
[EMAIL PROTECTED] --id=2027.42/40243
--source=/l1/dspace/repository/dev/archi
Hi,
I'm working on DSpace 1.5 and trying to customize the advance search. We
would like to add date range search and search fields with list box.
However, it is not configurable so far in manakin. Everything is hardcoded
in advance search aspect. Is there any plan to make it configurable? Is th
On Jan 10, 2008 8:37 AM, Blanco, Jose <[EMAIL PROTECTED]> wrote:
> The things is I want to add the file to a record that has already been
> imported. I tried to export the item then replace it, but the replace
> failed, does ItemImport do item replacement? The documentation talks
> about collectio
It does allow for a replace. If memory serves me right it actually does a
delete and then an add but reusing the same handle. I have a feeling I have
done this successfully in the past although my memory may be playing tricks.
Cheers, Robin.
-Original Message-
From: [EMAIL PROTECTED]
[ma
Hallo,
and excuse me for the dummy question, but I've difficulties to
understand if it's possible and how to expose other metadata than the
DC standard via the OAI-PMH interface.
For example: if I extend the DC schema with a custom metadata, how
could I read it using OAI-PMH?
Thanks for the patien
The things is I want to add the file to a record that has already been
imported. I tried to export the item then replace it, but the replace
failed, does ItemImport do item replacement? The documentation talks
about collection replacement, so I thought maybe I could just try an
item, but it did n
On Jan 10, 2008 6:59 AM, Mika Stenberg <[EMAIL PROTECTED]> wrote:
> Im trying this again. Running Manakin 1.1a and DSpace 1.4.2. Im getting
> error below when clicking "forgot password" or trying to register as new
> user. Whats going on?
I've gotten this one too. Anybody know what it is?
Dorothe
On Jan 9, 2008 2:55 PM, Blanco, Jose <[EMAIL PROTECTED]> wrote:
> This is because it uses the title tag in the item page to create the
> results. The user also notice that for itme is in wiley the google
> results page does not match the title tag of the item. Is there a way
> to make the google
Our University's Special Collections department currently uses our
DSpace installation as the digital archive. As many of the image
materials have commercial value and are frequently requested, Special
Collections currently deposits a low-resolution version of the digital
image into the arc
What are you trying to achieve?
* Are you looking for visible or invisible watermarks (steganography,
ala Digimarc et.al.)?
* Are you looking to have on-the-fly information embedded? On a per-user
basis?
* If "yes," how do you plan to keep track of that information? And if
"yes" to the latter
Im trying this again. Running Manakin 1.1a and DSpace 1.4.2. Im getting
error below when clicking "forgot password" or trying to register as new
user. Whats going on?
-Mika
org.mozilla.javascript.EvaluatorException:
"file:/tmp/Jetty_0_0_0_0_8048_dspace.war__dspace__n8dysb/cocoon-files/Jetty_0
Hi,
we have done a google suggest sort of thing for the dspace search field.
You can learn more on the wiki:
http://wiki.dspace.org/index.php/Autosuggest_using_AJAX
regards,
Lucas van Schaik
Developer
Leiden University Library
Witte Singel 27, Postbus 9501, 2300 RA Leiden
The Netherl
Hi,
I am trying to enable ajax on dspace user interface and specific on search
field (simple and advanced search).
I search on web and dspace communities for more help but I didn't find any
about that.
Can someone help me or give me a quide for dspace ui + ajax.
Thank you in advance.
31 matches
Mail list logo