Good evening to everyone, I've downloaded both the quickstart package of spotlight and also the source code distribution from the github repository. In the github distribution, I started to use the shell scripts contained in the "bin" folder in order to have a complete instance of the spotlight server.
I've executed the "download.sh" script, and it downloaded all the files needed for building the complete index. Now, I would like to build the lucene index. This way (please correct me if I'm wrong), I will be able to have a complete standalone server instance on my local machine by replacing the index coming in the quickstart package with the one generated by this script, is it right? So, when I launch the "index.sh" script, I have the following errors: --------------------------------------------------------------------- [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.dbpedia.spotlight:index:jar:0.6 [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.commons:commons-compress:jar -> version 1.4.1 vs (?) @ line 216, column 21 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building DBpedia Spotlight Indexing 0.6 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> scala-maven-plugin:3.1.0:run (default-cli) @ index >>> [WARNING] The POM for org.dbpedia.spotlight:core:jar:0.6 is missing, no dependency information available [WARNING] The POM for org.dbpedia.extraction:core:jar:3.8 is missing, no dependency information available [WARNING] The POM for weka:weka:jar:3.7.3 is missing, no dependency information available [WARNING] The POM for jdbm:jdbm:jar:3.0-SNAPSHOT is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.999s [INFO] Finished at: Mon Nov 26 17:39:09 CET 2012 [INFO] Final Memory: 6M/105M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project index: Could not resolve dependencies for project org.dbpedia.spotlight:index:jar:0.6: The following artifacts could not be resolved: org.dbpedia.spotlight:core:jar:0.6, org.dbpedia.extraction:core:jar:3.8, weka:weka:jar:3.7.3, jdbm:jdbm:jar:3.0-SNAPSHOT: Failure to find org.dbpedia.spotlight:core:jar:0.6 in http://download.java.net/maven/2/ was cached in the local repository, resolution will not be reattempted until the update interval of maven2-repository.dev.java.net has elapsed or updates are forced -> [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 --------------------------------------------------------------------- Any suggestion about this? Thank you in advance. Kind regards, Mauro. -- Dr. Mauro Dragoni Ph.D. in Computer Science. Post-Doc Researcher at Fondazione Bruno Kessler (FBK-IRST), Trento, Italy. My Research Site: https://dkm.fbk.eu/index.php/Mauro_Dragoni My Business Site: http://www.dragotechpro.com My News-Project Site: http://www.dragotimes.com Confidentially Notice. This electronic mail transmission may contain legally privileged and/or confidential information. Do not read this, if you are not the person named to. Any use, distribution, copying or disclosure by any other person is strictly prohibited. If you received this transmission in error, please notify the sender and delete the original transmission and its attachments without reading or saving it in any manner. ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Dbp-spotlight-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dbp-spotlight-users
