On Fri, Aug 21, 2020 at 11:22:51AM -0700, zizu zazwaz wrote: > You were right Jose it was not installed. > But even after I install it, I got the following error again. > > FO] DSpace RDF ......................................... SKIPPED > [INFO] DSpace RDF :: Local Customizations ................. SKIPPED > [INFO] DSpace REST :: API and Implementation .............. SKIPPED > [INFO] DSpace REST :: Local Customizations ................ SKIPPED > [INFO] DSpace SWORD ....................................... SKIPPED > [INFO] DSpace SWORD :: Local Customizations ............... SKIPPED > [INFO] DSpace SWORD v2 .................................... SKIPPED > [INFO] DSpace SWORD v2 :: Local Customizations ............ SKIPPED > [INFO] Apache Solr Webapp ................................. SKIPPED > [INFO] DSpace SOLR :: Local Customizations ................ SKIPPED > [INFO] DSpace OAI-PMH ..................................... SKIPPED > [INFO] DSpace OAI-PMH :: Local Customizations ............. SKIPPED > [INFO] DSpace Assembly and Configuration .................. SKIPPED > [INFO] DSpace XML-UI Mirage2 Theme ........................ SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 59.934 s > [INFO] Finished at: 2020-08-21T23:50:17+05:30 > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile > (default-compile) on project dspace-api: Compilation failure: Compilation > failure: > [ERROR] > /C:/dspace-6.3/dspace-api/src/main/java/org/dspace/authority/orcid/xml/Converter.java:[13,22] > > package javax.xml.bind does not exist
This makes me think that DSpace is being built using Java 11 rather than Java 8. I believe that Oracle considers javax.xml.bind to be a Java EE package, not Java SE, and that it was removed from the SE JDK standard package set some time after Java 8. DSpace 6x would need some work to run on Java 11. Better to build and run it on Java 8. DSpace 7x will be supported on Java 11+. -- 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 -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/20200824123344.GA10970%40IUPUI.Edu.
signature.asc
Description: PGP signature
