Hey Carlos

This sounds a bit like a change which was made in SOLR-1770:

Index: example/solr/solr.xml
===================================================================
--- example/solr/solr.xml (revision 909013)
+++ example/solr/solr.xml (working copy)
@@ -29,6 +29,6 @@
If 'null' (or absent), cores will not be manageable via request handler
-->
<cores adminPath="/admin/cores" defaultCoreName="collection1">
- <core name="collection1" instanceDir="." />
+ <core name="collection1" instanceDir="collection1" />
</cores>
</solr>


Verify that for your current Configuration and let me know if it helped

Stefan  


On Tuesday, November 6, 2012 at 6:31 PM, Carlos Alexandro Becker wrote:

> Hi Stefan,
>  
> Thank you very much, I just realized that I didn't updated the web.xml 
> (http://web.xml), so,
> I not has the LoadAdminUiServlet configured, that's why it was not working.
>  
> By now, the only problem I still have, is that it tries to access
> solr.home/collection1/conf, and I used to have it in solr.home/conf..
>  
> How can I fix this?
>  
> Thank you very much for your help.
>  
>  
> On Tue, Nov 6, 2012 at 3:01 PM, Stefan Matheis <matheis.ste...@gmail.com 
> (mailto:matheis.ste...@gmail.com)>wrote:
>  
> > Hey Carlos
> >  
> > just had a quick look at our changes and figured out the revision which
> > introduced this change, which might help you while having another look?
> >  
> > http://svn.apache.org/viewvc?view=revision&revision=1297578
> >  
> > The LoadAdminUiServlet is responsible for replacing those placeholders
> > which are causing your problems
> >  
> > HTH at least a bit
> > Stefan
> >  
> >  
> >  
> > On Tuesday, November 6, 2012 at 5:02 PM, Carlos Alexandro Becker wrote:
> >  
> > > just found this in the admin.html head:
> > >  
> > > https://gist.github.com/4025669
> > >  
> > >  
> > > On Tue, Nov 6, 2012 at 1:57 PM, Carlos Alexandro Becker
> > > <caarl...@gmail.com (mailto:caarl...@gmail.com)>wrote:
> > >  
> > > > Hi Michael, thank for your answer.
> > > >  
> > > > I already posted it in stackoverflow (
> > http://stackoverflow.com/questions/13236383/migrating-from-solr3-to-solr4),
> > > > but, this looks like a encoding issue, actually, is exactly the error.
> > > >  
> > > > I'm not sure, but I look in all xml files in my JBoss and also in app,
> > > > neither mention this variables (contextPath and adminPath) related to
> > >  
> >  
> >  
> > solr.
> > > >  
> > > > So, or there is something that I should configure and don't know how,
> > or
> > > > some trouble with the encoding that are escaping the "$" and "{"
> > >  
> >  
> >  
> > around the
> > > > var (not sure, I didn't find the file where the app variable is
> > >  
> >  
> >  
> > populated).
> > > >  
> > > > Thanks in advance.
> > > >  
> > > >  
> > > >  
> > > >  
> > > > On Tue, Nov 6, 2012 at 1:49 PM, Michael Della Bitta <
> > > > michael.della.bi...@appinions.com 
> > > > (mailto:michael.della.bi...@appinions.com) (mailto:
> > >  
> >  
> >  
> > michael.della.bi...@appinions.com 
> > (mailto:michael.della.bi...@appinions.com))> wrote:
> > > >  
> > > > > > I got the following error in browser console:
> > http://localhost:8080/indexer/$%7BcontextPath%7D$%7BadminPath%7D?wt=json
> > > > >  
> > > > > We can't see the contents of that link.. Could you post it on
> > > > > pastebin.com (http://pastebin.com) or something?
> > > > >  
> > > > > Michael Della Bitta
> > > > >  
> > > > > ------------------------------------------------
> > > > > Appinions
> > > > > 18 East 41st Street, 2nd Floor
> > > > > New York, NY 10017-6271
> > > > >  
> > > > > www.appinions.com (http://www.appinions.com)
> > > > >  
> > > > > Where Influence Isn’t a Game
> > > > >  
> > > > >  
> > > > > On Tue, Nov 6, 2012 at 8:35 AM, Carlos Alexandro Becker
> > > > > <caarl...@gmail.com (mailto:caarl...@gmail.com)> wrote:
> > > > > > I
> > > > > > got the following error in browser console:
> > > > >  
> > > >  
> > >  
> >  
> >  
> > http://localhost:8080/indexer/$%7BcontextPath%7D$%7BadminPath%7D?wt=json
> > > >  
> > > >  
> > > >  
> > > >  
> > > > --
> > > > Atenciosamente,
> > > > *Carlos Alexandro Becker*
> > > > https://profiles.google.com/caarlos0
> > >  
> > >  
> > >  
> > >  
> > >  
> > >  
> > > --
> > > Atenciosamente,
> > > *Carlos Alexandro Becker*
> > > https://profiles.google.com/caarlos0
> >  
>  
>  
>  
>  
> --  
> Atenciosamente,
> *Carlos Alexandro Becker*
> http://caarlos0.github.com/about



Reply via email to