Jose, Have you tried increasing the db.maxconnections in your dspace.cfg, this can happen if you are running out of database connections due to high traffic?
Thanks Michael -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, December 10, 2007 2:04 PM To: [email protected] Subject: DSpace-tech Digest, Vol 20, Issue 11 Send DSpace-tech mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/dspace-tech or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of DSpace-tech digest..." Today's Topics: 1. Problems with Minho Statistics (Victoria Rasero) 2. Re: query on dspace (Blanco, Jose) 3. error in stat-initial (Julio .) 4. dspace sword (Richard Jones) 5. (no subject) (Blanco, Jose) ---------------------------------------------------------------------- Message: 1 Date: Mon, 10 Dec 2007 15:34:17 +0100 From: "Victoria Rasero" <[EMAIL PROTECTED]> Subject: [Dspace-tech] Problems with Minho Statistics To: [email protected] Cc: Ana Poveda <[EMAIL PROTECTED]>, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" Hello, We have installed "Statistics Add-on" of Univ.Minho 1.4.x compliant). When we try to obtain data in the interface, the system doesn't access the database, because the results field is empty: 0. We have try to configure a log file for postgresql, but it is empty too. The file log4j.properties is fine. We have added: log4j.rootCategory=INFO, A1, A2 # A?adido para estad?sticas Add-on de Minho # A2 appender JDBCAppender log4j.appender.A2=org.apache .log4j.jdbc.JDBCAppender log4j.appender.A2.File=/home/dspace/logs_dspace/pg_log/pg.log log4j.appender.A2.URL=jdbc:postgresql://localhost:5432/dspace log4j.appender.A2.user=dspace log4j.appender.A2.password= log4j.appender.A2.sql=INSERT INTO stats_log (date, logger, priority, message) VALUES ('%d', '%c', '%-5p', '%m%n') log4j.appender.A2.layout=org.apache.log4j.PatternLayout We execute 'install-configs'. Please, could anyone help us?. Thanks. ------------------------------------------------------------- Victoria Rasero Gesti?n de Recursos de Informaci?n Biblioteca de la Universidad Carlos III de Madrid ------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 2 Date: Mon, 10 Dec 2007 09:47:07 -0500 From: "Blanco, Jose" <[EMAIL PROTECTED]> Subject: Re: [Dspace-tech] query on dspace To: "biju" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Cc: [email protected] Message-ID: <[EMAIL PROTECTED] .edu> Content-Type: text/plain; charset="us-ascii" I don't know of any other way of doing this through the interface. If you have a lot of these sorts of imports to do, you might consider using ItemImport. You can read about it here: http://www.dspace.org/index.php?option=com_content&task=view&id=144#item importer -Jose ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of biju Sent: Saturday, December 08, 2007 1:38 AM To: [EMAIL PROTECTED] Cc: [email protected] Subject: Re: [Dspace-tech] query on dspace sir i am a user of dspace, my requirement of using the dspace software is to upload the digitised data for user access at various places, i am in the process of uploading various mauals and technical journals. i need to upload the chapters of manuals as seperate items, normally each item consisits of 200 pages, now to upload this chapter of the manual i need to select the document by brousing and then click next button , click add another file button all the time.this is time consuming and boring either can u suggest any method or way to select all the file as seen in the 'file upload window' regards biju On Sat, 08 Dec 2007 [EMAIL PROTECTED] wrote : >Welcome to the [email protected] mailing list! >Welcome! To make helping you as easy as possible, please follow these >guidelines when reporting problems or asking for help, please: > > * Don't be offended if you message is not immediately answered. >Support is a voluntary effort. Feel free to re-post after about a >week if you don't get any replies, but try to include more information >in your post. > > * Reply-all to the list. That way the conversation is archived, and >can be useful for other people. It's also not fair on the person who >was kind enough to reply; replying to a message is not an offer to >become a single point of support. > > * Use a descriptive subject line. Just "help" or no subject at all >means that the busy people on the list are like to skip over your >message, rather than think "ah, that's something I can help with". > > * Specify your DSpace version number. > > * Check the contents of your dspace.log file for errors if you're >reporting an internal server error or 'blank page syndrome'. Just >posting a message that says "I do X and get an internal server error" >will not allow anyone to help you. Check the log files, documented >here: > http://dspace.org/technology/system-docs/directories.html#logfiles > >and include any exception stack traces and a few surrounding lines in >your post, preferable as an attachment. > > >To post to this list, send your email to: > > [email protected] > >General information about the mailing list is at: > > https://lists.sourceforge.net/lists/listinfo/dspace-tech > >If you ever want to unsubscribe or change your options (eg, switch to >or from digest mode, change your password, etc.), visit your >subscription page at: > > https://lists.sourceforge.net/lists/options/dspace-tech/star_4446%40redi ffmail.com > > >You can also make such adjustments via email by sending a message to: > > [EMAIL PROTECTED] > >with the word `help' in the subject or body (don't include the >quotes), and you will get back a message with instructions. > >You must know your password to change your options (including changing >the password, itself) or to unsubscribe. It is: > > stride > >Normally, Mailman will remind you of your lists.sourceforge.net >mailing list passwords once every month, although you can disable this >if you prefer. This reminder will also include instructions on how to >unsubscribe or change your account options. There is also a button on >your options page that will email your current password to you. -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 3 Date: Mon, 10 Dec 2007 15:57:33 +0000 (GMT) From: "Julio ." <[EMAIL PROTECTED]> Subject: [Dspace-tech] error in stat-initial To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="utf-8" Hello, I am trying to execute: ./stat-initial But display follows error: Exception in thread "main" java.sql.SQLException: ORA-01843: mes no v??lido at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134) at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289) at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:573) at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1891) at oracle.jdbc.ttc7.TTC7Protocol.fetch(TTC7Protocol.java:1198) at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2 400) at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement. java:2672) at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedS tatement.java:589) at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedSt atement.java:527) at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(Delegat ingPreparedStatement.java:92) at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(Delegat ingPreparedStatement.java:92) at org.dspace.storage.rdbms.DatabaseManager.query(DatabaseManager.java:259) at org.dspace.storage.rdbms.DatabaseManager.querySingle(DatabaseManager.jav a:384) at org.dspace.storage.rdbms.DatabaseManager.querySingle(DatabaseManager.jav a:395) at org.dspace.app.statistics.LogAnalyser.getNumItems(LogAnalyser.java:1264) at org.dspace.app.statistics.LogAnalyser.getNumItems(LogAnalyser.java:1293) at org.dspace.app.statistics.LogAnalyser.processLogs(LogAnalyser.java:532) at org.dspace.app.statistics.LogAnalyser.main(LogAnalyser.java:327) Can someone help to solve the error, Thanks in advance. ______________________________________________ ?Chef por primera vez? S? un mejor Cocinillas. http://es.answers.yahoo.com/info/welcome -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 4 Date: Mon, 10 Dec 2007 17:52:50 +0000 From: Richard Jones <[EMAIL PROTECTED]> Subject: [Dspace-tech] dspace sword To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hi Folks, The recently funded JISC project SWORD produced an APP based web service for ingesting packages into repositories. This has been implemented for DSpace, and has been released at version 1.0: http://sourceforge.net/projects/sword-app As other repository platforms will be offering this service, we would like to include it in the general release of DSpace. Are there any objections to this? If possible this would be for 1.5, otherwise for 1.6. -- Richard Jones Research Engineer, HP Labs eml: [EMAIL PROTECTED] blg: http://chronicles-of-richard.blogspot.com/ ------------------------------ Message: 5 Date: Mon, 10 Dec 2007 15:02:53 -0500 From: "Blanco, Jose" <[EMAIL PROTECTED]> Subject: [Dspace-tech] (no subject) To: <[email protected]> Message-ID: <[EMAIL PROTECTED] .edu> Content-Type: text/plain; charset="US-ASCII" We have been getting this error periodically ( 4 or 5 times a month, and a few of them at a time ): Exception: org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool exhausted at org.apache.commons.dbcp.PoolingDriver.connect(PoolingDriver.java:183) at java.sql.DriverManager.getConnection(DriverManager.java:582) at java.sql.DriverManager.getConnection(DriverManager.java:207) In looking at the log files, I don't see any pattern that indicates anything in particular. I'm wondering now if I have an old jar file that may need to be replaced - in particular postgresql.jar. Is there a way for me to see the version of this jar file. Any one have any ideas? I have version 1.4.2. Thanks, Jose ------------------------------ ------------------------------------------------------------------------ - SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ------------------------------ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech End of DSpace-tech Digest, Vol 20, Issue 11 ******************************************* ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

