I read your first reference and run the following command on the Solr_Installed Dir. I am using v. 6.2.0 and 4.10.4. both works.
bin/solr start -f -a "-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=7666" On Tue, Oct 4, 2016 at 5:26 PM, John Bickerstaff <j...@johnbickerstaff.com> wrote: > All, > > I've found some hints, but can't get Solr running in debug mode in eclipse > with the instructions > > Here: > http://opensourceconnections.com/blog/2013/04/13/how-to- > debug-solr-with-eclipse/ > > or Here: http://wiki.apache.org/solr/HowToConfigureEclipse > > When I run this command from the wiki : java -Xdebug > -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=7666 -jar > start.jar > > I get an error: WARNING: Nothing to start, exiting ... > > I can't start the jar file "normally" either and it turns out to be a > symlink. > > I'm thinking that things are different now given that the way to start Solr > is this way: > > bin/solr start -e cloud -noprompt > > Can anyone point me at documentation or drop a hint? >