[Dspace-tech] Xml file with style sheet

2007-07-03 Thread Blanco, Jose
I have an xml file that references a style sheet, but I'm not able to get the xml file to render correctly using the style sheet when I deposit this file into deep blue. I realize that I need to create a servlet to handle xml files, just like there is one for html files. Before I do this, I

Re: [Dspace-tech] Xml file with style sheet

2007-07-03 Thread Blanco, Jose
Yes. I worked on this today, and this is what I found out. Thanks! -Original Message- From: Larry Stone [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 03, 2007 4:02 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Xml file with style sheet I have

[Dspace-tech] MySQL in Dspace

2007-07-19 Thread Blanco, Jose
I checked the tech archive to find out if there have been any discussions about using MySQL in Dspace and found none, so I will pose my question. I know Dspace is setup to be able to connect and work with either Postgres or Oracle, but has any one tried using DSpace with MySQL? Or are there any

[Dspace-tech] Moving an item from one collection to another

2007-08-07 Thread Blanco, Jose
I need to move an item from one collection to another. I tried ( in my dev area ) to use ItemExport to get the item, and then I deleted the item using the interface, then I used ItemImport to put the item in the new collection, but when I log in as admin to view the item it seems to have created

Re: [Dspace-tech] Moving an item from one collection to another

2007-08-07 Thread Blanco, Jose
, 2007 2:36 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Moving an item from one collection to another Hi Jose, there is a move item patch in the patch queue, but I haven't tried it yet. You can achieve this on db level with the following commands: update

Re: [Dspace-tech] Moving an item from one collection to another

2007-08-08 Thread Blanco, Jose
: Christine L Moulen [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 08, 2007 9:15 AM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Moving an item from one collection to another Jose, If you're using ItemImport, you could run that with the --replace flag

Re: [Dspace-tech] Moving an item from one collection to another

2007-08-08 Thread Blanco, Jose
, 2007 9:50 AM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: RE: [Dspace-tech] Moving an item from one collection to another You specify the --collection flag as part of ItemImport. dsrun org.dspace.app.itemimport.ItemImport --replace [EMAIL PROTECTED] --collection=1721.1/7704

Re: [Dspace-tech] Moving an item from one collection to another

2007-08-08 Thread Blanco, Jose
I will experiment with this on our development environment and see what happens. Thanks for all these ideas. -Jose -Original Message- From: Christine L Moulen [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 08, 2007 10:02 AM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net

[Dspace-tech] Bitstream size limit

2007-09-07 Thread Blanco, Jose
We are in a situation where a user has files he liked to upload but the files are so large that during the sumbmission process the web interface times out, and so he is unable to upload his files. So, what I'm thinking is that I could take the files and load them using the ItemImporter script.

[Dspace-tech] Bitstream size limit

2007-09-07 Thread Blanco, Jose
We are in a situation where a user has files he liked to upload but the files are so large that during the sumbmission process the web interface times out, and so he is unable to upload his files. So, what I'm thinking is that I could take the files and load them using the ItemImporter script.

[Dspace-tech] Dspace not writing to dspace.log file

2007-09-13 Thread Blanco, Jose
For some reason the dspace.log file is not being written to by dspace. I ran filter-media around 12:30, and I lost track of when it ended, but at 1:05 is the last entry in dspace.log from filter-media. Is there any reason why dspace would stop writing to the dspace.log file under these

Re: [Dspace-tech] Dspace not writing to dspace.log file

2007-09-13 Thread Blanco, Jose
Yes. I see it. It's writing to dspace.log.8. What could have renamed the handle? -Original Message- From: Graham Triggs [mailto:[EMAIL PROTECTED] Sent: Thursday, September 13, 2007 2:50 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Dspace

Re: [Dspace-tech] RE : Increasing upload.max

2007-09-17 Thread Blanco, Jose
Nevermind. I see what I have to do. Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Blanco, Jose Sent: Monday, September 17, 2007 3:16 PM To: Graham Triggs Cc: dspace-tech@lists.sourceforge.net; Dupriez Christophe Subject: Re: [Dspace-tech] RE

Re: [Dspace-tech] Dspace: IllegalArgumentException

2007-09-21 Thread Blanco, Jose
Not really sure what the problem might be. Have you tried to run index-all and restart tomcat? Perhaps more lines from the log file would be useful. -Jose From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Manuel Echeverry Sent: Friday, September

[Dspace-tech] Broken pipe error

2007-10-05 Thread Blanco, Jose
Just a few minutes ago, our Dspace instance started reporting these errors: Exception: The backend has broken the connection. Possibly the action you have attempted has caused it to close. at org.postgresql.PG_Stream.ReceiveChar(PG_Stream.java:140) at

[Dspace-tech] Academic SRB support

2007-10-23 Thread Blanco, Jose
I wonder if any one has heard if the academic SRB ( non-commercial ) is going to be discontinued? We have been discussing using a Honeycomb server for bit storage, and they have informed us that the academic SRB is going to be discontinued, so they are not interested in developing an API for it.

Re: [Dspace-tech] Academic SRB support

2007-10-24 Thread Blanco, Jose
, and we are going to try it out. Thanks for this information! Jose -Original Message- From: MacKenzie Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 10:37 AM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Academic SRB support Hi Jose, I

Re: [Dspace-tech] Adding new search field

2007-10-30 Thread Blanco, Jose
Make sure that 20 is the next available number. They need to be consecutive. At least with my instance if I break the order it does not work where the number stops being consecutive. When you say you indexed them, I'm guessing this means you ran index-all? Just checking, in case. Hope

[Dspace-tech] Index-all taking a long time.

2007-11-01 Thread Blanco, Jose
Recently we had a citation where our postgres db was consuming our space allocation of 30 GB. This did not seem right, and we realized that we had never run vacuum --full. When this was run, tons of memory was freed-up. Today, I'm running index-all, and the portion that Indexes all items in

Re: [Dspace-tech] Importer error

2007-11-27 Thread Blanco, Jose
If you do a ls -la /var/www/tds_submit/dc/674/0/contents What do you see? -Jose -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mika Stenberg Sent: Tuesday, November 27, 2007 8:49 AM To: 'dspace-tech@lists.sourceforge.net' Subject: [Dspace-tech]

[Dspace-tech] Strange error in our Dspace instance

2007-11-27 Thread Blanco, Jose
Every evening at 12:08 we restart tomcat and postgres. On 3 occasions Oct 30 Nov 01 Nov 19 We started getting errors like the one below: 2007-10-30 00:22:23,752 WARN org.dspace.app.webui.servlet.InternalErrorServlet @ :session_id=9B156F98DC9E832C74A86E0DFDBFDD5B:internal_error:-- URL Was:

Re: [Dspace-tech] Advance search oddity

2007-11-30 Thread Blanco, Jose
When I make a change to the Message.properties file I change the one in [dspace]/config/language-packs/ And [dspace-source]/config/ I think I only need to change it in [dspace-source], but I like to keep both files the same. Perhaps you made the change to the wrong Messages.properties file.

Re: [Dspace-tech] SQLException When Ingesting Items

2007-11-30 Thread Blanco, Jose
check your input-forms.xml file. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, November 30, 2007 10:24 AM To: dspace-tech@lists.sourceforge.net Cc: [EMAIL PROTECTED] Subject: [Dspace-tech] SQLException When

Re: [Dspace-tech] SQLException When Ingesting Items

2007-11-30 Thread Blanco, Jose
I would recommend you search all the source code for BUDGET_AMT2, and also the your configuration files. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, November 30, 2007 10:24 AM To:

Re: [Dspace-tech] SQLException When Ingesting Items

2007-11-30 Thread Blanco, Jose
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, November 30, 2007 10:38 AM To: Blanco, Jose; dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] SQLException When Ingesting Items Jose, Please bear with me, I

Re: [Dspace-tech] user access

2007-12-06 Thread Blanco, Jose
The way that comes to mind is to login as admin. Go to the dspace-admin page, then select Items from the list of options on the left bar, search for the item you are investingating, then when you get to the item page click on Edit Item's Authorizations..., look at the page displayed and see what

Re: [Dspace-tech] query on dspace

2007-12-10 Thread Blanco, Jose
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_contenttask=viewid=144#item importer -Jose

Re: [Dspace-tech] ORA-01000: nUmero mAximo de cursoresabiertos excedido

2007-12-11 Thread Blanco, Jose
Graham: I notice that the default for db.statementpool is true, should we have this set to false. What is the danger in leaving it at true? Thanks! Jose -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Graham Triggs Sent: Tuesday, December 11, 2007

[Dspace-tech] /bitstream request

2007-12-21 Thread Blanco, Jose
Sometimes in our instance we see a request coming in that just has /bitstream in it, and this causes the following line in in BitstreamServlet.java to raise a NullPointerException. if (idString.startsWith(/)) I'm wondering if any one has seen this, and if there is a patch for this, or

[Dspace-tech] Duplicate content-length in http header

2007-12-21 Thread Blanco, Jose
A user has noticed that while attempting to retrieve a bitstream from our Dspace instance their firewall blocked the returned information due to our system sending a duplicate Content-length in the http header. They pointed out that duplicate items in the http header can sometimes form part of

[Dspace-tech] Uploading a 10Gig File.

2008-01-09 Thread Blanco, Jose
I have made the necessary changes to upload a 10 gig file. I have set: upload.max = 21001930470 I also made the code change to handle this variable being of type long. I have been successful at loading a 2.5Gig file, but when I tried to load a 10Gig file, nothing seems to happen. It doesn't

[Dspace-tech] Google search results.

2008-01-09 Thread Blanco, Jose
Our users have noticed that if you google an item by title in google, the google results page shows something like this: Dspace Instance Name: Title of article. 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

Re: [Dspace-tech] Uploading a 10Gig File. (Blanco, Jose)

2008-01-10 Thread Blanco, Jose
not work. -Jose -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gary Browne Sent: Wednesday, January 09, 2008 5:35 PM To: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Uploading a 10Gig File. (Blanco, Jose) Hi Jose You might want to try

Re: [Dspace-tech] Uploading a 10Gig File. (Blanco, Jose)

2008-01-17 Thread Blanco, Jose
-Original Message- From: Larry Stone [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 09, 2008 5:59 PM To: Blanco, Jose Cc: Michael Faraci; dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Uploading a 10Gig File. (Blanco, Jose) Check the configurations of the Web server (e.g. apache

[Dspace-tech] Illegal argument exception

2008-01-23 Thread Blanco, Jose
In the last few days I've been getting errors like this: -- URL Was: http://deepblue.lib.umich.edu/dspace/handle/2027.42/31692 -- Method: GET -- Parameters were: Exception: java.lang.IllegalArgumentException: 2 Dec 2007 03:08:59 GMT at

Re: [Dspace-tech] Trying to get ref info into dspace.log file

2008-02-25 Thread Blanco, Jose
Of Blanco, Jose Sent: Wednesday, February 20, 2008 4:25 PM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] Trying to get ref info into dspace.log file I'm looking into getting ref information into the dsapce.log file. By this I mean information about from where an item is access

[Dspace-tech] Going from 1.4.2 to 1.5

2008-04-14 Thread Blanco, Jose
I'm working on migrating from 1.4.2 to 1.5 and unfortunately it wont be as easy as other updates I've done. The reason for this is that I normally use the verndor branch approach to merge the code coming from the release to my own cvs repository. When I merge this code using cvs I get a report

[Dspace-tech] New jar file

2008-04-30 Thread Blanco, Jose
In 1.4.2 new jar files went in [dspace-source]/lib Where do I put a new jar file in 1.5? I'm just working on getting the jsp from 1.4.2 to work with 1.5. This jar files contains code we need for our customization to auth. Thanks! jose

[Dspace-tech] Run time error with 1.5

2008-05-01 Thread Blanco, Jose
I'm having the following runtime error with 1.5, Caused by: java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to [Lorg.dspace.authenticate.AuthenticationMethod; at org.dspace.authenticate.AuthenticationManager.clinit(AuthenticationMan ager.java:95) ... 41 more Any

Re: [Dspace-tech] Run time error with 1.5

2008-05-02 Thread Blanco, Jose
01, 2008 7:25 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Run time error with 1.5 Are you customizing your authentication stack in this case? On May 1, 2008, at 8:28 AM, Blanco, Jose wrote: I'm having the following runtime error with 1.5, Caused

Re: [Dspace-tech] Run time error with 1.5

2008-05-02 Thread Blanco, Jose
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Blanco, Jose Sent: Friday, May 02, 2008 10:12 AM To: Mark Diggory Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Run time error with 1.5 Yes, This is from my dspace.cfg file Stackable

Re: [Dspace-tech] Run time error with 1.5

2008-05-02 Thread Blanco, Jose
to do what I intended here? Thanks! Jose -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Blanco, Jose Sent: Friday, May 02, 2008 10:12 AM To: Mark Diggory Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Run time error with 1.5 Yes

Re: [Dspace-tech] Run time error with 1.5

2008-05-02 Thread Blanco, Jose
: Friday, May 02, 2008 2:01 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Run time error with 1.5 On May 2, 2008, at 9:51 AM, Blanco, Jose wrote: I think I know what may be going on. I'm testing things out in the development enviroment, but that env is also

Re: [Dspace-tech] Run time error with 1.5

2008-05-02 Thread Blanco, Jose
=cosign directive ( I guess that's what it might be called ) should look like? Thank you again!! Jose -Original Message- From: Mark Diggory [mailto:[EMAIL PROTECTED] Sent: Friday, May 02, 2008 2:01 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Run

[Dspace-tech] Error when browsing by title

2008-05-06 Thread Blanco, Jose
When I do a /browse?type=title , I get this: 2008-05-06 14:11:55,763 WARN org.dspace.app.webui.servlet.InternalErrorServlet @ :session_id=E90AE0FF3657DDB62911E374B159AF52:internal_error:-- URL Was: http://blancoj.dev.deepblue.lib.umich.edu/browse?type=title -- Method: GET -- Parameters were: --

Re: [Dspace-tech] Run time error with 1.5

2008-05-08 Thread Blanco, Jose
1.6.0-b105) Java HotSpot(TM) Server VM (build 1.6.0-b105, mixed mode) Any ideas. Thank you! Jose -Original Message- From: Mark Diggory [mailto:[EMAIL PROTECTED] Sent: Friday, May 02, 2008 3:31 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Run time

Re: [Dspace-tech] Run time error with 1.5

2008-05-08 Thread Blanco, Jose
(SegmentReader.java:313) at org.apache.lucene.index.SegmentReader.get(SegmentReader.java:262) -Original Message- From: Blanco, Jose Sent: Thursday, May 08, 2008 11:21 AM To: 'Mark Diggory' Cc: dspace-tech@lists.sourceforge.net Subject: RE: [Dspace-tech] Run time error with 1.5 Mark

Re: [Dspace-tech] Run time error with 1.5

2008-05-08 Thread Blanco, Jose
] Sent: Thursday, May 08, 2008 12:47 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Run time error with 1.5 Hi Jose I had a similar error when I upgraded to DSpace 1.5 on my test server - I think you need to upgrade Tomcat to a newer version, e.g. 5.5.26 http

Re: [Dspace-tech] Run time error with 1.5

2008-05-09 Thread Blanco, Jose
error with 1.5 Jose, You can always download and run a separate instance of tomcat for your testing purposes, just run it on a different port. this can be configured in your tomcat/conf/server.xml file. -Mark On May 8, 2008, at 10:55 AM, Blanco, Jose wrote: You're the second person to recommend

[Dspace-tech] Maven and multiple 1.5 source dirs

2008-05-16 Thread Blanco, Jose
I'm planning on having the 1.5 dspace code for 1.5 installed in multiple directories pointing at a particular repository directory ( where dspace.cfg lives and the assetstore). For example: /dspace-dev-source using the /dsace-dev-repository /dspace-prod-source using the

[Dspace-tech] Usning tomcat 5

2008-05-16 Thread Blanco, Jose
I'm trying out an installation of tomcat 5, and I'm getting INFO: Deploying web application archive dspace.war May 16, 2008 4:17:56 PM org.apache.catalina.core.StandardContext processTlds SEVERE: Error reading tld listeners javax.servlet.ServletException: Exception processing TLD at resource

[Dspace-tech] Deploying 1.5 with a war file

2008-05-20 Thread Blanco, Jose
Is there a way to deploy 1.5 using the war file rather than copying the webapp into the tomcat webapp area and restarting tomcat? If so, where do I get the war file. I found these two: /dspace-jspui/dspace-jspui-webapp/target/dspace-jspui-webapp-1.5.0.war

[Dspace-tech] Index-init error

2008-05-22 Thread Blanco, Jose
I'm on dspace 1.5, and when I try index-init, I get these errors: Exception in thread Thread-267 org.apache.lucene.index.MergePolicy$MergeException: org.apache.lucene.index.CorruptIndexException: doc counts differ for segment _fjj: fieldsReader shows 0 but segmentInfo shows 1 at

Re: [Dspace-tech] Index-init error

2008-05-22 Thread Blanco, Jose
cannot use. -Jose -Original Message- From: Blanco, Jose Sent: Thursday, May 22, 2008 10:15 AM To: dspace-tech@lists.sourceforge.net Subject: Index-init error I'm on dspace 1.5, and when I try index-init, I get these errors: Exception in thread Thread-267

[Dspace-tech] Customizing the submital

2008-06-13 Thread Blanco, Jose
When I remove the initial step from the submital process, the 2nd step where the metadata is entered removes date.issued and title.alternative from the form. I think these entries are included or removed based on the answers given in the initial page, but if that page is no longer there,

[Dspace-tech] Slowness on an upgraded server

2008-06-18 Thread Blanco, Jose
We are in the midst of upgrading from one server to another. Here are the specifics of the software upgrade: Java: 1.6.0 to 1.6.0.06 Postgres: 7.3.15 to 8.1.11 (RHEL 5) Tomcat: 4.0 to 5.5.26 Jdbc: the one provided by dspace 1.4 to the matching one provided by our Redhat distro (RHEL 5) The

Re: [Dspace-tech] Not able to display item

2008-07-03 Thread Blanco, Jose
Graham: I'm not setup to gram from the Subversion. I install the tar.gz file. How else can I get the latest. Can you email it to me? Thanks! Jose -Original Message- From: Graham Triggs [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2008 4:13 AM To: Blanco, Jose Cc: dspace

Re: [Dspace-tech] Not able to display item

2008-07-03 Thread Blanco, Jose
03, 2008 4:13 AM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Not able to display item Hi, Yes. Obtain the latest XHTMLHeadCrosswalk class from the 1.5 branch in Subversion. (known bug where it doesn't check if the metadata value contains null, and tries

[Dspace-tech] Filter-media in 15

2008-07-11 Thread Blanco, Jose
When I run filter-media in 1.5, I'm getting: -bash-3.2$ ./filter-media Applying Media Filters Exception in thread main java.lang.NullPointerException at org.dspace.app.mediafilter.MediaFilterManager.main(MediaFilterManager.ja va:240)

Re: [Dspace-tech] Filter-media in 15

2008-07-11 Thread Blanco, Jose
as a cron job in 1.5, right? Thanks! Jose -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Blanco, Jose Sent: Friday, July 11, 2008 11:14 AM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] Filter-media in 15 When I run filter-media in 1.5, I'm

Re: [Dspace-tech] Filter-media in 15

2008-07-11 Thread Blanco, Jose
Thank you! That did it. -Original Message- From: Tim Donohue [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2008 1:15 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Filter-media in 15 Jose, Actually that MEDIA_FILTER_PLUGINS_KEY is a constant

[Dspace-tech] Logining from DEBUG to INFO

2008-07-24 Thread Blanco, Jose
How do you change from DEBUG to INFO in version 1.5? It seems like I've done it before, but now I can't do it. 1.5 does not seem to have install-configs. -Jose - This SF.Net email is sponsored by the Moblin Your Move

[Dspace-tech] Logining from DEBUG to INFO

2008-07-29 Thread Blanco, Jose
How do you change from DEBUG to INFO in version 1.5? It seems like I've done it before, but now I can't do it. 1.5 does not seem to have install-configs. -Jose - This SF.Net email is sponsored by the Moblin Your Move

Re: [Dspace-tech] index-update

2008-07-31 Thread Blanco, Jose
When would there be a need to run index-update? What is it's purpose? -Original Message- From: Mark Diggory [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2008 3:38 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] index-update Is not that easy

[Dspace-tech] Author sorting

2008-08-05 Thread Blanco, Jose
I was hoping that the our new version of postgres ( 8.1.11 ) would solve the problem we see when authors are browsed. Here is the problem: Suppose we have the following 3 authors: Ta, A Ta, Z Tab, A I would expect them to show up in the oder shown above when browsing by author, but instead

Re: [Dspace-tech] Author sorting

2008-08-06 Thread Blanco, Jose
When I was on version 7.3.15 of postgres I tested the order by just as I described in my original email, and it gave me the undesired results. There must be some sort of setting to make this work. I have seen sites where it works just fine. -Jose -Original Message- From: [EMAIL

Re: [Dspace-tech] ItemImport

2008-08-08 Thread Blanco, Jose
Thanks for verifying this. Jose -Original Message- From: Richard Rodgers [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2008 11:23 AM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] ItemImport Hi Jose: Looks like the doc is a little behind

[Dspace-tech] Error in sendAlert

2008-08-11 Thread Blanco, Jose
I saw this error in the log file: 2008-08-09 10:04:47,345 WARN org.dspace.app.webui.util.UIUtil @ Unable to send email alert java.lang.NullPointerException at org.dspace.app.webui.util.UIUtil.sendAlert(UIUtil.java:471) So I investigated, and I'm seeing that in UIUtil.java, the line

[Dspace-tech] Using maven in development environment

2008-08-14 Thread Blanco, Jose
I am experimenting in a separate development are with a new storage mechanism, and the instructions ask me to install a jar file using mvn. I'm wondering how this will affect my production environment. I suppose that because it's not being used in production, the installation of this new jar file

[Dspace-tech] Dc schema on a new instal

2008-08-15 Thread Blanco, Jose
I've created a new dspace instance that uses a clean db, and I see I don't have a dc schema in it. I tried to run: ./dsrun org.dspace.adminster.SchemaImporter -f dublin-core.xml Exception in thread main java.lang.NoClassDefFoundError: org/dspace/adminster/SchemaImporter Caused by:

[Dspace-tech] Trying out mankin

2008-08-28 Thread Blanco, Jose
I deployed the xmlui and when I try to go to the deployed virtual host. I'm getting this error: == type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: DSpace has

[Dspace-tech] Removing the 1st step from submission.

2008-09-03 Thread Blanco, Jose
I would like to remove the 1st step from the submission. I have already taken care of the title and publisher questions that appear in the 1st step, and I would like now to have it assume that there are multiple files for the submission. I think that the easiest way to do this is to call the

Re: [Dspace-tech] Removing the 1st step from submission.

2008-09-03 Thread Blanco, Jose
-Original Message- From: Tim Donohue [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2008 10:50 AM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Removing the 1st step from submission. Jose, We created a custom invisible step in our DSpace 1.5

Re: [Dspace-tech] Removing the 1st step from submission.

2008-09-03 Thread Blanco, Jose
Tim: I had package edu.uiuc.dspace.submit.step; In the file instead of org.dspace.submit.step; Thank you! Jose -Original Message- From: Tim Donohue [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2008 12:29 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject

Re: [Dspace-tech] Removing the 1st step from submission.

2008-09-03 Thread Blanco, Jose
) at org.dspace.app.webui.submit.JSPStepManager.loadStep(JSPStepManager.java: 145) at org.dspace.app.webui.servlet.SubmissionC -Original Message- From: Tim Donohue [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2008 12:29 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech

Re: [Dspace-tech] Removing the 1st step from submission.

2008-09-03 Thread Blanco, Jose
Thank you! -Original Message- From: Tim Donohue [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2008 2:16 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Removing the 1st step from submission. Jose, It looks like there *may* be a bug

[Dspace-tech] The value of bitstream.source

2008-09-05 Thread Blanco, Jose
I'm trying to use jhove to do some validity check on the bitstreams during deposit. I wanted to use the filed source from the table bitstream to access the file being deposited, but I'm finding that the value in this field does not seem to correspond to the file in the upload dir. For example,

Re: [Dspace-tech] Removing the 1st step from submission.

2008-09-05 Thread Blanco, Jose
I just put in the patch and it worked. Thank you! -Jose -Original Message- From: Tim Donohue [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2008 1:17 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Removing the 1st step from submission

[Dspace-tech] Jhove and virus checking a submitted item

2008-09-15 Thread Blanco, Jose
I've been trying to incorporate jhove into my dspace instance. Specifically, I was trying to add jhove validation into the guessFormat method of FormatIdentifier.java. Unfortunately, I was not successful. For my 1st attempt at this I focused on validating pdf files, so I configured jhove to just

[Dspace-tech] List of files that changed in 1.5.1

2008-09-16 Thread Blanco, Jose
Is there a list of the files that changed for 1.5.1 that could be provided to the group? Thank you! Jose - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based

Re: [Dspace-tech] Upgrading to 151

2008-09-26 Thread Blanco, Jose
: Thursday, September 25, 2008 3:58 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Upgrading to 151 Jose, Also, for future trouble-shooting reference, you can use a web- browser to verify that the artifact Maven is complaining about is there, e.g... From

Re: [Dspace-tech] Upgrading to 151

2008-09-26 Thread Blanco, Jose
an adequate diagnosis of why you are getting results inconsistent with the documented build process. The two issues outline below are very different in nature. Sincerely, Mark On Sep 26, 2008, at 8:06 AM, Blanco, Jose wrote: I was able to /l/local/bin/mvn package to complete and then I did

Re: [Dspace-tech] Upgrading to 151

2008-10-04 Thread Blanco, Jose
with the documented build process. The two issues outline below are very different in nature. Sincerely, Mark On Sep 26, 2008, at 8:06 AM, Blanco, Jose wrote: I was able to /l/local/bin/mvn package to complete and then I did the update to creat the webapp. But now when I try to deploy it, I'm getting

[Dspace-tech] Index-init

2008-10-13 Thread Blanco, Jose
Can I be running index-init with the website up, or does the website need to be down. I just upgraded to 151 and was getting some out of memory error. I'm thinking I needed to run index-init after the upgrade. Thanks! Jose

[Dspace-tech] Search errors after filter-media

2008-11-13 Thread Blanco, Jose
I'm running dspace 1.5.1, and yesterday after filter-media completed, every time a search was done on our instance we were getting this error: 2008-11-12 04:43:04,447 ERROR org.apache.catalina.core.ContainerBase.[Catalina].[deepblue.lib.umich.ed u].[/].[simple-search] @ Servlet.service() for

[Dspace-tech] Search errors after filter-media

2008-11-17 Thread Blanco, Jose
I'm running dspace 1.5.1, and yesterday after filter-media completed, every time a search was done on our instance we were getting this error: 2008-11-12 04:43:04,447 ERROR org.apache.catalina.core.ContainerBase.[Catalina].[deepblue.lib.umich.ed u].[/].[simple-search] @ Servlet.service() for

[Dspace-tech] The RequestCopy Patch

2009-03-31 Thread Blanco, Jose
I have incorporated the RequestCopy patch from: http://wiki.dspace.org/index.php/RequestCopy And it works great. The only thing is that when an email is sent out with the bitstream being requested, the message of the email comes across as an attachment, rather than on the body of the email.

Re: [Dspace-tech] Rss feed question.

2009-06-30 Thread Blanco, Jose
I wanted to ask this again just in case some one knows. Thanks! Jose -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Monday, June 15, 2009 2:57 PM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] Rss feed question. We have a need to have one of our

[Dspace-tech] Itemimport file description

2009-07-15 Thread Blanco, Jose
Is there a way to use the ItemImport and have the file description imported also? Thank you! Jose -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time,

[Dspace-tech] Changing labels per collection

2009-07-29 Thread Blanco, Jose
Is there a way with JSP version 1.5.1 to change the labels in the item page, per collection. For example, for a particular collection, instead of using Title for dc:title.none, use Name ( just for this collection ). Thanks! Jose

Re: [Dspace-tech] Changing labels per collection

2009-07-29 Thread Blanco, Jose
Nevermind I found out how. FYI. In the Messages.properties file, add entries like this: metadata.style.dc.title = Site Name Where style is the style defined in the dspace.cfg file. -Jose -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent

[Dspace-tech] running index-init

2009-09-25 Thread Blanco, Jose
Sometimes I run a script that updates the metadatavalue table, afterterwards I run index-init. When I do this I bring down our instance of dspace, because the one time I tried running index-init with our instance up, I got a whole bunch of database errors and I believe index-init stopped

[Dspace-tech] item submission - authors in bad order

2009-10-22 Thread Blanco, Jose
We are finding when a user deposits an item using the UI ( jspui ) interface, and he/she enters a list of authors, the authors are not stored in the order entered, so when the item is pulled up, and you look at the author listing, they don't appear in the same order as they were entered. I'm

Re: [Dspace-tech] creative commons icon

2010-01-27 Thread Blanco, Jose
Dorothea, I've implemented the patch and I'm not seeing the cc icon. I looked at ItemTag.java to see how the icon gets displayed, but I don't see how it works there. I will check the jsp files now. Any ideas? Also, can you give me and example of a content file that imports a CC item.

Re: [Dspace-tech] creative commons icon

2010-01-27 Thread Blanco, Jose
I saw an item that has a creative license at the MIT Dspace instance, but it did not look quite right. There is no icon, and the link sends you to the source of a page. http://dspace.mit.edu/handle/1721.1/39138 -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent

[Dspace-tech] ItemImport and Creative License:

2010-01-29 Thread Blanco, Jose
Dorothea: I'm getting ready to run ItemImport for some items that have creative commons licenses, and so I'm creating the license files, but I'm not sure what to put in the license_rdf file. I have: License_url - this gets the url, like: http://creativecommons.org/licenses/by-nc-sa/3.0/

Re: [Dspace-tech] ItemImport and Creative License:

2010-01-29 Thread Blanco, Jose
Nevermind, I see it in the code, it's what's returned from License_url + rdf -Jose -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Friday, January 29, 2010 3:48 PM To: Dorothea Salo; 'dspace-t...@lists.sourceforge.ne' Subject: [Dspace-tech] ItemImport and Creative

[Dspace-tech] moving items in a collection.

2010-03-25 Thread Blanco, Jose
I need to move all the items from one collection to another, and I'm going to do it from postgres, but before I do it, I want to make sure this is what I need to do. Could someone verify that I have not left anything out. 1) Run this SQL update item set owning_collection=NewCollectionID where

[Dspace-tech] running the 15 to 16 script

2010-04-19 Thread Blanco, Jose
I get the following erro: psql:database_schema_15-16.sql:105: ERROR: constraint community2collection_collection_id_fkey does not exist This is what I see when I look at the table. I think I want to drop $2, but how do I do that? Thank you! Jose dspace-dev-16= \d community2collection Table

[Dspace-tech] version 16

2010-04-20 Thread Blanco, Jose
I'm trying to test version 16 in my dev area and I'm finding that when I try to browse by author or subject, it seems like it can't find the authority field in the db, but it has no problem with the title browse. Any idea? -- URL Was:

  1   2   3   >