> 2011-03-18 14:11:02.284:INFO::Started SocketConnector@0.0.0.0:8983
Solr started on port 8983

instead of this:
> http://localhost/solr/admin/

try this instead:
http://localhost:8983/solr/admin/ <http://localhost/solr/admin/>

Cheers,
Geert-Jan



2011/3/18 Brian Lamb <brian.l...@journalexperts.com>

> That does seem like a better solution. I downloaded a recent version and
> there were the following files/folders:
>
> build.xml
> dev-tools
> LICENSE.txt
> lucene
> NOTICE.txt
> README.txt
> solr
>
> So I did cp -r solr/* /path/to/solr/stuff/ and started solr. I didn't get
> any error message but I only got the following messages:
>
> 2011-03-18 14:11:02.016:INFO::Logging to STDERR via
> org.mortbay.log.StdErrLog
> 2011-03-18 14:11:02.240:INFO::jetty-6.1-SNAPSHOT
> 2011-03-18 14:11:02.284:INFO::Started SocketConnector@0.0.0.0:8983
>
> Where as before I got a bunch of messages indicating various libraries had
> been loaded. Additionally, when I go to http://localhost/solr/admin/, I
> get
> the following message:
>
> HTTP ERROR: 404
>
> Problem accessing /solr/admin. Reason:
>
>    NOT_FOUND
>
> What did I do incorrectly?
>
> Thanks,
>
> Brian Lamb
>
>
> On Fri, Mar 18, 2011 at 9:04 AM, Erick Erickson <erickerick...@gmail.com
> >wrote:
>
> > What do you mean "you copied the contents...to the right place"? If you
> > checked out trunk and copied the files into 1.4.1, you have mixed source
> > files between disparate versions. All bets are off.
> >
> > Or do you mean jar files? or???
> >
> > I'd build the source you checked out (at the Solr level) and use that
> > rather
> > than try to mix-n-match.
> >
> > BTW, if you're just starting (as in not in production), you may want to
> > consider
> > using 3.1, as it's being released even as we speak and has many
> > improvements
> > over 1.4. You can get a nightly build from here:
> > https://builds.apache.org/hudson/view/S-Z/view/Solr/
> >
> > Best
> > Erick
> >
> > On Thu, Mar 17, 2011 at 3:36 PM, Brian Lamb
> > <brian.l...@journalexperts.com> wrote:
> > > Hi all,
> > >
> > > When I installed Solr, I downloaded the most recent version (1.4.1) I
> > > believe. I wanted to implement the Suggester (
> > > http://wiki.apache.org/solr/Suggester). I copied and pasted the
> > information
> > > there into my solrconfig.xml file but I'm getting the following error:
> > >
> > > Error loading class 'org.apache.solr.spelling.suggest.Suggester'
> > >
> > > I read up on this error and found that I needed to checkout a newer
> > version
> > > from SVN. I checked out a full version and copied the contents of
> > > src/java/org/apache/spelling/suggest to the same location on my set up.
> > > However, I am still receiving this error.
> > >
> > > Did I not put the files in the right place? What am I doing
> incorrectly?
> > >
> > > Thanks,
> > >
> > > Brian Lamb
> > >
> >
>

Reply via email to