[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Handle-info] Dspace 1.5.1 + handle server problem
Hi,
I have been trying to generate the handle server in my dspace-1.5.1 test server. Here, this is not our main server and this test server is running behind proxy.
Dspace 1.5.1 is running quite ok here. And, we have already been registered for our handle system.
Here, when i go for the command: /dspace/bin/dsrun net.handle.server.SimpleSetup /dspace/handle-server/
then this error occurs:
Exception in thread "main" java.lang.NoClassDefFoundError: net.handle.security.provider.SunJceHdlSecurityProvider
at java.lang.Class.initializeClass(libgcj.so.90)
at java.lang.Class.forName(libgcj.so.90)
at java.lang.Class.forName(libgcj.so.90)
at net.handle.security.HdlSecurityProvider.getInstance(HdlSecurityProvider.java:36)
at net.handle.hdllib.Util.encrypt(Util.java:890)
at net.handle.hdllib.Util.encryptIfPossible(Util.java:931)
at net.handle.server.SimpleSetup.generateKeys(SimpleSetup.java:527)
at net.handle.server.SimpleSetup.main(SimpleSetup.java:331)
Caused by: java.lang.ClassNotFoundException: com.sun.crypto.provider.SunJCE not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:./,file:/opt/src/dspace-1.5.1-release/dspace/target/dspace-1.5.1-build.dir/lib/,file:/usr/share/ant/bin/,file:/usr/share/ant/lib/,file:/dspace/lib/activation-1.1.jar,file:/dspace/lib/bcmail-jdk14-136.jar,file:/dspace/lib/bcprov-jdk14-136.jar,file:/dspace/lib/commons-cli-1.0.jar,file:/dspace/lib/commons-codec-1.3.jar,file:/dspace/lib/commons-collections-3.2.jar,file:/dspace/lib/commons-dbcp-1.2.2.jar,file:/dspace/lib/commons-fileupload-1.2.1.jar,file:/dspace/lib/commons-io-1.4.jar,file:/dspace/lib/commons-lang-2.2.jar,file:/dspace/lib/commons-logging-1.0.jar,file:/dspace/lib/commons-pool-1.4.jar,file:/dspace/lib/dom4j-1.6.1.jar,file:/dspace/lib/dspace-api-1.5.1.jar,file:/dspace/lib/dspace-api-lang-1.5.2.1.jar,file:/dspace/lib/fontbox-0.1.0.jar,file:/dspace/lib/handle-5.3.4.jar,file:/dspace/lib/icu4j-3.4.4.jar,file:/dspace/lib/jargon-1.4.25.jar,file:/dspace/lib/jaxen-1.1.jar,file:/dspace/lib/jdom-1.0.jar,file:/dspace/lib/jempbox-0.2.0.jar,file:/dspace/lib/log4j-1.2.14.jar,file:/dspace/lib/lucene-analyzers-2.3.0.jar,file:/dspace/lib/lucene-core-2.3.0.jar,file:/dspace/lib/mail-1.4.jar,file:/dspace/lib/mets-1.5.2.jar,file:/dspace/lib/oro-2.0.8.jar,file:/dspace/lib/pdfbox-0.7.3.jar,file:/dspace/lib/poi-2.5.1-final-20040804.jar,file:/dspace/lib/postgresql-8.1-408.jdbc3.jar,file:/dspace/lib/rome-0.8.jar,file:/dspace/lib/tm-extractors-0.4.jar,file:/dspace/lib/xalan-2.7.0.jar,file:/dspace/lib/xercesImpl-2.8.1.jar,file:/dspace/lib/xml-apis-1.3.02.jar,file:/dspace/lib/xmlParserAPIs-2.0.2.jar,file:/dspace/config/], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
at java.net.URLClassLoader.findClass(libgcj.so.90)
at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.90)
at java.lang.ClassLoader.loadClass(libgcj.so.90)
at java.lang.ClassLoader.loadClass(libgcj.so.90)
at java.lang.Class.forName(libgcj.so.90)
at java.lang.Class.initializeClass(libgcj.so.90)
...7 more
Can you please help me?
--
Best,
Zico