<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Solr stopped working (after https certificate installation?) in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/solr-stopped-working-after-https-certificate-installation/m-p/258545#M211675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am an Alfresco beginner, using community 4.d.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After configuring alfresco to use https and installing a new https certificate, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've noticed that he recent documents dashlet stopped working (stuck on loading) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and the search stopped working as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I concluded that the SOLR was broken, and am trying to find the problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the instructions in the following article for debugging the problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.ixxus.com/blog/2012/06/getting-going-with-solr-alfresco-4/" rel="nofollow noopener noreferrer"&gt;http://www.ixxus.com/blog/2012/06/getting-going-with-solr-alfresco-4/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found out that while searching with alfresco default query handler works fine (result is empty as expected)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;example (run from alfresco server):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://localhost:8443/solr/alfresco/select/?q=alfresco&amp;amp;version=2.2&amp;amp;start=0&amp;amp;rows=10&amp;amp;indent=on" rel="nofollow noopener noreferrer"&gt;https://localhost:8443/solr/alfresco/select/?q=alfresco&amp;amp;version=2.2&amp;amp;start=0&amp;amp;rows=10&amp;amp;indent=on&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BUT Searching solr with the Alfresco related query handlers does not work in my system.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Example: When I run the following query:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://localhost:8443/solr/alfresco/afts?q=@cm\:name:alfresco&amp;amp;indent=on" rel="nofollow noopener noreferrer"&gt;https://localhost:8443/solr/alfresco/afts?q=@cm\:name:alfresco&amp;amp;indent=on&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;description The server encountered an internal error (Namespace prefix cm is not mapped to a &lt;BR /&gt;&lt;BR /&gt;namespace URI org.alfresco.service.namespace.NamespaceException: Namespace prefix cm is not &lt;BR /&gt;&lt;BR /&gt;mapped to a namespace URI at org.alfresco.service.namespace.QName.createQName(QName.java:99) &lt;BR /&gt;&lt;BR /&gt;at org.alfresco.service.namespace.QName.createQName(QName.java:121) at &lt;BR /&gt;&lt;BR /&gt;org.alfresco.repo.search.impl.parsers.AlfrescoFunctionEvaluationContext.getLuceneFieldName&lt;BR /&gt;&lt;BR /&gt;(AlfrescoFunctionEvaluationContext.java:384) at &lt;BR /&gt;&lt;BR /&gt;org.alfresco.repo.search.impl.querymodel.impl.lucene.functions.LuceneFTSTerm.addComponent&lt;BR /&gt;&lt;BR /&gt;(LuceneFTSTerm.java:70) at &lt;BR /&gt;&lt;BR /&gt;org.alfresco.repo.search.impl.querymodel.impl.lucene.LuceneFunctionalConstraint.addComponent&lt;BR /&gt;&lt;BR /&gt;(LuceneFunctionalConstraint.java:58) at &lt;BR /&gt;&lt;BR /&gt;org.alfresco.repo.search.impl.querymodel.impl.lucene.LuceneQuery.buildQuery&lt;BR /&gt;&lt;BR /&gt;(LuceneQuery.java:111) at org.alfresco.solr.AlfrescoSolrDataModel.getFTSQuery&lt;BR /&gt;&lt;BR /&gt;(AlfrescoSolrDataModel.java:1012) at org.alfresco.solr.query.AlfrescoFTSQParserPlugin&lt;BR /&gt;&lt;BR /&gt;$AlfrescoFTSQParser.parse(AlfrescoFTSQParserPlugin.java:80) at &lt;BR /&gt;&lt;BR /&gt;org.apache.solr.search.QParser.getQuery(QParser.java:131) at &lt;BR /&gt;&lt;BR /&gt;org.apache.solr.handler.component.QueryComponent.prepare(QueryComponent.java:89) at &lt;BR /&gt;&lt;BR /&gt;org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:174) at &lt;BR /&gt;&lt;BR /&gt;org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:131) at &lt;BR /&gt;&lt;BR /&gt;org.apache.solr.core.SolrCore.execute(SolrCore.java:1316) at &lt;BR /&gt;&lt;BR /&gt;org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:338) at &lt;BR /&gt;&lt;BR /&gt;org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:241) at &lt;BR /&gt;&lt;BR /&gt;org.apache.catalina.core.ApplicationFilterChain.internalDoFilter&lt;BR /&gt;&lt;BR /&gt;(ApplicationFilterChain.java:235) at &lt;BR /&gt;&lt;BR /&gt;org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at &lt;BR /&gt;&lt;BR /&gt;org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at &lt;BR /&gt;&lt;BR /&gt;org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at &lt;BR /&gt;&lt;BR /&gt;org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563) at &lt;BR /&gt;&lt;BR /&gt;org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at &lt;BR /&gt;&lt;BR /&gt;org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at &lt;BR /&gt;&lt;BR /&gt;org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at &lt;BR /&gt;&lt;BR /&gt;org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) at &lt;BR /&gt;&lt;BR /&gt;org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857) at &lt;BR /&gt;&lt;BR /&gt;org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process&lt;BR /&gt;&lt;BR /&gt;(Http11Protocol.java:588) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run&lt;BR /&gt;&lt;BR /&gt;(JIoEndpoint.java:489) at java.lang.Thread.run(Thread.java:662) ) that prevented it from &lt;BR /&gt;&lt;BR /&gt;fulfilling this request.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;in my tomcat log, I see the following solr related exceptions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://migration33.stage.lithium.com/" rel="nofollow noopener noreferrer"&gt;&lt;BR /&gt;https://rapidshare.com/files/362085766/stdout_20120624.log&lt;BR /&gt;'&amp;gt;&lt;BR /&gt;https://rapidshare.com/files/362085766/stdout_20120624.log&lt;BR /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried rebuilding solr indexes, but it didn't help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've gone over all of the configuration filesmentioned in the article, but they seem to be correct&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and the handlers are defined.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible that my new https sertificate installation caused this problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could anyone please point me in the right direction?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here are some relevant configuration files:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://rapidshare.com/files/3010895333/scripts.conf" rel="nofollow noopener noreferrer"&gt;https://rapidshare.com/files/3010895333/scripts.conf&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://rapidshare.com/files/3165752290/schema.xml" rel="nofollow noopener noreferrer"&gt;https://rapidshare.com/files/3165752290/schema.xml&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://rapidshare.com/files/2891448187/solrcore.properties" rel="nofollow noopener noreferrer"&gt;https://rapidshare.com/files/2891448187/solrcore.properties&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://rapidshare.com/files/117267727/solrconfig.xml" rel="nofollow noopener noreferrer"&gt;https://rapidshare.com/files/117267727/solrconfig.xml&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://rapidshare.com/files/3557689299/alfresco-global.properties" rel="nofollow noopener noreferrer"&gt;https://rapidshare.com/files/3557689299/alfresco-global.properties&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Stasya&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Jun 2012 13:06:23 GMT</pubDate>
    <dc:creator>stasya</dc:creator>
    <dc:date>2012-06-24T13:06:23Z</dc:date>
    <item>
      <title>Solr stopped working (after https certificate installation?)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solr-stopped-working-after-https-certificate-installation/m-p/258545#M211675</link>
      <description>Hi,I am an Alfresco beginner, using community 4.d.After configuring alfresco to use https and installing a new https certificate, I've noticed that he recent documents dashlet stopped working (stuck on loading) and the search stopped working as well.I concluded that the SOLR was broken, and am tryin</description>
      <pubDate>Sun, 24 Jun 2012 13:06:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solr-stopped-working-after-https-certificate-installation/m-p/258545#M211675</guid>
      <dc:creator>stasya</dc:creator>
      <dc:date>2012-06-24T13:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Solr stopped working (after https certificate installation?)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solr-stopped-working-after-https-certificate-installation/m-p/258546#M211676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I solved this with &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_And_SOLR#Generating_new_SSL_certificates" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_And_SOLR#Generating_new_SSL_certificates&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2012 21:26:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solr-stopped-working-after-https-certificate-installation/m-p/258546#M211676</guid>
      <dc:creator>marxiano533</dc:creator>
      <dc:date>2012-08-17T21:26:05Z</dc:date>
    </item>
  </channel>
</rss>

