Hi,

I don't know if this is a bug or a misconfiguration on my part. I'm running 
DSpace 1.6.0.

I'm trying to run:

[dspace]/bin/dspace itemupdate -h

but keep getting the error:

Error in launcher.xml: Invalid class name: org.dspace.app.itemimport.ItemUpdate

Running it via "dsrun org.dspace.app.itemimport.ItemUpdate" gives this:

Exception in thread "main" java.lang.NoClassDefFoundError: 
org/dspace/app/itemimport/ItemUpdate
Caused by: java.lang.ClassNotFoundException: 
org.dspace.app.itemimport.ItemUpdate
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)

Has anyone else encountered this? If it's genuinely a bug, I'll file it as a 
bugreport.

Thanks,
-Andrew
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Dspace-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-general

Reply via email to