Hi all,

I´m newbie to dspace and I have a problem while implementing the Handle server, 
My configuration is Windows Server 2008; Dspace 1.7.2 + Tomcat 7 + PostgreSql, 
everything went fine until I change the config.dct of the handle to:
 "storage_type" = "CUSTOM"
"storage_class" = "org.dspace.handle.HandlePlugin"

When I try to start the Handle server with hdl-server, gives the next error:

"C:\hsj-7.0\bin>java -server -Xmx200M -cp 
".;C:\hsj-7.0\bin\..\lib\admintool.jar;C:\hsj-7.0\bin\..\lib\cnriutil.jar;C:\hsj-7.0\bin\..\lib\handle.jar;C:
\hsj-7.0\bin\..\lib\icu4j-4_2_1-idna.jar;C:\hsj-7.0\bin\..\lib\je-3.3.96.jar;C:\hsj-7.0\bin\..\lib\jython-2.2.1.jar;C:\hsj-7.0\bin\..\lib\oldadmintool
.jar" net.handle.server.Main C:\handle-server\hdlserver1
HANDLE.NET Server Software version 7.0
"2011-12-30 15:57:52.768Z" 25 Rotating log files
Error: org.dspace.handle.HandlePlugin
       (see the error log for details.)"

In the error log I have this error:

""2011-12-30 15:57:53.253Z" 25 Started new run.
"2011-12-30 15:57:53.266Z" 25 HANDLE.NET Server Software version 7.0
java.lang.ClassNotFoundException: org.dspace.handle.HandlePlugin
                at java.net.URLClassLoader$1.run(Unknown Source)
                at java.security.AccessController.doPrivileged(Native Method)
                at java.net.URLClassLoader.findClass(Unknown Source)
                at java.lang.ClassLoader.loadClass(Unknown Source)
                at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
                at java.lang.ClassLoader.loadClass(Unknown Source)
                at java.lang.Class.forName0(Native Method)
                at java.lang.Class.forName(Unknown Source)
                at 
net.handle.server.HandleStorageFactory.getStorage(HandleStorageFactory.java:76)
                at 
net.handle.server.HandleStorageFactory.getStorage(HandleStorageFactory.java:35)
                at net.handle.server.HandleServer.<init>(HandleServer.java:505)
                at 
net.handle.server.AbstractServer.getInstance(AbstractServer.java:87)
                at net.handle.server.Main.initialize(Main.java:216)
                at net.handle.server.Main.main(Main.java:81)
Shutting down..."

My Variables are:

JAVA_HOME: C:\Program Files\Java\jdk1.6.0_25
CLASSPATH: %JAVA_HOME%\lib;%JAVA_HOME%\jre\lib;%JAVA_HOME%\lib\tools.jar
 PATH: %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program 
Files\Java\jdk1.6.0_25\bin;C:\ANT\bin;C:\MAVEN\bin;C:\Program 
Files\TortoiseSVN\bin;C:\Program Files\Java\jre6\bin;C:\Dspace\lib

I appreciate any help.


   Ricardo Gusmão

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to