Alfresco -更改 IP 现在无法登录

Alfresco -更改 IP 现在无法登录

我更改了服务器的 IP 地址,现在我无法登录 Alfresco 共享或访问服务器:8080/alfresco

除了 IP 地址和防火墙豁免外,其他一切都没有改变。端口没有改变。

尝试登录服务器:8080 / share 得到以下结果:

"Your authentication details have not been recognized or Alfresco may not be available at this time."

在服务器:8080 / alfresco下 -

HTTP Status 404 - /alfresco 
type Status report

message /alfresco

description The requested resource is not available.

仍然在 alfresco-global.properties 中使用这些属性

alfresco.context=alfresco
alfresco.host=127.0.0.1
alfresco.port=8080
alfresco.protocol=http

share.context=share
share.host=127.0.0.1
share.port=8080
share.protocol=http

以下是今天的 catalina 日志的一部分。IP 更改发生在上午 11:30-40 左右。有什么想法吗?

谢谢!

Jun 04, 2014 11:29:51 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-8080"]
Jun 04, 2014 11:29:51 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["ajp-bio-8009"]
Jun 04, 2014 11:29:51 AM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
Jun 04, 2014 11:29:58 AM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-8080"]
Jun 04, 2014 11:29:59 AM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["ajp-bio-8009"]
Jun 04, 2014 11:29:59 AM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-bio-8080"]
Jun 04, 2014 11:29:59 AM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["ajp-bio-8009"]
Jun 04, 2014 12:04:36 PM org.apache.catalina.core.AprLifecycleListener init
SEVERE: An incompatible version 1.1.27 of the APR based Apache Tomcat Native library is installed, while Tomcat requires version 1.1.29
Jun 04, 2014 12:04:37 PM org.apache.catalina.core.AprLifecycleListener init
SEVERE: An incompatible version 1.1.27 of the APR based Apache Tomcat Native library is installed, while Tomcat requires version 1.1.29
Jun 04, 2014 12:04:37 PM org.apache.catalina.core.AprLifecycleListener init
SEVERE: An incompatible version 1.1.27 of the APR based Apache Tomcat Native library is installed, while Tomcat requires version 1.1.29
Jun 04, 2014 12:04:37 PM org.apache.catalina.core.AprLifecycleListener init
SEVERE: An incompatible version 1.1.27 of the APR based Apache Tomcat Native library is installed, while Tomcat requires version 1.1.29
Jun 04, 2014 12:04:37 PM org.apache.catalina.core.AprLifecycleListener init
SEVERE: An incompatible version 1.1.27 of the APR based Apache Tomcat Native library is installed, while Tomcat requires version 1.1.29
Jun 04, 2014 12:04:37 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
Jun 04, 2014 12:04:37 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-8009"]
Jun 04, 2014 12:04:37 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1610 ms
Jun 04, 2014 12:04:37 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Jun 04, 2014 12:04:37 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.47
Jun 04, 2014 12:04:37 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /home/jo1hpc/alfresco-4.2.e-2/apache-tomcat/webapps/share.war
Jun 04, 2014 12:05:24 PM org.apache.catalina.util.SessionIdGenerator createSecureRandom
INFO: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [22,999] milliseconds.
Jun 04, 2014 12:05:24 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /home/jo1hpc/alfresco-4.2.e-2/apache-tomcat/webapps/alfresco.war
Jun 04, 2014 12:09:32 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Error listenerStart
Jun 04, 2014 12:09:32 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [/alfresco] startup failed due to previous errors
Jun 04, 2014 12:09:32 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /home/jo1hpc/alfresco-4.2.e-2/apache-tomcat/webapps/ROOT
Jun 04, 2014 12:09:32 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /home/jo1hpc/alfresco-4.2.e-2/apache-tomcat/webapps/host-manager
Jun 04, 2014 12:09:32 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /home/jo1hpc/alfresco-4.2.e-2/apache-tomcat/webapps/docs
Jun 04, 2014 12:09:32 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /home/jo1hpc/alfresco-4.2.e-2/apache-tomcat/webapps/examples
Jun 04, 2014 12:09:34 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /home/jo1hpc/alfresco-4.2.e-2/apache-tomcat/webapps/manager
Jun 04, 2014 12:09:34 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Jun 04, 2014 12:09:34 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
Jun 04, 2014 12:09:34 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 296854 ms
Jun 04, 2014 12:29:52 PM org.apache.catalina.core.StandardServer await
INFO: A valid shutdown command was received via the shutdown port. Stopping the Server instance.

答案1

看起来启动失败了:

严重:安装了不兼容的基于 APR 的 Apache Tomcat Native 库版本 1.1.27,而 Tomcat 需要版本 1.1.29

严重:上下文 [/alfresco] 启动由于先前的错误而失败

尝试更新 Tomcat Native:http://tomcat.apache.org/download-native.cgi

相关内容