Re: [Dspace-tech] rolling back files change.

2007-03-16 Thread Stuart Lewis [sdl]
Hi Jose, I think you¹ll also need to change: log4j.appender.A1=org.apache.log4j.RollingFileAppender To log4j.appender.A1=org.apache.log4j.DailyRollingFileAppender The DatePattern describes the format of the filename when the file rolls over. It might be worth testing this on a development syst

[Dspace-tech] rolling back files change.

2007-03-16 Thread Jose Blanco
I'd like the dspace.log files to roll based on date rather than size. From some documentation I found on the web I think that the way to do this is to replace this: log4j.appender.A1.MaxFileSize=1048576 with log4.appender.A1.DatePattern='.'-MM-dd-a This will cause the log file

Re: [Dspace-tech] (What look like) Lucene errors on import and index-all

2007-03-16 Thread Stuart Lewis [sdl]
Hi Mark, Try using a Sun JDK rather than the GNU JDK your system is using. This might solve your problem. Thanks, Stuart _ Datblygydd Cymwysiadau'r WeWeb Applications Developer Gwasanaethau Gwybodaeth

Re: [Dspace-tech] Image Thumbnails

2007-03-16 Thread Inna Klimbovskaia
I figured it out. I just had to run ./filter-media Thank you, Inna - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business to

Re: [Dspace-tech] Error message when running dspace-info.pl

2007-03-16 Thread Jeffrey Trimble
Actually, it was my stupidity on this one. The newest script version never made it into the /dspace/bin directory.(Another note to my upgrade list of things to do when upgrading our production server). We went from 1.3.2 to 1.4.1 on a test server. (Always, test, test, test). I'm sure to

Re: [Dspace-tech] Error message when running dspace-info.pl

2007-03-16 Thread James Rutherford
On Fri, Mar 16, 2007 at 02:13:49PM -0400, Jeffrey Trimble wrote: > ERROR: column "size" does not exist > ERROR: column bs.size does not exist > > I believe I have an issue with my postgres database. Someone want to > venture which table and Sounds like the 'bitstream' table. > how do I fix i

[Dspace-tech] Error message when running dspace-info.pl

2007-03-16 Thread Jeffrey Trimble
I'm receive the following error message: ERROR: column "size" does not exist ERROR: column bs.size does not exist I believe I have an issue with my postgres database. Someone want to venture which table and how do I fix it? TIA, Jeff Jeffrey A. Trimble Systems Librarian Youngstown State U

[Dspace-tech] error with ant fresh_install

2007-03-16 Thread orlando carvalho
Hi again! We had to install again Dspace with: tomcat 5.0.28; jdk 1.4.2; But this time ant fresh_install didn't work and this error appeared: /usr/bin/build-classpath: error: Could not find xml-commons-apis Java extension for this JVM /usr/bin/build-classpath: error: Some specified jars were not

[Dspace-tech] (What look like) Lucene errors on import and index-all

2007-03-16 Thread Mark Jordan
Hi, I'm trying to import items into DSpace and am getting the following errors, just after the first record is parsed (no ID is written to the map file): Exception in thread "main" java.lang.IncompatibleClassChangeError: field org.apache.lucene.analysis.standard.StandardFilter.tokenImage was no

[Dspace-tech] Image Thumbnails

2007-03-16 Thread Inna Klimbovskaia
Hi All, I am trying to enable thumbnails display for images in repository. I changed dspace.cfg to include | webui.browse.thumbnail.show = true webui.browse.thumbnail.maxheight = 150 webui.browse.thumbnail.maxwidth = 150 Restarted tomcat, but nothing is happening. What else can be missing? Thank

Re: [Dspace-tech] Can not edit Top News or Sidebar News

2007-03-16 Thread mfigura
Stuart You are correct, the user that runs Tomcat in my case did not have permissions to write to [dspace]/config/news-top.html and news-side.html . I changed the permissions and I can edit news-top and news side through dspace-admin UI. Thanks for your help, Mike Figura Binghamton University

Re: [Dspace-tech] Can not edit Top News or Sidebar News

2007-03-16 Thread Stuart Lewis [sdl]
Hi Mike, What happens when you try to edit them, do you see any errors? A small thing to check - make sure that the user which runs tomcat, can write to the files [dspace]/config/news-top.html and news-side.html Thanks, Stuart __

[Dspace-tech] DSpace and Google Summer of Code

2007-03-16 Thread Robert Tansley
Hi all, As some of you may know, DSpace is participating as a sponsoring organisation in Google's Summer of Code 2007! This means Google will pay for some students to do development work on DSpace over the summer. Many readers of these DSpace lists are at universities brimming with keen young de

Re: [Dspace-tech] Can not edit Top News or Sidebar News

2007-03-16 Thread James Rutherford
On Fri, Mar 16, 2007 at 11:36:42AM -0400, mfigura wrote: > II recently installed DSpace 1.4.1 on openSuse 10.2 . When I access the > dspace-admin UI I cannot edit Top News or Sidebar News. I can edit > everything else like e-people, groups, etc. I don't understand why > since everything else wor

[Dspace-tech] Can not edit Top News or Sidebar News

2007-03-16 Thread mfigura
II recently installed DSpace 1.4.1 on openSuse 10.2 . When I access the dspace-admin UI I cannot edit Top News or Sidebar News. I can edit everything else like e-people, groups, etc. I don't understand why since everything else works. Could this be a database issue or maybe permissions? Tha

Re: [Dspace-tech] How to configure statistical reports?

2007-03-16 Thread Claudia Jürgen
Hi Nina, been away on a DSapce workshop. So you got a dspace.log with content. After running the stat scripts there should be at a file dspace-log-general-DATE.dat in the log directory. This is used to create the stat reports in /reports later. Do you got this one? Claudia nina joseph schrie

Re: [Dspace-tech] Fwd: Error in MultilingualismDSpace Patch

2007-03-16 Thread Dan Scott
On 16/03/07, Victoria Rasero <[EMAIL PROTECTED]> wrote: > Claudia, > we have run the patch and we have created a new colum (language) in the > e-person table. > We have DSpace 1.4, Tomcat and postgreSQL. > We have rebuild. > And when I register in My DSpace we obtain an error: > > ID de Sesión:5E5B

Re: [Dspace-tech] Fwd: Error in MultilingualismDSpace Patch

2007-03-16 Thread Richard Jones
Hi Victoria, This is pretty strange. Can you, by any chance, turn your logging up to debug level (look in config/log4j.properties, and replace the instance of "INFO" with "DEBUG" and restart Tomcat), reproduce the error, and send us the logging from the request (from log/dspace.log). It might

[Dspace-tech] Statistics Addon

2007-03-16 Thread Pablo San Andrés
Hello, i have installed the statistics module from Minho in my DSpace. But i don't know if it's right. In the repository of Minho there are two ways to view the statistics. But in my DSpace it doesn't appear. It only appear a message in the jsp like : Level Statistics

[Dspace-tech] Fwd: Error in MultilingualismDSpace Patch

2007-03-16 Thread Victoria Rasero
Claudia, we have run the patch and we have created a new colum (language) in the e-person table. We have DSpace 1.4, Tomcat and postgreSQL. We have rebuild. And when I register in My DSpace we obtain an error: ID de Sesión:5E5BB1F390D265D37BCCBB82A41A6BA6 -- URL Was: http://e-archivo2.uc3m.es:808