【问题标题】:Alfresco 6.2 community won't startAlfresco 6.2 社区无法启动
【发布时间】:2020-12-31 18:52:14
【问题描述】:

我在Tomcat9 openjdk版本“11.0.9.1”上使用Community 6.2 2020-11-04 OpenJDK 运行环境(build 11.0.9.1+1-Ubuntu-0ubuntu1.20.04)

我在 /webapps 中将它部署为老式的战争

当我启动 tomcat 时,日志中没有错误。我可以看到 /share 启动成功,但是 /alfresco 停在这一行:

INFO  [management.subsystems.ChildApplicationContextFactory] [main] Starting 'Messaging' subsystem, ID: [Messaging, default]

我没有收到 Tomcat 的回复。它只是坐在那里。分享也不起作用。

tomcat ./shutdown 命令也不起作用,表示关闭端口上没有侦听器。没有其他tomcat在运行。我必须手动杀死实例。这就像 tomcat 崩溃一样。

我尝试删除 alf_data 和 DB 架构并重新开始,但没有成功。

有人知道发生了什么吗?还是从哪里开始寻找?

【问题讨论】:

标签: java tomcat alfresco


【解决方案1】:

你安装了ActiveMQ 吗?手动安装社区 6.2 时需要。

【讨论】:

    【解决方案2】:

    确保您已将 alfresco-global.properties 中的 dir.keystore 以及全局属性、solrcore.properties 和 solr.in.cmd 中的 secureComms 值禁用为 none。

    全局属性:

     #dir.keystore=${dir.root}/keystore
     # none, https
     alfresco.secureComms=none
    

    在 solr.in.cmd 中

    Since we are setting up with no SSL, this property need to be set to none. Default is https
    set SOLR_ALFRESCO_SECURECOMMS=none
    

    在 solrcore.properties 中

    # none, https
    alfresco.secureComms=none
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-11-27
      • 2022-12-25
      • 1970-01-01
      • 1970-01-01
      • 2015-02-17
      • 1970-01-01
      • 2013-12-11
      • 1970-01-01
      相关资源
      最近更新 更多