Re: Cannot run Solr4 from Intellij Idea

2012-12-06 Thread Steve Rowe
+1 to using IntelliJ's remote debugging facilities. I've done this with Tomcat too - just edit catalina.sh to add the parameters to the JVM invocation that the IntelliJ remote run configuration suggests. With Tomcat you'll have to build the war using the Ant build, but that's more sensible anyw

Re: Cannot run Solr4 from Intellij Idea

2012-12-05 Thread Steve Rowe
Hi Artyom, I don't use IntelliJ artifacts - I just edit/compile/test. I can include this stuff in the IntelliJ configuration if you'll help me. Can you share screenshots of what you're talking about, and/or IntelliJ config files? Steve On Dec 5, 2012, at 8:24 AM, Artyom wrote: > InelliJ ID

Re: Cannot run Solr4 from Intellij Idea

2012-12-05 Thread Artyom
InelliJ IDEA is not so intelligent with Solr: to fix this problem I've dragged these modules into the IDEA's artifact (parent module is wrong): analysis-common analysis-extras analysis-uima clustering codecs codecs-resources dataimporthandler dataimporthandler-extras lucene-core lucene-core-resour

Re: Cannot run Solr4 from Intellij Idea

2012-12-04 Thread Aaron Daubman
Interestingly, I have run in to this same (or very similar) issue when attempting to run embedded solr. All of the solr.* classes that were recently moved to lucene would not work with the solr.* shorthand - I had to replace them with the full classpath. As you found, these shorthands in the same s