Changes between Version 45 and Version 46 of apachesolr
- Timestamp:
- Jun 6, 2011, 4:11:54 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
apachesolr
v45 v46 126 126 === Troubleshooting === 127 127 128 Make sure that the ssh tunnel is running:128 Make sure that the ssh tunnel is ''up'' 129 129 {{{ 130 130 sv status solr-ssh-$SERVERNAME 131 131 }}} 132 The status should be ''up''.133 132 134 If the tunnel is downhave a look at the logs:133 If the tunnel is ''down'' you should have a look at the logs: 135 134 {{{tail -f /var/log/supervise/solr-ssh-$SERVERNAME/current}}} 136 135 136 For more information add ''-v'' to the ssh command in ''/etc/sv/$SERVERNAME/run'' and check the logs again. 137 137 138 Try {{{solr_check}}} to check the running Solr instances (see {{{solr_check --man}}} for more options).