Hi Ivan, I ran the command : wget "http://localhost:8080/solr/search/select/?q=*:*" -O test.xml and got the following output-
guru@dspace:~$ wget "http://localhost:8080/solr/search/select/?q=*:*" -O test.xml --2013-05-07 13:04:44-- http://localhost:8080/solr/search/select/?q=*:* Resolving localhost (localhost)... 127.0.0.1 Connecting to localhost (localhost)|127.0.0.1|:8080... connected. HTTP request sent, awaiting response... 404 Not Found 2013-05-07 13:04:44 ERROR 404: Not Found. Error in console after running command ./dspace update-discovery-index guru@dspace:/dspace/bin$ ./dspace update-discovery-index INFO [main] (DSpaceKernelInit.java:52) - Created new kernel: DSpaceKernel:org.dspace:name=f2939ee8-e90c-4131-9d00-de2f81bea941,type=DSpaceKernel:lastLoad=null:loadTime=0:running=false:kernel=null INFO [main] (ConfigurationManager.java:1224) - Loading from classloader: file:/dspace/config/dspace.cfg INFO [main] (ConfigurationManager.java:1224) - Using dspace provided log configuration (log.init.config) INFO [main] (ConfigurationManager.java:1224) - Loading: /dspace/config/log4j.properties Exception: Error executing query org.dspace.discovery.SearchServiceException: Error executing query at org.dspace.discovery.SolrServiceImpl.cleanIndex(SolrServiceImpl.java:418) at org.dspace.discovery.IndexClient.main(IndexClient.java:119) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:183) Caused by: org.apache.solr.client.solrj.SolrServerException: Error executing query at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:95) at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:118) at org.dspace.discovery.SolrServiceImpl.getSolr(SolrServiceImpl.java:106) at org.dspace.discovery.SolrServiceImpl.cleanIndex(SolrServiceImpl.java:388) ... 6 more Caused by: org.apache.solr.common.SolrException: Not Found Not Found request: http://localhost:8080/solr/search/select?q=search.resourcetype:2 AND search.resourceid:1&wt=javabin&version=2 at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:435) at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:244) at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:89) ... 9 more No log generated in dspace.log file. ----- Abhishek Kulkarni Library Technology Group Paul V Galvin Library Illinois Institute of Technology, Chicago -- View this message in context: http://dspace.2283337.n4.nabble.com/Re-Please-help-with-turning-On-discovery-module-tp4663636p4663663.html Sent from the DSpace - Tech mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. This 200-page book is written by three acclaimed leaders in the field. The early access version is available now. Download your free book today! http://p.sf.net/sfu/neotech_d2d_may _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

