Hello, It looks like you are attempting to build DSpace 6.3 using Java (JDK) 11. At this time, DSpace 6.x is only supported on Java 7 or 8. See: https://wiki.duraspace.org/display/DSDOC6x/Installing+DSpace#InstallingDSpace-JavaJDK7or8(OpenJDKorOracleJDK )
Your build errors seem to be specific to attempting to use the wrong version of Java. I'd recommend installing Java 8 and trying again. If you have other questions, let us know on this mailing list. - Tim On Mon, Jan 14, 2019 at 8:28 AM Mahesh Palamuttath < [email protected]> wrote: > . after just removing > > > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>buildnumber-maven-plugin</artifactId> > <version>1.4</version> > <executions><execution> > <phase>validate</phase> > <goals> > <goal>create</goal> > </goals> > </execution> > </executions> > </plugin> > I ran mv -U package but... > [INFO] Building DSpace SOLR :: Local Customizations 6.3 > [INFO] > ------------------------------------------------------------------------ > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] DSpace Parent Project .............................. SUCCESS [ > 1.513 s] > [INFO] DSpace Services Framework :: API and Implementation SUCCESS [ > 6.356 s] > [INFO] DSpace Kernel :: API and Implementation ............ SUCCESS [ > 19.437 s] > [INFO] DSpace Addon Modules ............................... SUCCESS [ > 0.006 s] > [INFO] DSpace Kernel :: Additions and Local Customizations SUCCESS [ > 6.103 s] > [INFO] DSpace XML-UI (Manakin) ............................ SUCCESS [ > 13.647 s] > [INFO] DSpace XML-UI (Manakin) :: Local Customizations .... SUCCESS [ > 11.554 s] > [INFO] DSpace JSP-UI ...................................... SUCCESS [ > 3.076 s] > [INFO] DSpace JSP-UI :: Local Customizations .............. SUCCESS [ > 7.441 s] > [INFO] DSpace RDF ......................................... SUCCESS [ > 5.664 s] > [INFO] DSpace RDF :: Local Customizations ................. SUCCESS [ > 7.770 s] > [INFO] DSpace REST :: API and Implementation .............. SUCCESS [ > 16.062 s] > [INFO] DSpace REST :: Local Customizations ................ SUCCESS [ > 8.684 s] > [INFO] DSpace SWORD ....................................... SUCCESS [ > 6.033 s] > [INFO] DSpace SWORD :: Local Customizations ............... SUCCESS [ > 6.177 s] > [INFO] DSpace SWORD v2 .................................... SUCCESS [ > 2.080 s] > [INFO] DSpace SWORD v2 :: Local Customizations ............ SUCCESS [ > 6.276 s] > [INFO] Apache Solr Webapp ................................. SUCCESS [ > 19.397 s] > [INFO] DSpace SOLR :: Local Customizations ................ FAILURE [ > 0.725 s] > [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: 02:28 min > [INFO] Finished at: 2019-01-13T04:55:46+05:30 > [INFO] Final Memory: 60M/204M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal on project solr: Could not resolve > dependencies for project org.dspace.modules:solr:war:6.3: Could not find > artifact jdk.tools:jdk.tools:jar:1.6 at specified path > /usr/lib/jvm/java-11-openjdk-amd64/../lib/tools.jar -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the > command > [ERROR] mvn <goals> -rf :solr > root@mahesh-Lenovo-V110-15IKB:/build/dspace-6.3-src-release# > > > sir. help me I have tried lot........................... > ............... > > Thank you > > -- > 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 post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/dspace-tech. > For more options, visit https://groups.google.com/d/optout. > -- Tim Donohue Technical Lead for DSpace & DSpaceDirect DuraSpace.org | DSpace.org | DSpaceDirect.org -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
