[Dspace-tech] duplicate key violates unique constraint "handle_handle_key"

2009-11-10 Thread Van Ly
ms (ItemImport.java:585) 16 at org.dspace.app.itemimport.ItemImport.main (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 Crysta

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

2009-11-01 Thread Van Ly
at5' removes the need 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 :: A

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

2009-10-27 Thread Van Ly
gt; Try and perform the conversion in the DSpace/Java user's 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 -

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

2009-10-05 Thread Van Ly
n windows >> best regards >> >> -- >> Sina Khankhajeh >> --------- >> --- >> >> >8--- Van Ly vly at usyd dot edu dot au -- Come build with us! The BlackBerry

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

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. > &g

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

2009-09-22 Thread Van Ly
then try enabling 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 BlackBerry® Developer Conference in SF, CA is the only

Re: [Dspace-tech] Database Question

2009-09-22 Thread Van Ly
ess the fault there and then fix the actual system. Best wishes, Van Ly vly at usyd dot edu dot au -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this

Re: [Dspace-tech] work around authentication mechanism

2009-09-22 Thread Van Ly
iginally, had I needed, I had in mind to strip DSpace naked (ie. without authentication) and as a temporary fix use `iptables(8)' to control access based on IP. But really, whether the browser or the page prompts for credentials is a cosmetic issue as long as the link is trusted. Best wi

[Dspace-tech] work around authentication mechanism

2009-09-10 Thread Van Ly
m entirely, 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

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

2009-09-09 Thread Van Ly
; 29 30 31 <%= item.getName() %> 32 Type<%= item.getType() %> 33 Usage<%= item.getUsage() %> 34 Peak Usage<%= item.getPeakUsage() %> 35 Collection Usage<%= item.getCollectionUsage () %> 36 37 38

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

2009-09-08 Thread Van Ly
ut rather just spin. Hi Susan, 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, V

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

2009-09-03 Thread Van Ly
ssetstore's object path from 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 -- Le

Re: [Dspace-tech] error while ant fresh_install

2009-08-31 Thread Van Ly
Name | Owner | Encoding --+--+-- 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 tr

Re: [Dspace-tech] Handle URL

2009-08-26 Thread Van Ly
f | grep java | grep log4j-handle | grep -v 'grep' | awk '{print $2}'` $ echo $x $ y=`/bin/ps -u dspace -ww -o user,pid,cmd |/bin/fgrep '/handle- server' |/bin/awk '{print $2}'` $ echo $y Best wishes, Van Ly vly at usyd dot edu dot au ---

Re: [Dspace-tech] Handle URL

2009-08-26 Thread Van Ly
andle-server > -bash-3.00$ > > That confirms 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 sta

Re: [Dspace-tech] Bit streams size

2009-08-19 Thread Van Ly
ks is detailed in FileUploadRequest.java. 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 ---

[Dspace-tech] map file contention?

2009-08-17 Thread Van Ly
iles, at what point do the line 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 y

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

2009-08-17 Thread Van Ly
' Does that file 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 Cryst

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

2009-08-16 Thread Van Ly
adatafieldregistry table, you'll see 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: Monda

Re: [Dspace-tech] problem installing dspace

2009-08-16 Thread Van Ly
ained $ type javac 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

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

2009-08-16 Thread Van Ly
on is thrown 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 --

Re: [Dspace-tech] problem installing dspace

2009-08-13 Thread Van Ly
On 13/08/2009, at 6:03 PM, wardy277 wrote: > > BUILD FAILED > /var/lib/tomcat5.5/webapps/dspace-1.5.2-release/dspace/target/ > dspace-1.5.2-build.dir/build.xml:585: > Java returned: 1 > > any ideas? > Try using Sun's jdk/jre. Van

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 reporti

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] 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] 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] Internal System Error

2009-07-27 Thread Van Ly
ql query happens. Best wishes, -- Van Ly -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, cor

Re: [Dspace-tech] Internal System Error

2009-07-26 Thread Van Ly
It's 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..

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

2009-07-20 Thread Van Ly
you put the path 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.n

Re: [Dspace-tech] filter-media IOException Permission denied

2009-07-19 Thread Van Ly
Thanks for that. If filter-media is applied on package ingest, is it necessary to run it as cronjob at all? -- Van Ly Quoting Mr Havercamp : > Correct, java.io.File will throw an IOException error if the > createNewFile method attempts to create a new file over the top of an > exi

[Dspace-tech] filter-media IOException Permission denied

2009-07-17 Thread Van Ly
n 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

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] Multiple Dspace instances on same DB

2009-07-07 Thread Van Ly
bapps/dspace152-oai # URL access is http://localhost:8080/dspace142 http://localhost:8080/dspace152 Hope that helps. -- Van Ly -Original Message- From: Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY] [mailto:susan.m.thorn...@nasa.gov] Sent: Wed 2009-07-08 06:15 To: D

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
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] login request fails

2009-06-11 Thread Van Ly
verbosity of the dspace log and see if there is a pattern in the logged ip-address and check at various intervals the ip-address your computer believes it has or check its dhcp log. Best wishes, -- Van Ly -Original Message- From: Henty, Owen [mailto:ojhe...@uncc.edu] Sent: Fri 6/12/2009 3

Re: [Dspace-tech] duplicate key violates unique constraint"eperson_email_key"

2009-06-03 Thread Van Ly
The eperson_seq:last_value counter may have fallen out of synch with the eperson table. -- Van Ly public | eperson| table| tomcat public | eperson_seq| sequence | tomcat -Original Message- From: Filippos Kolovos [mailto:filip

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 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 |n

Re: [Dspace-tech] archive_directory & assetstore growth

2009-05-27 Thread Van Ly
lythe extracted 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 `-

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] archive_directory & assetstore growth

2009-05-26 Thread Van Ly
e for leaving earlier duplicate copies of bitstreams behind? I was expecting a successful 1Gb feed to DSpace would grow the assetstore by about 1Gb plus & minus a little bit. Any `clue' is much appreciated. -- Van Ly -

[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
l 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 w

[Dspace-tech] metadatafieldregistry_pkey duplicate key error

2009-05-17 Thread Van Ly
tHost 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

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

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 -- St

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] 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] Error while registering nee User

2009-04-14 Thread Van Ly
For *nix system, list the listening ports and processes with # netstat -lnpt and choose an unused address, port combination to put in server.xml -- Van Ly From: Mark H. Wood [mailto:mw...@iupui.edu] Sent: Wed 4/15/2009 12:46 AM To: dspace-tech

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

2009-04-08 Thread Van Ly
g/iso/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

Re: [Dspace-tech] using ItemImport WAS:

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]

[Dspace-tech] using ItemImport WAS:

2009-04-06 Thread Van Ly
41 341 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.e

Re: [Dspace-tech] Install dspace unsucessful

2009-03-31 Thread Van Ly
x27;createuser -U postgres -S -R -c 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: [Dsp

Re: [Dspace-tech] Fault of authentication

2009-03-30 Thread Van Ly
trust # IPv4 local connections: hostall all 127.0.0.1/32 trust # IPv6 local connections: hostall all ::1/128 trust Regards, -- Van Ly From: Serbe Leon Rojas Sent: Tue 31/03/2009 7:33 AM To: dspace-tech@lists.sourceforge.net S

Re: [Dspace-tech] internal system error occurs while submitting an item for collection

2009-03-29 Thread Van Ly
Hello Wenling, I've found changing the files in the [dspace] install directory to have `tomcat' for owner and group to side step the problem. Have a look at the catalina.out log file for clues, too. -- Van Ly From: Ma, Wenling Sent: Sat 28/03/2009 2:18 AM To: &#

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-te

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

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

2009-03-05 Thread Van Ly
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"???jsp.mydspac

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

2009-03-05 Thread Van Ly
now what's missing? 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 op

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_ESCAP

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 S

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 inst

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

2009-02-02 Thread Van Ly
event 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

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

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] 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: Geeth

[Dspace-tech] dspace build error

2009-01-29 Thread Van Ly
urces] [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 Li

Re: [Dspace-tech] Handle Server starting problem

2009-01-28 Thread Van Ly
/etc/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 i

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 see

[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...@u

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 Li

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

2009-01-20 Thread Van Ly
me.com/fhs/ has something to say for where to put pljava.so -- Van Ly : University of Sydney Library -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://

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

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:

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

2009-01-13 Thread Van Ly
ce production instance browse 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

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

2009-01-13 Thread Van Ly
rding this work being made available please contact the Sydney eScholarship \ Repository Coordinator - s...@library.usyd.edu.au', 'en_AU' \ from item where owning_collection=36); Thanks for the pointers. -- Van Ly

[Dspace-tech] error on browse by date

2009-01-13 Thread Van Ly
the fault in the case 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 -- Thi

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

2009-01-08 Thread Van Ly
stat ./create-administrator Look for x 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 i

Re: [Dspace-tech] DSpace 1.5 implementation questions

2009-01-07 Thread Van Ly
ory.html if that repository is current, the latest files should be available from 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

[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 except

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

2009-01-07 Thread Van Ly
these commands should show type sed type java or you could try # perhaps as root updatedb # as dspace user locate sed locate java to show the shell you have, try printenv |fgrep SHELL I use redhat as well. -- Van Ly From: felipe Melero Sent: Wed 7/01/2009 11:22 PM To: dspace tech Subject

[Dspace-tech] internal error - no browse index for request

2009-01-05 Thread Van Ly
;[DSPACE]/bin/index-init' as users dspace and root with no luck. Are there similar experiences or any insight? Thanks in advance. -- Van Ly : U. of Sydney Library This message was sent using IMP, the Internet Messaging Program