Re: /solr/dataimport not found

2012-09-25 Thread johnohod
*Michael Della Bitta:*
/solr/admin/dataimport.jsp shows a gray page with the text: Select
handler.

*Chris Hostetter:*
1) 3.6.1
2) Yes. I've tried every alternative way of writing the url that I can think
of.
3) I think so. I can see the /solr/admin-page and click around without
problems. I haven't set up any schema or anything like that yet. My focus
has been on getting the MySQL connetion working.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/solr-dataimport-not-found-tp4009975p4010087.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: /solr/dataimport not found

2012-09-25 Thread Mukund Chouhan
Hi John,

I have created one POC with MySql database which is working fine.
I have attached conf folder zip file. please create dummy database and try
this.


Thanks and Regards,
Mukund Chouhan




On Tue, Sep 25, 2012 at 1:48 PM, johnohod [via Lucene] 
ml-node+s472066n4010087...@n3.nabble.com wrote:

 *Michael Della Bitta:*
 /solr/admin/dataimport.jsp shows a gray page with the text: Select
 handler.

 *Chris Hostetter:*
 1) 3.6.1
 2) Yes. I've tried every alternative way of writing the url that I can
 think of.
 3) I think so. I can see the /solr/admin-page and click around without
 problems. I haven't set up any schema or anything like that yet. My focus
 has been on getting the MySQL connetion working.

 --
  If you reply to this email, your message will be added to the discussion
 below:

 http://lucene.472066.n3.nabble.com/solr-dataimport-not-found-tp4009975p4010087.html
  To unsubscribe from Solr, click 
 herehttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=472067code=bXVrdW5kY2hvdWhhbjIyMEBnbWFpbC5jb218NDcyMDY3fDc2MDQ3MzgyMQ==
 .
 NAMLhttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml



conf.zip (1013K) 
http://lucene.472066.n3.nabble.com/attachment/4010138/0/conf.zip




-
Thanks and Regards,
Mukund Chouhan 
--
View this message in context: 
http://lucene.472066.n3.nabble.com/solr-dataimport-not-found-tp4009975p4010138.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: /solr/dataimport not found

2012-09-25 Thread Michael Della Bitta
On Tue, Sep 25, 2012 at 4:18 AM, johnohod john-o...@tyde.no wrote:
 *Michael Della Bitta:*
 /solr/admin/dataimport.jsp shows a gray page with the text: Select
 handler.

Are there any links to click on on that page? If not, it means the
handler isn't configured correctly or the DIH JARs are not available.

Michael Della Bitta


Appinions
18 East 41st Street, 2nd Floor
New York, NY 10017-6271

www.appinions.com

Where Influence Isn’t a Game


/solr/dataimport not found

2012-09-24 Thread johnohod
I've been trying to set up Solr with Tomcat, in order to connect to a MySQL
database. I've got the admin page up, but I can't get
localhpst:8080/solr/dataimport/ to work. It returns a 404 errror.

Been googleing high and low, without finding the answer.

I've put this in my solrconfig.xml
requestHandler name=/dataimport
class=org.apache.solr.handler.dataimport.DataImportHandler
lst name=defaults
  str name=configdata-config.xml/str
/lst
  /requestHandler

Created a data-config.xml in the same directory as the file above. This
should just connect to DB for now. And copied the JDBC-MYSQL connecter into
the /solr/lib directory.

Any suggestions would be much appreciated.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/solr-dataimport-not-found-tp4009975.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: /solr/dataimport not found

2012-09-24 Thread Michael Della Bitta
Hello, John,

Assuming this is a single core instance of Solr, does
/solr/admin/dataimport.jsp work?

Michael Della Bitta


Appinions
18 East 41st Street, 2nd Floor | New York, NY  10017-6271
www.appinions.com
Where Influence Isn’t a Game


On Mon, Sep 24, 2012 at 5:11 PM, johnohod john-o...@tyde.no wrote:
 I've been trying to set up Solr with Tomcat, in order to connect to a MySQL
 database. I've got the admin page up, but I can't get
 localhpst:8080/solr/dataimport/ to work. It returns a 404 errror.

 Been googleing high and low, without finding the answer.

 I've put this in my solrconfig.xml
 requestHandler name=/dataimport
 class=org.apache.solr.handler.dataimport.DataImportHandler
 lst name=defaults
   str name=configdata-config.xml/str
 /lst
   /requestHandler

 Created a data-config.xml in the same directory as the file above. This
 should just connect to DB for now. And copied the JDBC-MYSQL connecter into
 the /solr/lib directory.

 Any suggestions would be much appreciated.



 --
 View this message in context: 
 http://lucene.472066.n3.nabble.com/solr-dataimport-not-found-tp4009975.html
 Sent from the Solr - User mailing list archive at Nabble.com.


Re: /solr/dataimport not found

2012-09-24 Thread Chris Hostetter

: database. I've got the admin page up, but I can't get
: localhpst:8080/solr/dataimport/ to work. It returns a 404 errror.

1) which version of solr are you using?
2) did you try localhost:8080/solr/dataimport (no trailing slash) ?
3) does anything in the admin UI work?


-Hoss