[Dspace-tech] discovery command error

2012-02-03 Thread Abhishek Raval
Hello All,

I m using dspace-1.8.1. For xmlui interface I want to unable Discovery
feature. wen i m going to run this command it gives me error like this:


D:\dspace-1.8\dspace-ins\bin*dspace update-discovery-index*
Using DSpace installation in: D:\dspace-1.8\dspace-ins
Exception: Error executing query
org.dspace.discovery.SearchServiceException: Error executing query
at
org.dspace.discovery.SolrServiceImpl.cleanIndex(SolrServiceImpl.java:
375)
at org.dspace.discovery.IndexClient.main(IndexClient.java:119)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:183)

how do i solve this ?


one more thing that


Check that the port is correct for solr.search.server in config/*
dspace-solr-search.cfg*

   1. If all of your traffic runs over port 80, then you need to remove the
   port from the URL

   # Search Indexing #*solr.search.server =
http://localhost/solr/search*




there is one modification for dspace-1.7.0 version. i didnt find this file
in dspace-1.8.1 n can any one tell that how do i make this change in
dspace-1.8.1???



-- 
Thanks in advance
Abhishek Raval
Ph no.-+919601077584
--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] discovery command error

2012-02-03 Thread Abhishek Raval
Hello All,

I m using dspace-1.8.1. For xmlui interface I want to unable Discovery
feature. wen i m going to run this command it gives me error like this:


D:\dspace-1.8\dspace-ins\bin*dspace update-discovery-index*
Using DSpace installation in: D:\dspace-1.8\dspace-ins
Exception: Error executing query
org.dspace.discovery.SearchServiceException: Error executing query
at
org.dspace.discovery.SolrServiceImpl.cleanIndex(SolrServiceImpl.java:
375)
at org.dspace.discovery.IndexClient.main(IndexClient.java:119)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:183)

how do i solve this ?


one more thing that


Check that the port is correct for solr.search.server in config/*
dspace-solr-search.cfg*

   1. If all of your traffic runs over port 80, then you need to remove the
   port from the URL

   # Search Indexing #*solr.search.server =
http://localhost/solr/search*




there is one modification for dspace-1.7.0 version. i didnt find this file
in dspace-1.8.1 n can any one tell that how do i make this change in
dspace-1.8.1???



-- 
Thanks in advance
Abhishek Raval
Ph no.-+919601077584
--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] discovery command error

2012-02-03 Thread helix84
On Fri, Feb 3, 2012 at 14:02, Abhishek Raval abhis...@webinito.com wrote:
 I m using dspace-1.8.1. For xmlui interface I want to unable Discovery
 feature. wen i m going to run this command it gives me error like this:

This issue was raised several times on this list. Did you just copy
over your configuration from a pre-1.8 version? Because there have
been significant changes - both to Discovery and to the config files
which are now beign split up into [dspace]/config/modules/.

I'd recommend you to start with fresh 1.8.1 configuration and transfer
your changes one by one into the new files.

If that alone doesn't help, try to look at the previous answers:
http://www.mail-archive.com/find.php?cx=partner-pub-7266757337600734%3A2228981072cof=FORID%3A9ie=UTF-8q=%22SearchServiceException%3A+Error+executing+query%22sa=Search

 Check that the port is correct for solr.search.server in
 config/dspace-solr-search.cfg

 If all of your traffic runs over port 80, then you need to remove the port
 from the URL

 # Search Indexing #
 solr.search.server = http://localhost/solr/search

In this case, the new config variable is located in
[dspace]/config/modules/discovery.cfg and is called only
search.server.

Regards,
~~helix84

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech