Changes between Version 44 and Version 45 of apachesolr
- Timestamp:
- Jun 6, 2011, 12:05:07 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
apachesolr
v44 v45 94 94 ==== Test SSH tunnel ==== 95 95 96 Check with97 {{{98 sv status solr-ssh-$SERVERNAME99 }}}100 that the tunnel exists (i.e. the status is ''up'').101 102 96 Log as solr-ssh into $SERVERHOST and try 103 97 {{{ … … 129 123 curl http://localhost:8080/solr/$SITEPATH/admin/. 130 124 }}} 125 126 === Troubleshooting === 127 128 Make sure that the ssh tunnel is running: 129 {{{ 130 sv status solr-ssh-$SERVERNAME 131 }}} 132 The status should be ''up''. 133 134 If the tunnel is down have a look at the logs: 135 {{{tail -f /var/log/supervise/solr-ssh-$SERVERNAME/current}}} 136 137 Try {{{solr_check}}} to check the running Solr instances (see {{{solr_check --man}}} for more options).