[Dspace-tech] Handle server shuts down immediately

2015-08-20 Thread Baker, David A.
DSpace 5.2 on Windows Server 2012 Trying to get my Handle server set up. My console: C:\dspace\bindspace dsrun net.handle.server.Main c:\dspace\handle-server Using DSpace installation in: C:\dspace 2015/08/20 06:06:11 EDT 25 Rotating log files After running this, my error.log file: 2015/08/20

Re: [Dspace-tech] handle server

2015-05-27 Thread Andrea Schweer
Hi, On 27 May 2015 at 19:20, Sean Carte sean.ca...@gmail.com wrote: On 26 May 2015 at 23:44, Andrea Schweer schw...@waikato.ac.nz wrote: I use sudo jps -l (jps is like ps but just for JVM processes; the -l option tells it to output the full class name incl package) On one of my

Re: [Dspace-tech] handle server

2015-05-27 Thread Sean Carte
On 27 May 2015 at 22:15, Andrea Schweer schw...@waikato.ac.nz wrote: Thanks, Andrea, unfortunately my servers produce output like this: ~# jps -lv 1867 -- process information unavailable 6514 sun.tools.jps.Jps -Dapplication.home=/usr/lib/jvm/java-7-openjdk-amd64 -Xms8m 1636 -- process

Re: [Dspace-tech] handle server

2015-05-27 Thread Sean Carte
On 26 May 2015 at 23:44, Andrea Schweer schw...@waikato.ac.nz wrote: I use sudo jps -l (jps is like ps but just for JVM processes; the -l option tells it to output the full class name incl package) On one of my production DSpace servers, that currently says: 13042 sun.tools.jps.Jps 1768

Re: [Dspace-tech] handle server

2015-05-26 Thread Hilton Gibson
Hi Sean Perhaps this will help: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Handle_Server The handle server is always problematic after an upgrade. Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator Stellenbosch University Library

Re: [Dspace-tech] handle server

2015-05-26 Thread Andrea Schweer
Hi, On 27/05/15 02:53, Sean Carte wrote: On 26 May 2015 at 16:20, Hilton Gibson hilton.gib...@gmail.com wrote: Perhaps this will help: 

Re: [Dspace-tech] handle server

2015-05-26 Thread Sean Carte
On 26 May 2015 at 16:20, Hilton Gibson hilton.gib...@gmail.com wrote: Perhaps this will help: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Handle_Server The handle server is always problematic after an upgrade. Thanks, Hilton; lots of great information there. So it seems that this is

[Dspace-tech] handle server

2015-05-26 Thread Sean Carte
I've just notice that my handle server does not appear to be running: ~# ps -ef | grep java | grep log4j-handle | grep -v 'grep' ~# When I try to start it, I don't see any errors in the dspace log, or on the command line: ~# su - tomcat7 -c /dspace/bin/start-handle-server ~# tomcat7 is the

[Dspace-tech] Handle server limit (99999 items?)

2015-05-07 Thread Alan Orth
Hi, I'm wondering what happens when the handle server reaches item number 9? Our handle server is currently at 65000 or so, so this could be a problem for us in the next year or less. Thanks, -- Alan Orth alan.o...@gmail.com https://alaninkenya.org https://mjanja.ch In heaven all the

Re: [Dspace-tech] Handle server limit (99999 items?)

2015-05-07 Thread Hilton Gibson
Hi Alan Check: https://www.repository.cam.ac.uk/browse?type=title They are up to 195598 so far, so 99 seems to be the limit. One million is not bad? How is Kenya? Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator Stellenbosch University Library

Re: [Dspace-tech] Handle server limit (99999 items?)

2015-05-07 Thread Alan Orth
Thanks for pointing out the Cambridge example, Hilton! So they passed the event horizon (and lived to tell the tale) before we had to. *phew* Kenya's great. The GNU/Linux community[0] is getting stronger by the day! :P Regards, [0] https://nairobilug.or.ke/ On Thu, May 7, 2015 at 10:27 AM,

Re: [Dspace-tech] Handle server limit (99999 items?)

2015-05-07 Thread Mark H. Wood
I think 2147483647 or 9223372036854775807 is much more likely as the limit. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc Description:

Re: [Dspace-tech] Handle server limit (99999 items?)

2015-05-07 Thread Mark H. Wood
On Thu, May 07, 2015 at 08:35:22AM -0400, Mark H. Wood wrote: I think 2147483647 or 9223372036854775807 is much more likely as the limit. The suffix is generated by a DBMS SEQUENCE object. In PostgreSQL, handle_seq.max_value is the latter of the above. (2**63 - 1: the limit of an SQL BIGINT,

Re: [Dspace-tech] Handle server limit (99999 items?)

2015-05-07 Thread Hilton Gibson
On 7 May 2015 at 15:31, Mark H. Wood mw...@iupui.edu wrote: We should fix that. ​Agreed +1​ *Hilton Gibson* Ubuntu Linux Systems Administrator Stellenbosch University Library http://staff.lib.sun.ac.za/~hgibson/docs/cv/cv.html

Re: [Dspace-tech] Handle server limit (99999 items?)

2015-05-07 Thread Peter Dietz
I thought handle (hdl.handle.net) itself was capable of string. So. If DSpace were to mint a handle like 123456789/12345-theory-of-relativity, that that would resolve? Even though DSpace is db integer incrementing handles, its not limited to numeric. We could mint uuid/guid, or at time of

[Dspace-tech] Handle server on Windows 2012 R2

2014-09-08 Thread Marko Višić
Hi, we have Dspace 4.2 on Windows 2012 R2 and we tried to run the handle server (with the command c:\dspace bin\dspace dsrun net.handle.server.Main c:\dspace\handle-server) but it starts and then just immediately shuts down... Error output: 2014/09/04 09:06:18 CEST 25 Started new run.

[Dspace-tech] Handle server configuración

2014-03-10 Thread Dspace P
Good Morning. I have in my test dspace 3.2 , that is not conected to internet, several items with handles diferents. I sent some items that have the handle I can see in dspace.cfg (for example 123456). I imported some items from other dspace. His dspace has other handle (for example 123456.1). I

Re: [Dspace-tech] Handle server configuración

2014-03-10 Thread Hilton Gibson
Hi Regars This is what I have: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Handle_Server Hope it helps. Cheers *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025D Stellenbosch University Private Bag X5036 Stellenbosch 7599 South Africa Tel: +27 21 808 4100 |

[Dspace-tech] Handle server configuración

2014-03-06 Thread Dspace P
Good morning. In this moment, where i'm working, we have 5 dspaces working. The version is 1.6.2 in every dspace.. Every dspace 1.6.2 have a diferent handle (for example 12345,12345.1,12345.2, 12345.3 and 12345.4) We want to update our repositories. We are studying to have only one dspace 3.2. In

[Dspace-tech] handle server nuts and bolts

2013-04-25 Thread Will Clarke
I want to understand the nuts and bolts of how the handle server actually works and what it does, how it is used, etc. I have read over - http://www.handle.net/faq.html - https://wiki.duraspace.org/display/DSDOC3x/Installation#Installation-TheHandleServer Where can I get more

Re: [Dspace-tech] handle server nuts and bolts

2013-04-25 Thread Ryan Scherle
Here are some notes I created for my personal reference. Perhaps they will be useful…. http://wiki.datadryad.org/Handle_Server_Technology --- Ryan Scherle --- Data Repository Architect --- DataDryad.org On Apr 25, 2013, at 12:54 PM, Will Clarke clark...@wfu.edu wrote: I want to understand

Re: [Dspace-tech] Handle server down

2013-03-12 Thread Hilton Gibson
: [Dspace-tech] Handle server down ** ** Thanks, I will do that. ** ** *From:* Hilton Gibson [mailto:hilton.gib...@gmail.comhilton.gib...@gmail.com] *Sent:* 22 February 2013 01:33 PM *To:* Lewatle Phaladi *Cc:* heli...@centrum.sk; DSpace-tech@lists.sourceforge.net *Subject:* Re

Re: [Dspace-tech] Handle server down

2013-03-12 Thread Lewatle Phaladi
process for handle server. Thanks a lot for giving your thoughts in solving this problem. Regards, Lewatle From: Lewatle Phaladi [mailto:lewatle.phal...@wits.ac.za] Sent: 22 February 2013 01:34 PM To: Hilton Gibson Cc: DSpace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Handle server down

Re: [Dspace-tech] Handle server down

2013-02-22 Thread helix84
Hi Lewatle, First thing you should do is look into your [dspace]/log/handle-server.log You can check whether the Handle server is running at any time: sudo netstat -tulpn | grep 8000 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] Handle server down

2013-02-22 Thread Lewatle Phaladi
Dear Helix, Thanks I will really work on it. Regards, Lewatle -Original Message- From: helix84 [mailto:heli...@centrum.sk] Sent: 22 February 2013 10:51 AM To: Lewatle Phaladi Cc: DSpace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Handle server down Hi Lewatle, First thing

Re: [Dspace-tech] Handle server down

2013-02-22 Thread Lewatle Phaladi
@lists.sourceforge.net Subject: Re: [Dspace-tech] Handle server down Hi Lewatle, First thing you should do is look into your [dspace]/log/handle-server.log You can check whether the Handle server is running at any time: sudo netstat -tulpn | grep 8000 Regards, ~~helix84 Compulsory reading

Re: [Dspace-tech] Handle server down

2013-02-22 Thread Lewatle Phaladi
...@gmail.com] Sent: 22 February 2013 12:22 PM To: Lewatle Phaladi Cc: heli...@centrum.sk; DSpace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Handle server down I would check the campus firewall first. On 22 February 2013 12:10, Lewatle Phaladi lewatle.phal

Re: [Dspace-tech] Handle server down

2013-02-22 Thread Hilton Gibson
PM *To:* Lewatle Phaladi *Cc:* heli...@centrum.sk; DSpace-tech@lists.sourceforge.net *Subject:* Re: [Dspace-tech] Handle server down ** ** I would check the campus firewall first. ** ** On 22 February 2013 12:10, Lewatle Phaladi lewatle.phal...@wits.ac.za wrote: Hi Helix

Re: [Dspace-tech] Handle server down

2013-02-22 Thread Lewatle Phaladi
Thanks, I will do that. From: Hilton Gibson [mailto:hilton.gib...@gmail.com] Sent: 22 February 2013 01:33 PM To: Lewatle Phaladi Cc: heli...@centrum.sk; DSpace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Handle server down Ok, Ask the people at handle.nethttp://handle.net if they can

Re: [Dspace-tech] handle server points to the wrong thing

2012-11-01 Thread helix84
Resending to dspace-tech (was sent to dspace-tech-request) just to archive that this solved the problem. Regards, ~~helix84 On Thu, Nov 1, 2012 at 5:23 PM, Berry, Irene (CIV) icbe...@nps.edu wrote: Bingo! Our documentation had it backwards. We're all better now. Thank you for being there,

Re: [Dspace-tech] handle server points to the wrong thing

2012-11-01 Thread Berry, Irene (CIV)
: Re: [Dspace-tech] handle server points to the wrong thing To: Berry, Irene (CIV) icbe...@nps.edumailto:icbe...@nps.edu Cc: dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net Message-ID

[Dspace-tech] handle server points to the wrong thing

2012-10-31 Thread Berry, Irene (CIV)
Hello all, I have an maybe-unusual DSpace set up where we use the xmlui for our public face of the repository, and the jpsui for submissions/management, etc. In effect, our jspui side mirrors the xmlui side, so the side with the login only gets used by our staff. Yesterday, something changed

Re: [Dspace-tech] handle server points to the wrong thing

2012-10-31 Thread helix84
Hi Irene, what's the value of your dspace.url in dspace.cfg? It should point to XMLUI. Regards, ~~helix84 -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite

[Dspace-tech] Handle Server Error

2012-09-26 Thread Lewatle Phaladi
Dear All we are setting up handle server for other instance of dspace and we have got the following error form our error log file : 2012/09/14 03:19:10 SAST 25 Started new run. javax.crypto.BadPaddingException: Given final block not properly padded at

Re: [Dspace-tech] Handle Server Error

2012-09-26 Thread Lewatle Phaladi
Hi João Thanks for reply, we will try to initialise it. Regards. Lewatle From: João Melo [mailto:jm...@lyncode.com] Sent: 26 September 2012 12:59 PM To: Lewatle Phaladi Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Handle Server Error Hi Lewatle, seems like the encrypted

[Dspace-tech] Handle Server Issue

2012-06-27 Thread DSpace
Hello, I am running into an issue with the handle server resolving to the incorrect URL. We have a customized instance that has both the JSPUI and XMLUI interface running side by side, one for staff and one for public. The issue I am experiencing today is that handle.net URL's are pointing to

Re: [Dspace-tech] handle server init script anybody?

2012-05-09 Thread Mark H. Wood
On Tue, May 08, 2012 at 11:13:55PM +0200, Christian Völker wrote: [Handle server is not very friendly toward system startup procedures] Now, my question is, am I the only one who is looking for something like this? Am I the only one who thinks it is a weird thing to invent it myself because

Re: [Dspace-tech] handle server init script anybody?

2012-05-09 Thread Alexandre Magaz Graça
On dc 09 mai 2012 14:43:16 CEST, Mark H. Wood wrote: [...] If anyone has a good Red Hat script, I'm sure it would be appreciated. Hi, The attached script is the one I use for CentOS/Fedora. The path to the start-handle-server script is hard-coded though. Cheers, Àlex #!/bin/sh # #

Re: [Dspace-tech] handle server init script anybody?

2012-05-09 Thread Gary Browne
To: dspace-tech Tech Subject: [Dspace-tech] handle server init script anybody? Hello, I just moved our DSpace to a new machine. This ment moving from Debian etch to squeeze. And I believe a server is not completely configured if I cant run shutdown -r now without all services coming up

Re: [Dspace-tech] handle server init script anybody?

2012-05-08 Thread helix84
On Tue, May 8, 2012 at 11:13 PM, Christian Völker c.voel...@gmx.net wrote: If youd ask me what exactly I did in the old script, well basically I called start-handle-server as the tomcat unix user when run with start as argument. As the official way to stop the handle server is to find out the

[Dspace-tech] Handle server on Windows

2012-03-26 Thread Heller, Margaret
I am trying to figure out where the problem is arising in working with Handles. We are running 1.6.2 on Windows Server 2003. I have a few separate issues I'm running into... First, the documentation suggests that running start-handle-server from [dspace]/bin will start the Handle server.

Re: [Dspace-tech] Handle server on Windows

2012-03-26 Thread helix84
On Mon, Mar 26, 2012 at 19:27, Heller, Margaret mhel...@dom.edu wrote: I didn’t see any processes using the ports, and we checked that nothing else on the server is set up to use those ports, so I am not sure where this is coming from. Hi Margaret, 1) If you're trying to bind to a low port

Re: [Dspace-tech] Handle-server installation

2012-03-05 Thread helix84
On Mon, Mar 5, 2012 at 07:46, Rahul Soni ra...@ismu.ac.in wrote: Does making DSpace live for an institution requires some amount that need to be paid. I was googling for the same and found that perhaps it requires handle-server installation and which requires certain amount to be paid. Please

[Dspace-tech] Handle-server installation

2012-03-04 Thread Rahul Soni
Does making DSpace live for an institution requires some amount that need to be paid. I was googling for the same and found that perhaps it requires handle-server installation and which requires certain amount to be paid. Please guide so that inappropriate approach can be avoided. Thanking you

Re: [Dspace-tech] Handle server

2012-02-14 Thread bodnar_robert
I believe you have to upgrade to at least dspace 1.7.2 in order to make the changes Multumesc Sergiu. We have exactly DSpace 1.7.2, but I still don`t know how to do this. Regards, B. Robert -- Keep Your Developer

Re: [Dspace-tech] Handle server

2012-02-14 Thread bodnar_robert
Dear Sirs, Thank you very much for your answers! I found a very simple and effective way to solve my problem. I write it down, maybe it could be useful for someone: I exported the metadata for a collection through the interface in cvs, opened it in Bluefish and used Replace All. Then imported

[Dspace-tech] Handle server

2012-02-13 Thread Bodnar Robert
Hi. A couple of month ago a have read a solution here on the list for changing the handle server for the items already submited to DSpace. A have searched the list and the internet and I could not find the message again. Could anyone please tell me how to do this? We changed the server

Re: [Dspace-tech] Handle server

2012-02-13 Thread bodnar_robert
Dear Ben, thank you very much for your answer, but I dont want change the prefix, I want to change the server name: for ex. http://hdl.handle.net to http://dspace.bcucluj.ro/handle If there is an easier way to do this then manually changing them. Thank you all! B. Robert Bodnar, There is

Re: [Dspace-tech] Handle server

2012-02-13 Thread Brian Freels-Stendel
Hi Bodnar, In dspace.cfg, you'll need to uncomment the line handle.canonical.prefix that specifies local URLs, and comment the one that specifies handle.net. That should do the trick. B-- On 2/13/2012 at 6:10 AM, in message 57009.192.168.1.1.1329138643.squir...@bcucluj.ro,

Re: [Dspace-tech] Handle server

2012-02-13 Thread bodnar_robert
Hi Bodnar, In dspace.cfg, you'll need to uncomment the line handle.canonical.prefix that specifies local URLs, and comment the one that specifies handle.net. That should do the trick. B-- Hello. Thank you Brian. We did this already but this not change the URI for the old items :( We

[Dspace-tech] Handle server on Windows

2012-01-26 Thread Vlastimil Krejcir
Hi all, is there any possibility to startup Handle server on Windows except for a bit complicated way I have found at https://wiki.duraspace.org/display/DSPACE/Handle+Server+Setup+as+Windows+Service+(using+Tanuki) Or is there anyone already running Handle server on Windows? Could you

Re: [Dspace-tech] Handle Server Problem

2011-05-12 Thread Cameron, Jacob
of the error in communication by return e-mail and destroy all copies of this e-mail. Thank you. -Original Message- From: Cameron, Jacob [mailto:jacob.came...@uleth.ca] Sent: Wednesday, May 11, 2011 3:55 PM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] Handle Server Problem I can

Re: [Dspace-tech] Handle Server Problem

2011-05-12 Thread Evans, Kevin
- From: Cameron, Jacob [mailto:jacob.came...@uleth.ca] Sent: 12 May 2011 15:03 To: Cameron, Jacob; dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Handle Server Problem I tried a couple of things people suggested such as making sure I was running the command prompt as an administrator

Re: [Dspace-tech] Handle Server Problem

2011-05-12 Thread Cameron, Jacob
-Original Message- From: Cameron, Jacob [mailto:jacob.came...@uleth.ca] Sent: 12 May 2011 15:03 To: Cameron, Jacob; dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Handle Server Problem I tried a couple of things people suggested such as making sure I was running the command

[Dspace-tech] Handle Server Problem

2011-05-11 Thread Cameron, Jacob
I can not get our handle server to run on Windows 7. I am getting the following error (found in the handle-server directory error.txt file). Any help would be appreciated. 2011/05/11 10:26:15 MDT 25 Started new run. Saving global values to: C:\Users\dspace\.handle\root_info Saving global values

[Dspace-tech] handle server admin?

2011-04-19 Thread Marvin Weaver
I got a handle from CNRI and updated my database with it. I put it in the handle-server/config.dct along with the servers's ip address I added the two lines to the server_config clause: storage_type = CUSTOM storage_class = org.dspace.handle.HandlePlugin Tried to start the handle server:

Re: [Dspace-tech] handle server admin?

2011-04-19 Thread Wendy J Bossons
Perhaps you are missing a few steps... • In config.dct, update any lines titled YOUR_NAMING_AUTHORITY with the number from the Handle admin . . . server_admins = ( 300:0.NA/1785 ). • Edit /dspace/config/dspace.cfg, changing the handle prefix to whatever number you were assigned

[Dspace-tech] handle server starting error

2011-01-28 Thread Sudan Bhattarai
Hello, Having trouble starting handle server. Any help is really appreciated. It is on windows server. C:\Dspace\bindsrun net.handle.server.Main \dspace\handle-server Using DSpace installation in: C:\Dspace 2011/01/28 10:09:07 CST 25 Rotating log files UDP handle Request Listener: address:

Re: [Dspace-tech] handle server starting error

2011-01-28 Thread Evans, Kevin
@lists.sourceforge.net Subject: [Dspace-tech] handle server starting error Hello, Having trouble starting handle server. Any help is really appreciated. It is on windows server. C:\Dspace\bindsrun net.handle.server.Main \dspace\handle-server Using DSpace installation in: C:\Dspace 2011/01/28 10:09

Re: [Dspace-tech] Handle server problem (incorrect passphrase error) [SOLVED]

2010-10-12 Thread Altaf Mahmud
I reinstalled the handle-server, done the whole process again. This time I also installed Uncomplicated Firewall (ufw) in my Debian Lenny, configured the port number. Don't know whether this UFW done the trick but my handle-server is now working. This link is good:

[Dspace-tech] Handle server confusion

2010-10-12 Thread Eric Luhrs
Sorry if I'm missing something obvious here, but I wonder if someone can help me better understand how the handle name resolution service works with DSpace. We are considering a URI change from http://hdl.handle.net/prefix/item to http://local.dspace/prefix/item. I know I can change the

[Dspace-tech] Handle server problem (incorrect passphrase error)

2010-10-11 Thread Altaf Mahmud
Dear community, I am trying to run handle-server by following command: ./bin/start-handle-server, but the log output in /log/handle-server generated as follows: 2010/10/11 07:30:42 BDST 25 Rotating log files Enter the passphrase for this server's authentication private key: Note: Your passphrase

Re: [Dspace-tech] Handle server on 1.6.2 (Windows)

2010-09-29 Thread Louw Venter
. Just don't give up checking the log files and working with CNRI and your network team to find the issue. Greg From:Louw Venter [mailto:louw.ven...@nwu.ac.za] Sent: Monday, September 27, 2010 10:36 AM To: Heh, Gregory Subject: RE: [Dspace-tech] Handle server on 1.6.2 (Windows) Greg Thank

[Dspace-tech] Handle server on 1.6.2 (Windows)

2010-09-27 Thread Louw Venter
Good day all Since upgrading (1.5.1 - 1.6.2) last week I've been trying to start the Handle-server without success. Has anyone been able to successfully upgrade on the Windows platform with a working handle server? The ports are still open and I've changed all the necessary configuration files

Re: [Dspace-tech] Handle server on 1.6.2 (Windows)

2010-09-27 Thread Sands Alden Fish
Certainly seems like a network issue, so I would check things like your firewall config, perhaps turn it off momentarily to see if the server will come up without it, but possibly more importantly, check to make sure that network config parameters are appropriate and correct in the handle

Re: [Dspace-tech] Handle server on 1.6.2 (Windows)

2010-09-27 Thread Heh, Gregory
apologies if anything is different for a Windows machine. Greg From: Louw Venter [mailto:louw.ven...@nwu.ac.za] Sent: Monday, September 27, 2010 9:36 AM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] Handle server on 1.6.2 (Windows) Good day all Since upgrading (1.5.1

Re: [Dspace-tech] Handle Server not Working

2010-08-11 Thread Lucio Foltran
Hi, Thanks for your answer. Our prefix is 1884. After some days researching about it, my boss told me that our subscription at handle.net had some problems. Now, everything is working fine. It was a handle.net problem and not a dspace´s one. Regards, Lucio 2010/8/10 Yin Yin Latt

[Dspace-tech] Handle Server not Working

2010-08-09 Thread Lucio Foltran
I'm having problems with my dspace handle plugin. The plugin is really not working, or by some reason the hdl.handle.net can't contact our server. The handle-server.log content is: 2010/08/09 04:03:20 BRT 25 Rotating log files UDP handle Request Listener: address: /200.17.202.2 port:

[Dspace-tech] Handle Server Errors

2010-08-04 Thread Courtney Grimland
DSpace 1.6.2 on RHEL5. My handle server's error.log is showing this message about once every two seconds: 2010/08/04 06:25:46 GMT 75 class net.handle.server.HdlTcpRequestHandler: Exception processing request: HandleException (INTERNAL_ERROR) Unknown opCode in message: 0 Can anyone offer any

[Dspace-tech] handle server errors

2010-06-22 Thread Heh, Gregory
RHEL 5 dspace 1.5.1 tomcat postgresql I am having issues with the following errors when starting the handle server. I've already made sure the there is only one instance of the handle server running by issuing the command: ps -ef | grep handle I have seen that it could be caused by

Re: [Dspace-tech] Handle server problems after update to 1.6.1 from 1.5.2

2010-05-25 Thread Ricardo Borillo
. - Original Message - From: Tonny Hjelmberg Laursen thl@cbs.dk To: keith gilbertson keith.gilbert...@library.gatech.edu Cc: dspace-tech@lists.sourceforge.net Sent: Monday, May 24, 2010 10:38:06 AM GMT -05:00 US/Canada Eastern Subject: Re: [Dspace-tech] Handle server problems after update

Re: [Dspace-tech] Handle server problems after update to 1.6.1 from 1.5.2

2010-05-25 Thread Gilbertson, Keith R
. UU./Canadá Asunto: Re: [Dspace-tech] Handle server problems after update to 1.6.1 from 1.5.2 Hi all, I have followed your indications, but i still get this error message and my handle-server didn't start ... I have replaced my 1.6.1 dsrun file with the one in the 1.6.0 tag and i get the same

[Dspace-tech] Handle server problems after update to 1.6.1 from 1.5.2

2010-05-24 Thread Tonny Hjelmberg Laursen
Hey, Im in the middle of updating a DSpace installation and everything seems fine. But im having a problem with starting the handle server. When I execute bin/start-handle-server im getting this error in the handle-server logfile: Error in launcher.xml: Invalid class name:

Re: [Dspace-tech] Handle server problems after update to 1.6.1 from 1.5.2

2010-05-24 Thread Gilbertson, Keith R
to the list so that experts on the dspace launcher command can research more. --keith - Original Message - From: Tonny Hjelmberg Laursen thl@cbs.dk To: dspace-tech@lists.sourceforge.net Sent: Monday, May 24, 2010 7:55:29 AM GMT -05:00 US/Canada Eastern Subject: [Dspace-tech] Handle server

Re: [Dspace-tech] Handle server problems after update to 1.6.1 from 1.5.2

2010-05-24 Thread Tonny Hjelmberg Laursen
research more. --keith - Original Message - From: Tonny Hjelmberg Laursenthl@cbs.dk To: dspace-tech@lists.sourceforge.net Sent: Monday, May 24, 2010 7:55:29 AM GMT -05:00 US/Canada Eastern Subject: [Dspace-tech] Handle server problems after update to 1.6.1 from 1.5.2 Hey, Im

Re: [Dspace-tech] Handle server problems after update to 1.6.1 from 1.5.2

2010-05-24 Thread keith . gilbertson
: dspace-tech@lists.sourceforge.net Sent: Monday, May 24, 2010 9:38:51 AM GMT -05:00 US/Canada Eastern Subject: Re: [Dspace-tech] Handle server problems after update to 1.6.1 from 1.5.2 Thanks, The error is gone now, but now I got another error in the log file (The handle server is still not running

Re: [Dspace-tech] Handle server problems after update to 1.6.1 from 1.5.2

2010-05-24 Thread Tonny Hjelmberg Laursen
Eastern Subject: Re: [Dspace-tech] Handle server problems after update to 1.6.1 from 1.5.2 Thanks, The error is gone now, but now I got another error in the log file (The handle server is still not running.) Usage:program-name config-directory The bin/start-handle-server line looks

Re: [Dspace-tech] Handle server problems after update to 1.6.1 from 1.5.2

2010-05-24 Thread Gilbertson, Keith R
, 2010 10:38:06 AM GMT -05:00 US/Canada Eastern Subject: Re: [Dspace-tech] Handle server problems after update to 1.6.1 from 1.5.2 One of the things that I didn't test on the test server (1.6.0) was the handle-server. I have now replaced dsrun with the one from the 1.6.0 source package

[Dspace-tech] Handle server error

2010-03-29 Thread Heh, Gregory
I have been having issues setting up the handle server. I am seeing the following error in handle-plugin.log. 2010-03-26 16:26:30,747 INFO org.dspace.handle.HandlePlugin @ Called init (not implemented) 2010-03-26 16:26:30,749 INFO org.dspace.handle.HandlePlugin @ Called scanNAs (not

[Dspace-tech] Handle Server Problems

2010-03-11 Thread Cameron, Jacob
Our handle server has stopped responding. I've killed and restarted the process several times and had it working again this morning. But it has died again this afternoon and I'm unable to resurrect it. We just renewed our handle server so I know it's not shutdown. I have even tried

Re: [Dspace-tech] Handle Server Problems

2010-03-11 Thread Graham Triggs
Sounds like you need to remove the lock file from the txns directory. Regards, G On 11 March 2010 22:32, Cameron, Jacob jacob.came...@uleth.ca wrote: Our handle server has stopped responding. I’ve killed and restarted the process several times and had it working again this morning. But

[Dspace-tech] handle server related scripts not recognized

2010-01-21 Thread Stan Orlov
Greetings! We've installed the handle server and edited the config files. We run DSpace 1.5.1 on Win 2003 server. However, when we try to run any handle server related scripts from DSpace\bin, we have the following messages: C:\DSpace\binupdate-handle-prefix 123456789 10587

[Dspace-tech] handle-server accessible

2009-10-30 Thread Lewatle Phaladi
Hi All Our institution handle-server is now globally accessible, thanks to those who tried to give their Ideas in this regard. Thanks, Lewatle htmlpfont face = verdana size = 0.8 color = navyThis communication is intended for the addressee only. It is confidential. If you have

[Dspace-tech] Handle server error

2009-10-22 Thread Jeffrey Trimble
When working with the handle server, the installation went by the book. Then when attempting to use the handle link we receive the following error. Has anyone seen this error before? If so, how did you resolve it. 2009/10/22 12:52:32 EDT 75 class net.handle.server.HandleServer: error

Re: [Dspace-tech] Handle Server Process Stays at 100% CPU

2009-09-02 Thread pennington
: Tuesday, September 01, 2009 6:25 PM To: Pennington_Stacy; dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Handle Server Process Stays at 100% CPU Hi Stacy, My big outstanding issue came after I rebooted the server to give it one last kick of the tires before calling the whole

[Dspace-tech] Handle Server Process Stays at 100% CPU

2009-09-01 Thread pennington
OK, this is a strange one. I just completed a pretty difficult upgrade of our DSpace instance from 1.4.2 to 1.5.2 and everything was working pretty well. I guess it still is. You can see the result here: http://dlynx.rhodes.edu My big outstanding issue came after I rebooted the server to give

Re: [Dspace-tech] Handle Server Process Stays at 100% CPU

2009-09-01 Thread Stuart Lewis
Hi Stacy, My big outstanding issue came after I rebooted the server to give it one last kick of the tires before calling the whole thing done. After the reboot, everything came back up, but the Java process that is the Handle Server (the thing that knows to serve up

[Dspace-tech] handle-server setup (psql)

2009-08-28 Thread Lewatle Phaladi
10:22 PM To: Lewatle Phaladi; dspace-tech@lists.sourceforge.net Subject: RE: [Dspace-tech] handle-server setup Hi Lewatle, In your [dspace]/bin directory, there is a script called update-handle-prefix If, for example, your new handle is 858585: [dspace]/bin/update-handle-prefix

Re: [Dspace-tech] handle-server setup (psql)

2009-08-28 Thread François Parmentier
. Regards Lewatle -Original Message- From: Kim Shepherd [mailto:k...@waikato.ac.nz] Sent: Thu 8/27/2009 10:22 PM To: Lewatle Phaladi; dspace-tech@lists.sourceforge.net Subject: RE: [Dspace-tech] handle-server setup Hi Lewatle, In your [dspace]/bin directory, there is a script

[Dspace-tech] handle-server setup

2009-08-27 Thread Lewatle Phaladi
Hi All I was setting up handle server for my University, and everything went well in such a way that changes apply only for new submissions, if we submit or import a file the file will take a new prefix not default like 123456789, What we really need is to change the default handle prefix e.g

Re: [Dspace-tech] handle-server setup

2009-08-27 Thread Kim Shepherd
, correct items/collections/communities. Cheers, Kim From: Lewatle Phaladi [mailto:lewatle.phal...@wits.ac.za] Sent: Friday, 28 August 2009 1:42 a.m. To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] handle-server setup Hi All I was setting up handle server for my University

Re: [Dspace-tech] Handle server 6.2 installation

2009-08-03 Thread clive gould
Hi Stuart There are quite a number of pom.xml files around in my DSpace installation. I need to make sure I'm editing the right one ;) [r...@standbyvle ~]# grep -RH handle /home/dspace/*/pom.xml /home/dspace/dspace-1.5.1-release/pom.xml: artifactIdhandle/artifactId

Re: [Dspace-tech] Handle server 6.2 installation

2009-08-03 Thread Claudia Jürgen
Hi Clive, the directories you mentioned are different source directories (1.5.1, 1.5.2 and 1.5.2 source release). You seem to have checked out different versions. It depends which source is the base of your installation. The dependency is in two pom's if you are using a source release: -

Re: [Dspace-tech] Handle server 6.2 installation

2009-08-03 Thread clive gould
Hi Claudia I'm working with DSpace 1.5.2 built from source so the file must be /home/dspace/dspace-1.5.2-src-release/pom.xml This is the only file I can find which contains reference to the version of the handle server. i.e. dependency groupIdorg.dspace/groupId

Re: [Dspace-tech] Handle server 6.2 installation

2009-08-02 Thread Stuart Lewis
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand Ph: 64 9 373-7599 x81928 http://www.library.auckland.ac.nz/ -Original Message- From: clive gould [mailto:cli...@gmail.com] Sent: Friday, 31 July 2009 9:33 p.m. To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech

[Dspace-tech] Handle server 6.2 installation

2009-07-31 Thread clive gould
Hi I am looking at upgrading the handle system in our test installation of DSpace 1.5.2 to version 6.2 later in August. In the DSpace installation documentation it refers to: If you decide to update, you should replace the existing handle.jar in [dspace-source]/lib with the new version and

[Dspace-tech] handle server implementation problem

2009-05-10 Thread Zico
When i goes for installing the handle server with the command: java -cp handle.jar net.handle.server.SimpleSetup /dspace/handle-server/ then, this error occurs; *Exception in thread main java.lang.NoClassDefFoundError: net.handle.security.provider.SunJceHdlSecurityProvider at

Re: [Dspace-tech] Handle Server problem

2009-03-09 Thread Hlias Stavrakis
The connection could take several minutes to be established. I tried the solution proposed by Tom and seems to be ok. Thanks, Ilias smime.p7s Description: S/MIME Cryptographic Signature -- Open Source Business

[Dspace-tech] Handle Server problem

2009-03-06 Thread Hlias Stavrakis
Hi, I am facing the following problem with the handle server. After an idle period without requests from clients, the attempt to create a new connection to the database (postgreSQL) is extremely slow. I have increased the maximum number of connections to the database to 300

Re: [Dspace-tech] Handle Server problem

2009-03-06 Thread Mark H. Wood
On Fri, Mar 06, 2009 at 04:34:58PM +0200, Hlias Stavrakis wrote: After an idle period without requests from clients, the attempt to create a new connection to the database (postgreSQL) is extremely slow. I have increased the maximum number of connections to the database to 300

  1   2   >