[Dspace-tech] Migrating Dspace 1.5.0 to new server runing 1.5.2

2009-08-07 Thread Lewatle Phaladi
Hi All What we have done is : We restored our postgres database to a new server, installed Dspace 1.5.2 and when we view our application, most of the customization from the production website are available to our new site, the problem is with the assetstore we cant access any pdf, word or

[Dspace-tech] ant fresh_install error

2009-08-07 Thread Emilios Hadjiprokopi
I am getting the following error when I am runninh ant fresh_install [java] 2009-08-07 14:30:46,031 WARN org.dspace.storage.rdbms.DatabaseManager @ Got SQL Exception: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint checksum_results_pkey

[Dspace-tech] Migrating Dspace to new physical server

2009-08-07 Thread Lewatle Phaladi
Hi All We have production Dspace 1.5.0 site and new phisical server that we want to setup Dspace 1.5.2 on it, we restored data fine from production server database to our postgres database on new server and when i open web browser i can view it perfect with the customazation that are on

Re: [Dspace-tech] ant fresh_install error

2009-08-07 Thread Lewatle Phaladi
use sudo ant update or # ant update then : sudo chown dspace [dspace]/webapps cd [dspace]/webapps cp -r jspui xmlui tomcat/webapps tomcat/webapps = location of your tomcat like on my system is /usr/local/tomcat/webapps sudo service tomcat restart i hope that will help -Original

Re: [Dspace-tech] messages.xml changes not being reflected

2009-08-07 Thread Shane Beers
Thanks for the advice. Strangely, every other text change appears to reflect correctly besides the DSpace/Manakin Repository heading on the front page of /xmlui I'm working from the Reference theme, so perhaps there is something in this theme that pulls this text from somewhere else than

[Dspace-tech] question about ItemImport processing in DSpace 1.5.1

2009-08-07 Thread Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]
Can anyone tell me if, as delivered and by default, ItemImport.java in DSpace 1.5.1 updates both the browse and search indices for each new record it adds/imports to DSpace? If so, can these real-time updates be turned off in order to speed up import processing time? We do run

Re: [Dspace-tech] ant fresh_install error

2009-08-07 Thread Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]
Sounds like maybe you have already run fresh_install or at least part of it...? It's getting an error trying to insert new rows into table(s) in the database. The good news is that, if this is what is happening, it won't hurt anything - the queries will just fail, but won't mess anything up.

Re: [Dspace-tech] Migrating Dspace to new physical server

2009-08-07 Thread Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]
Documents are stored on the server, usually in /dspace/assetstore while metadata is stored in the dspace database. You'll need to copy the assetstore directory(s) from the old server to the new as well as restoring the database. Hope I'm understanding your question and that this may help you!

Re: [Dspace-tech] messages.xml changes not being reflected

2009-08-07 Thread Williams, Steven D
Hello Shane, DId you change the following line in message.xml... message key=xmlui.dri2xhtml.structural.head-subtitleDspace/Manakin Repository/message The larger font size is transformed in the structural.xsl file in themes/dri2xhtml starting on line 1337. // !--

[Dspace-tech] DSpace registration URL change?

2009-08-07 Thread Stan Orlov
Greetings, We have DSpace 1.5.1 on Windows 2003. When a user registers, they receive the following email: === To complete registration for a DSpace account, please click the link below:

Re: [Dspace-tech] DSpace registration URL change?

2009-08-07 Thread Gabriela Mircea
Hi Stan, You need to change the values for dspace.url dspace.hostname in [dspace-install]/config/dspace.cfg and then restart tomcat. You can find more details on dspace.cfg at http://www.dspace.org/1_5_2Documentation/ch05.html#N11633. I hope this helps, Gabriela From: Stan Orlov

Re: [Dspace-tech] DSpace registration URL change?

2009-08-07 Thread Claudia Juergen
Hi Stan, this comes from the dspace.url in [dspace-source]/dspace/config/dspace.cfg Check the following section: # DSpace base URL. Include port number etc., but NOT trailing slash # Change to xmlui if you wish to use the xmlui as the default, or remove # /jspui and set webapp of your choice

Re: [Dspace-tech] DSpace registration URL change?

2009-08-07 Thread Stan Orlov
Thank you Gabriela and Claudia, Worked like a charm! Cheers, Stan On Fri, Aug 7, 2009 at 3:19 PM, Claudia Juergen claudia.juer...@ub.uni-dortmund.de wrote: Hi Stan, this comes from the dspace.url in [dspace-source]/dspace/config/dspace.cfg Check the following section: # DSpace base

Re: [Dspace-tech] messages.xml changes not being reflected

2009-08-07 Thread Shane Beers
Yes, I changed that line, along with many others. However, that's the only change that isn't working, so I'm guessing that text must be coming from some other document... but I'm not sure how that is happening. Your pointer to the heading size worked great, thank you. Thanks! Shane --

Re: [Dspace-tech] messages.xml changes not being reflected

2009-08-07 Thread Williams, Steven D
Shane, Not sure if this will help, but the style.css in the Reference theme is set to not display the header text and instead display an image. div#ds-header a span#ds-header-logo { width: 190px; height: 80px; float: right; background-image:

Re: [Dspace-tech] messages.xml changes not being reflected

2009-08-07 Thread Williams, Steven D
O, that is stored in the config file as news-xmlui.xml and you will have to restart the server to see the changes. You can also override this in your theme XSL. !-- Replace Home Page Welcome text-- xsl:template match=//dri:body/dri:d...@n='news'] !-- Your content here --

Re: [Dspace-tech] messages.xml changes not being reflected

2009-08-07 Thread Gabriela Mircea
Hi Shane, The text you mention below is controlled from the news-xmlui.xml file found in your DSpace configuration directory. Gabriela -Original Message- From: Shane Beers [mailto:sbe...@gmu.edu] Sent: Friday, August 07, 2009 4:17 PM To: Williams, Steven D Cc: Dspace Tech Subject: Re: