[Dspace-tech] duplicate key violates unique constraint handle_handle_key

2009-11-10 Thread Van Ly
(ItemImport.java:425) This problem is also noted at: http://jira.dspace.org/jira/browse/DS-110 Thanks in advance. Van Ly vly at usyd dot edu dot au -- Let Crystal Reports handle the reporting - Free Crystal Reports

[Dspace-tech] `mvn package' output for DSpace 1.4.2 to 1.5 upgrade

2009-11-01 Thread Van Ly
for `jetty'. Thanks in advance. Van Ly vly at usyd dot edu dot au -- mvn package output 1 $ mvn package 2 [INFO] Scanning for projects... 3 [INFO] Reactor build order: 4 [INFO] DSpace Parent Project 5 [INFO] DSpace Kernel :: API and Implementation 6 [INFO

Re: [Dspace-tech] Filtering errors with XPDF Tools

2009-10-27 Thread Van Ly
context with all operations on files in /tmp . There may be an issue with the filesystem for /tmp . Good luck. Van Ly vly at usyd dot edu dot au -- Come build with us! The BlackBerry(R) Developer Conference in SF

Re: [Dspace-tech] xml type files for windows

2009-10-05 Thread Van Ly
- --- 8--- Van Ly vly at usyd dot edu dot au -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills

Re: [Dspace-tech] work around authentication mechanism RESOLVED

2009-10-01 Thread Van Ly
, Van Ly wrote: Hi, I've a need to completely disable DSpace authenticated access and use instead iptables(8) for restricting access based on ip-address. Does anybody know the easiest way to achieve this? Thanks in advance. -- Van Ly On 23/09/2009, at 10:02 AM, Van Ly wrote: Thanks

Re: [Dspace-tech] work around authentication mechanism

2009-09-28 Thread Van Ly
Hi, I've a need to completely disable DSpace authenticated access and use instead iptables(8) for restricting access based on ip-address. Does anybody know the easiest way to achieve this? Thanks in advance. -- Van Ly On 23/09/2009, at 10:02 AM, Van Ly wrote: Thanks Larry. The desired

Re: [Dspace-tech] Database Question

2009-09-22 Thread Van Ly
the actual system. Best wishes, Van Ly vly at usyd dot edu dot au -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing

Re: [Dspace-tech] Fwd: org.apache.cocoon.ProcessingException: Sitemap: error when calling sub-sitemap

2009-09-22 Thread Van Ly
filesystem check at the next reboot, eg. with fsck() on ext3, and reboot. Best wishes, Van Ly vly at usyd dot edu dot au -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only developer

[Dspace-tech] work around authentication mechanism

2009-09-10 Thread Van Ly
, what would be a way? Thanks in advance. Van Ly vly at usyd dot edu dot au -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment

Re: [Dspace-tech] Java out of memory error : urgent plz

2009-09-09 Thread Van Ly
% 42 /table 43 preHERE/pre Best wishes, Van Ly vly at usyd dot edu dot au -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration

Re: [Dspace-tech] help! migration causes slow loading of files

2009-09-08 Thread Van Ly
, I am able to slowly fetch all that file and it renders partially as it downloads. You may want to check the local network interface is OK or too busy or if there is network traffic throttling deliberately slowing transfers somewhere in-between. Best wishes, Van Ly vly at usyd dot edu dot

Re: [Dspace-tech] help! migration causes slow loading of files

2009-09-03 Thread Van Ly
details in the database and possibly look directly at that object on the file system to see if it is really there and available. Best wishes, Van Ly vly at usyd dot edu dot au -- Let Crystal Reports handle

Re: [Dspace-tech] error while ant fresh_install

2009-08-31 Thread Van Ly
--+--+-- dspace | dspace | UTF8 Best wishes, Van Ly vly at usyd dot edu dot au -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design

Re: [Dspace-tech] Handle URL

2009-08-27 Thread Van Ly
it. You could look for the startup script in the likely place by find /etc -name '*hand*' -type f When it is running it should appear under netstat -pan | fgrep 2641 Restarting the host might do it, if it was configure to start the service automatically. Best wishes, Van Ly vly at usyd dot

Re: [Dspace-tech] Bit streams size

2009-08-19 Thread Van Ly
. Look for int maxSize = ConfigurationManager.getIntProperty(upload.max); DiskFileUpload upload = new DiskFileUpload(); upload.setSizeMax(maxSize); Best wishes, Van Ly vly at usyd dot edu dot au -- Let Crystal

Re: [Dspace-tech] Importing Multiple files Same Time

2009-08-17 Thread Van Ly
really exist where it is expected? and did you intend for two files to be called differently, such as, opensrc_0.pdf opensrc_1.pdf? Best wishes, Van Ly vly at usyd dot edu dot au -- Let Crystal Reports handle

[Dspace-tech] map file contention?

2009-08-17 Thread Van Ly
size of the files require this? Thanks in advance. Van Ly vly at usyd dot edu dot au -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration

Re: [Dspace-tech] [Dspace-devel] statistics

2009-08-16 Thread Van Ly
because the subquery should only have returned one result. There is a definable schema `search_path' mentioned in section 5.7.3 Postgresql 8.1 manual which might help. Van Ly vly at usyd dot edu dot au -- Let Crystal

Re: [Dspace-tech] problem installing dspace

2009-08-16 Thread Van Ly
javac is /usr/bin/javac $ readlink -e /usr/bin/javac /usr/lib/jvm/java-1.6.0-sun-1.6.0.15/bin/javac and running `javac -version' shows, for instance javac 1.6.0_15 # for java-1.6.0-sun-1.6.0.15 javac 1.6.0-internal# for java-1.6.0-openjdk-1.6.0.0.x86_64 Hope that helps. -- Van Ly

Re: [Dspace-tech] [Dspace-devel] statistics

2009-08-16 Thread Van Ly
the schema ID I'm talking about. Yep, that would be the `metadata_schema_id'. Thanks. Cheers, Kim -Original Message- From: Van Ly [mailto:v...@usyd.edu.au] Sent: Monday, 17 August 2009 11:36 a.m. To: DSpace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] [Dspace-devel

Re: [Dspace-tech] Importing Files into Dspace 1.5.2 from DVD disc

2009-08-11 Thread Van Ly
[ how to use batch import ] Hi, As a first step, searching for `batch import' is possible at http://www.mail-archive.com/dspace-tech@lists.sourceforge.net/ Best wishes, Van. -- Let Crystal Reports handle the

Re: [Dspace-tech] How change uri handle from http://hdl.handle.net/ tohttp://myip in all items [RESOLVED]

2009-08-05 Thread Van Ly
= http://your.dspace.server.url/handle/ Best wishes, -- Van Ly -Original Message- From: djr [mailto:subs...@gmail.com] Sent: Thu 2009-08-06 02:39 To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] How change uri handle from http://hdl.handle.net/ tohttp://myip in all items

Re: [Dspace-tech] Internal System Error

2009-07-27 Thread Van Ly
/6789' occurs, and if you follow that request, you may find it touches on files in dspace-source, such as, rdbms/DatabaseManager.java where I expect an sql query happens. Best wishes, -- Van Ly -- Let Crystal Reports

Re: [Dspace-tech] How change uri handle from http://hdl.handle.net/ tohttp://myip in all items

2009-07-27 Thread Van Ly
[ how to change handle prefix for dspace objects ] Have a look at [dspace]/bin/update-handle-prefix Best wishes, -- Van Ly -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial

Re: [Dspace-tech] How change uri handle from http://hdl.handle.net/ tohttp://myip in all items

2009-07-27 Thread Van Ly
If you look further in the details of it, it does a string rewrite at offset and length, that you could change. There might be an easier way. -- Van Ly -Original Message- From: Nguyen Hung Thanh [mailto:nghungth...@gmail.com] Sent: Tue 2009-07-28 12:14 To: Van Ly; dspace-tech

Re: [Dspace-tech] Internal System Error

2009-07-26 Thread Van Ly
possible to navigate the source code by converting to diagrams and point and click with Netbeans. Only a minority of 4-lines of the trace refer to webui, perhaps the java+tomcat combination is awry. Best wishes, -- Van Ly -Original Message- From: Onte, Michael [mailto:mo...@lrri.org

Re: [Dspace-tech] java.lang.ClassNotFoundException:org.dspace.handle.HandlePlugin

2009-07-20 Thread Van Ly
to it in the `-classpath' option for the call to java, the ClassNotFoundException will go away. -- Van Ly -Original Message- From: Serbe Leon Rojas [mailto:serbe.ro...@biblioteca.udea.edu.co] Sent: Sat 2009-07-18 06:48 To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech

[Dspace-tech] filter-media IOException Permission denied

2009-07-17 Thread Van Ly
for complaint. Do you think if I gave it the `force' option, this kind of IOException would go away? bitstream #3636 is fine, I can search for and retrieve it according to handle id. Thanks in advance. -- Van Ly -- details of 1.4.2 Dspace as follows with attempt to interpret the stack trace [0

Re: [Dspace-tech] server is seriously slow

2009-07-09 Thread Van Ly
the performance stats after. -- Van Ly -Original Message- From: Zico [mailto:mailz...@gmail.com] Sent: Thu 2009-07-09 16:40 To: Tech DSpace Subject: [Dspace-tech] server is seriously slow Hi, We have been using our dspace 1.5.1 in Debian 5.0 server for last 6 months. Everything went

Re: [Dspace-tech] Error importing database dump

2009-06-14 Thread Van Ly
[ Our old server has Postgres 8.3 installed, the new one has 8.1.11. ] Taking your content down a step to Postgres 8.1 is likely the problem. Are there good reason(s) for wanting this? Check the postgres documentation if you must do it. -- Van Ly -Original Message- From

Re: [Dspace-tech] AJP Errors

2009-06-11 Thread Van Ly
in the stacktrace for the chance of a null object coming into play. -- Van Ly -Original Message- From: Sean Carte [mailto:sean.ca...@gmail.com] Sent: Thu 6/11/2009 10:26 PM To: dspace-tech Subject: [Dspace-tech] AJP Errors Since upgrading to 1.5.2 I've noticed a lot of exceptions that seem

Re: [Dspace-tech] UI batch import

2009-06-02 Thread Van Ly
file has no second column for the bundle is there a problem for 1.4.2 DSpace? As default as of now, should I be requiring lines of the form FILENAME tab bundle:ORIGINAL in the contents file? Thanks. -- Van Ly -Original Message- From: Claudia Jürgen [mailto:claudia.juer...@ub.uni

Re: [Dspace-tech] archive_directory assetstore growth

2009-05-30 Thread Van Ly
Actually, without having run any of the helper scripts, an initial deposit in DSpace leaves in the assetstore a bitstream for the file and the accompanying license. -- Van Ly dspace= select * from bitstream; bitstream_id | bitstream_format_id |name

Re: [Dspace-tech] archive_directory assetstore growth

2009-05-27 Thread Van Ly
text copy occupies less than ten percent of the original. Thanks. -- Van Ly -- #0 -- [r...@dabih dspace-data]# tree assetstore assetstore |-- 11 | `-- 58 | `-- 15 | `-- 115815019145092108673282291954599930771 `-- 86 `-- 99 `-- 05

Re: [Dspace-tech] archive_directory assetstore growth

2009-05-26 Thread Van Ly
ItemImport with the --test flag (exit status = 0 means good to add or replace?). Could incomplete add and replace ItemImport operations be wasting assetstore space? -- Van Ly -Original Message- From: Stuart Lewis [mailto:s.le...@auckland.ac.nz] Sent: Tue 26/05/2009 6:36 PM To: Van Ly Subject

[Dspace-tech] human languages character detection was: Dspace in CD

2009-05-25 Thread Van Ly
[ on Chinese / mandariam / Pinyin characters ] Hi Emily, Have a look at UTF-8 for your database and DSpace installation(s). -- Van Ly From: Emily Monteiro [mailto:galinaem...@gmail.com] Sent: Thu 21/05/2009 10:18 PM To: Van Ly Cc: dspace-tech

Re: [Dspace-tech] Dspace in CD

2009-05-20 Thread Van Ly
database for metadata Perhaps, stopping DSpace, copy the meta/data, transfer, restore are the sequence of steps you should follow. Using rsync() or robocopy.exe across the network or to a large capacity portable device is an option for the transfer stage. Best wishes -- Van Ly

[Dspace-tech] RESOLVED: metadatafieldregistry_pkey duplicate key error

2009-05-18 Thread Van Ly
for more) SELECT setval('metadatafieldregistry_seq', N); Best wishes, -- Van Ly From: Van Ly Sent: Mon 18/05/2009 1:05 PM To: DSpace-tech@lists.sourceforge.net Subject: metadatafieldregistry_pkey duplicate key error Hello everyone, Has anyone worked around

[Dspace-tech] metadatafieldregistry_pkey duplicate key error

2009-05-17 Thread Van Ly
description.exhibitCity description.exhibitCountry description.exhibitCategory description.exhibitImpact Kind regards, -- Van Ly -- #2 - specifically in the case of already having ## description.exhibitHost ## description.exhibition ## adding description.exhibit fails 2009-05-18 12:52:45,935 WARN

Re: [Dspace-tech] [Fwd: DSpace: Internal Server Error]

2009-04-29 Thread Van Ly
Hi, I noticed in the attached log, fragments of the kind /dspace/upload/upload__14b22f3a_120f156836e__7ffc_0004.tmp (Permission denied) you might try checking whether the user context of the webapp has appropriate access permissions to that part of the file system. -- Van Ly

Re: [Dspace-tech] maven problem

2009-04-21 Thread Van Ly
Putting 'maven mvn proxy' in a search engine gives http://maven.apache.org/guides/mini/guide-proxies.html -- Van Ly From: Zico [mailto:mailz...@gmail.com] Sent: Tue 4/21/2009 7:24 PM To: Tech DSpace Subject: [Dspace-tech] maven problem I am trying to install

Re: [Dspace-tech] High Availability DSpace

2009-04-20 Thread Van Ly
. You can use linuxha or similar for high availability. -- Van Ly From: John Preston [mailto:byhisde...@gmail.com] Sent: Tue 4/21/2009 12:39 AM To: Van Ly; dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] High Availability DSpace There is also

Re: [Dspace-tech] High Availability DSpace

2009-04-20 Thread Van Ly
[ (I also have some ideas related to Amazon's EC2 service ] There is an interesting SFPUG: PostgreSQL In the Cloud presentation at http://www.vimeo.com/4144396 -- Van Ly -- Stay

Re: [Dspace-tech] Strange results when configure to support https

2009-04-16 Thread Van Ly
Hi, Alternatively, you can frontend tomcat with apache httpd with proxy_ajp and ssl support and put in the ssl.conf file,VirtualHost element (in the case of RHEL5): ProxyPass / ajp://localhost:8009/ ProxyPassReverse / ajp://localhost:8009/ -- Van Ly

Re: [Dspace-tech] Java Heap dumps during Filter-Media

2009-04-08 Thread Van Ly
/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=51502 -- Van Ly -Original Message- From: Jeffrey Trimble [mailto:jtrim...@cc.ysu.edu] Sent: Thu 4/9/2009 5:46 AM To: Richard Rodgers Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Java Heap dumps during Filter-Media Got

[Dspace-tech] using ItemImport WAS: no subject

2009-04-06 Thread Van Ly
if (eperson.indexOf('@') != -1) 342 { 343 // @ sign, must be an email 344 myEPerson = EPerson.findByEmail(c, eperson); 345 } -- Van Ly From: Karen_Savage [mailto:karen_sav...@baylor.edu] Sent: Tue 7/04/2009 5:00 AM

Re: [Dspace-tech] using ItemImport WAS: no subject

2009-04-06 Thread Van Ly
Hi Stuart, So, eperson is identified by emailName or number. I've in the past tried swapping out an emailName for a generic name `ds_capture' which didn't work. That explains it, thanks. -- Van Ly -Original Message- From: Stuart Lewis [mailto:s.le...@auckland.ac.nz] Sent: Tue 7/04

Re: [Dspace-tech] Install dspace unsucessful

2009-03-31 Thread Van Ly
35 -d dspace' # su --login dspace -c 'createdb -U dspace -E UTF8 -T template0 dspace database for dspace' -- Van Ly From: Panyarak Ngamsritragul Sent: Wed 1/04/2009 12:01 PM To: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Install dspace unsucessful Thanks a lot for your

Re: [Dspace-tech] DSpace on Port 80

2009-03-25 Thread Van Ly
Hi Sean, [ http://wiki.dspace.org/index.php/DspaceOnStandardPorts ] I've added a section for mod_proxy_ajp in the above. The steps involved are less intricate than what you've described. Give that a go. -- Van Ly From: Sean Carte Sent: Thu 26/03/2009 12:49 AM To: dspace-tech Subject

Re: [Dspace-tech] Changes to Messages.properties not being recognized

2009-03-24 Thread Van Ly
Hi Eric, Have a look at http://wiki.dspace.org/index.php/Fix_%3F%3F%3Fsome.key.name%3F%3F%3F_%28JSP%29 -- Van Ly From: Kurzenberger, Eric Sent: Wed 25/03/2009 1:59 PM To: Gary Browne; DSpace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Changes to Messages.properties not being

Re: [Dspace-tech] a button labelled???jsp.mydspace.request.export.community.???

2009-03-08 Thread Van Ly
Hi, I got my copy of the Messages.properties file from the local 1.5.0 DSpace instance that happened to be around. -- Van Ly . U. of Sydney Library From: Jewel Sent: Sat 7/03/2009 8:16 AM To: DSpace-tech@lists.sourceforge.net Cc: Kim Shepherd; Van Ly Subject: Re: [Dspace-tech] a button

[Dspace-tech] a button labelled ???jsp.mydspace.request.export.community.???

2009-03-05 Thread Van Ly
? perhaps something related to Messages.properties? Thanks in advance. -- Van Ly -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open

Re: [Dspace-tech] a button labelled???jsp.mydspace.request.export.community.???

2009-03-05 Thread Van Ly
/dspace/ -name Messages.properties [y] /usr/local/dspace/webapps/jspui/WEB-INF/classes/Messages.properties -- Van Ly . U of Sydney Library From: Kim Shepherd Sent: Fri 6/03/2009 1:36 PM To: Van Ly; DSpace-tech@lists.sourceforge.net Subject: RE: [Dspace-tech] a button labelled

Re: [Dspace-tech] Internal System Error after uploading document.

2009-03-04 Thread Van Ly
We are using Dspace 1.5.1 with Fedora 9. When uploading document to collection , its showing Internal System Error. I know of the following work-around # for tomcat 5.5.27 JAVA_OPTS=$JAVA_OPTS -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false -- Van Ly

Re: [Dspace-tech] Dspace 1.5.1 in Ubuntu 8.10

2009-02-12 Thread Van Ly
Hi Zico, You may need a package called 'ant-apache-regexp'. -- Van Ly : University of Sydney Library From: Zico Sent: Fri 13/02/2009 2:51 AM To: Tech DSpace Subject: [Dspace-tech] Dspace 1.5.1 in Ubuntu 8.10 Hello Mark. i need your help again. Hello, Now, i am trying to install dspace

Re: [Dspace-tech] adding static pages to a DSpace site using xmlui

2009-02-12 Thread Van Ly
Hi, perhaps you add your files to [src]/dspace-1_5_1/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp and run 'mvn package' followed by ant. -- Van Ly : University of Sydney Library From: Pottinger, Hardy J. Sent: Fri 13/02/2009 5:06 AM To: dspace-tech@lists.sourceforge.net Subject: Re

[Dspace-tech] Internal Server Error - backdoor.trojan attempt

2009-02-02 Thread Van Ly
it being accidentally triggered. -- Van Ly : University of Sydney Library An internal server error occurred on http://ses.library.usyd.edu.au: Date: 2/3/09 1:16 AM Session ID: E0507983E865B7F7DC2F84C26A99DE7B -- URL Was: http://ses.library.usyd.edu.au/browse?type=http

Re: [Dspace-tech] Error installing pljava for statistics plugin

2009-02-01 Thread Van Ly
After putting pljava.so in the right place, you could try $ ldconfig Try different things to get different exception(s) or none :-) -- Van Ly : University of Sydney Library -Original Message- From: felipe Melero [mailto:fmel...@unav.es] Sent: Fri 30/01/2009 10:03 PM To: dspace tech

Re: [Dspace-tech] host for dspace

2009-02-01 Thread Van Ly
I have used gandi.net for hosting in general and for some more see http://delicious.com/vy0123/hosting -- Van Ly : University of Sydney Library From: Andrew Marlow Sent: Mon 2/02/2009 5:10 AM To: Cirilo Macanze Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] host for dspace

[Dspace-tech] dspace build error

2009-01-29 Thread Van Ly
] [resources:resources] Using default encoding to copy filtered resources. [#compile] Downloading: http://repo1.maven.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.pom [ERROR]Runtime Exception thrown during execution [ERROR]null Thanks, -- Van Ly : University of Sydney Library

Re: [Dspace-tech] Backup Error

2009-01-29 Thread Van Ly
Hi, Check if you've more than one pg_dump on your system by updatedb ; locate pg_dump And, if there are multiples, to get an indication of version numbers, for each rpm -qf /absolute/path/to/pg_dump -- Van Ly : University of Sydney Library -Original Message- From: Geetha Rao

Re: [Dspace-tech] Handle Server starting problem

2009-01-28 Thread Van Ly
/init.d/functions ] ; then . /etc/init.d/functions -- Van Ly : University of Sydney Library From: Jozsef Gabor Bone Sent: Thu 29/01/2009 12:54 AM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] Handle Server starting problem Dear Members! Unfortunately it seems, that in our

Re: [Dspace-tech] Trying to restart HANDLE server

2009-01-27 Thread Van Ly
I see signs of the handle server using ps -wwo pid,cmd -C java |grep -Fi handle -- Van Ly : University of Sydney Library From: Thomas A McGee Sent: Wed 28/01/2009 6:51 AM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] Trying to restart HANDLE server I've seen

[Dspace-tech] FW: error messages when submitting to dspace

2009-01-23 Thread Van Ly
You may have run out of inodes before disk blocks, try df -i -- Van Ly : University of Sydney Library -Original Message- From: Sandy De Groote [mailto:sgro...@uic.edu] Sent: Sat 24/01/2009 8:00 AM To: Diggory Mark Cc: dspace-tech@lists.sourceforge.net; Claudia Jürgen Subject: Re

Re: [Dspace-tech] Modifying values exposed via OAI unqualified DC

2009-01-21 Thread Van Ly
[I've done a find [on dc.identifier] on my server and it's not coming up] Hi, cd [path to dspace] ; find . -type f -print0 |xargs -0 fgrep -i dc.identifier I got some results with the above command. -- Van Ly : UNIX System Administrator : University of Sydney Library : e= v...@usyd.edu.au

Re: [Dspace-tech] upgrade help

2009-01-20 Thread Van Ly
[ there was something printed to the terminal (that went by too fast to catch with ^c and I wasn't able to redirect the output to a file either) ] On some systems, it is possible to scroll back the terminal buffer by SHIFT+PAGE_UP -- Van Ly : University of Sydney Library

Re: [Dspace-tech] Google bots and web crawlers

2009-01-14 Thread Van Ly
Jeff's example and why? The lines I have are based on my best guess at what a crawler ought not to be interested in. Thanks in advance. -- Van Ly : University of Sydney Library -Original Message- From: Robert Tansley [mailto:roberttans...@google.com] Sent: Thu 15/01/2009 7:52 AM To: Shane

Re: [Dspace-tech] Not found FOM_WebContinuation$UserObject even thoughit is there

2009-01-14 Thread Van Ly
Andrew, Try exposing the value of CLASSPATH in the context of where java is called for DSpace. Locate your .jar file and check its path is listed in CLASSPATH. I find this command useful for showing all the gory details of java and dspace /bin/ps -ww -Heo cmd |grep java -- Van Ly

[Dspace-tech] error on browse by date

2009-01-13 Thread Van Ly
the database was changed, as suggested by those search index lines, but the index wasn't updated somehow. Any clues to the solution? Thanks in advance. -- Van Ly : University of Sydney Library -- This SF.net email is sponsored

Re: [Dspace-tech] error on browse by date

2009-01-13 Thread Van Ly
navigation menu + under communities collections titles authors subjects by date Should there be a mapping between webui.browse.index.N with the browse navigation menu? Where would the string 'by date' for the navigation menu be originating? Thanks in advance. -- Van Ly : University of Sydney

Re: [Dspace-tech] problem executing create-administrator

2009-01-08 Thread Van Ly
in the 'access' field. To add execute permissions, use man chmod chmod u+x FILENAME felipe Melero wrote: Yes, I'm running it from dspace/bin directory but no way to get it working... surely is a matter of unix, I'm a chrooted user... 8-- snipped Cheerio. -- Van Ly : U

[Dspace-tech] bitstream request = catalina error + dspace warning

2009-01-07 Thread Van Ly
in question [ #0 ]. Thanks. -- Van Ly : U. of Sydney Library [ #0 ] # tail -n 2000 dspace.log |grep -vFi INFO 2009-01-08 05:18:46,735 ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/].[bitstream] @ Servlet.service() for servlet bitstream threw exception

Re: [Dspace-tech] DSpace 1.5 implementation questions

2009-01-07 Thread Van Ly
there. It has a link to http://svnbook.red-bean.com/ perhaps with an svn-book in pdf format, one of the appendices has a quick start tutorial for subversion new users. Cheers. -- Van Ly : U. of Sydney Library This message was sent