Hi Sonia,

> 2. I ran this comands:
> [dspace]/bin/make-handle-config
> [dspace]/bin/start-handle-server
> [dspace]/bin/update-handle-prefix 123456789 2316
> I´ve tried change the comands order but I´ve not gotten my dspace is right.
> 
> In the Handle-server log file appears:
> 
>  "2007/03/07 11:55:12 CET" 100 class net.handle.server.HdlUdpInterface: 
> Error setting up server socket: java.net.BindException: Address already 
> in use

This suggests that your handle server (or some other process) is running 
on the ports that the handle server is intending to use.  These are 2641 
and 8000 by default.  You want to check to see if the handle server is 
running:

ps -ef | grep handle

(in linux)

and see if there is anything already bound to those ports:

netstat -l

(again, for linux only)

> "2007/03/07 11:49:53 CET" 75 class 
> net.handle.server.HdlTcpRequestHandler: Exception processing request: 
> java.lang.NoClassDefFoundError: org/dspace/core/ConfigurationManager

This looks like a classpath problem, but it's not immediately obvious as 
to why this might happen.  I would be inclined to fix the first error 
first, and see if this one just goes away.

> How can I do for handle is right?

Also, have you sent the sitebndl.zip file generated by 
make-handle-config to CNRI?  This won't affect your problems here, but 
you won't be able to resolve handles locally until CNRI have updated 
your record.

Cheers,

-- 
Richard
------------------------------------------------------------------------
Richard Jones            | t: +44 (0)20 759 [48614 / 41815]
Web & Database           | e: [EMAIL PROTECTED]
   Technology Specialist  | b: http://chronicles-of-richard.blogspot.com/
Imperial College London  |
------------------------------------------------------------------------

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to