简体   繁体   English

Alfresco 节点浏览器中的 PATH:“/”没有结果

[英]No result for PATH:“/” in Alfresco Node Browser

I am using Alfresco Community v6.0.7.我正在使用 Alfresco Community v6.0.7。 When I try to query the default path by searching just PATH:"/" in the Node Browser of Alfresco Share, I get No results and 07100085 is displayed at the Name column in the grid below.当我尝试通过在 Alfresco Share 的节点浏览器中仅搜索 PATH:"/" 来查询默认路径时,我得到 No results 并且 07100085 显示在下面网格中的 Name 列中。 在此处输入图像描述

Can anyone tell me what could be causing this issue and where do we declare the app:company_home property?谁能告诉我是什么导致了这个问题,我们在哪里声明 app:company_home 属性?

Issue solved.问题解决了。 I tried running Solr search services using following command我尝试使用以下命令运行 Solr 搜索服务

./solr/bin/solr start -a "-Dcreate.alfresco.defaults=alfresco,archive"

It did not give any error on the console, but when I checked Solr logs it was throwing error.它在控制台上没有给出任何错误,但是当我检查 Solr 日志时,它抛出了错误。

ERROR (main) [   ] o.a.s.c.SolrCore null:java.lang.UnsupportedClassVersionError: org/alfresco/error/AlfrescoRuntimeException has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0

This was because I was running JDK on the machine whereas Alfresco Search Services 1.4 requires JDK 11. After upgrading to JDK 11 both core and archive got created and I was able to run queries again in the Node Browser.这是因为我在机器上运行 JDK,而 Alfresco Search Services 1.4 需要 JDK 11。升级到 JDK 11 后,核心和存档都已创建,我能够在节点浏览器中再次运行查询。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM