CQ5启动问题

时间:2016-02-22 03:10:59

标签: cq5

I have mac 10.11.1

When I start cq5-author-4502.jar, the CQ5 starts and takes about 20 minutes     
and after that it opens up browser at localhost:4502/ at both chrome and   
firefox saying :
Service Unavailable

AuthenticationSupport service missing. Cannot authenticate request.
**If i turn off the Wi-Fi, then it works fine.**


I get the following initial most error in the error.log file located at
/Users/Singh/Desktop/CQ/crx-quickstart/logs/error.log

*ERROR* [FelixStartLevel] org.apache.jackrabbit.core.RepositoryImpl failed   
to start Repository: Unable to register data store in cluster.   
javax.jcr.RepositoryException: Unable to register data store in cluster.

* *     引起:java.io.IOException:无法在任何一个上创建一个监听器     以下端口:[8088,8089,8090,8091,8092,8093],无法连接
    到另一个群集节点

Following are the contents of /etc/hosts file :
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1       localhost

255.255.255.255 broadcasthost

::1             localhost
Following is my computer name :
Computers on your local network can access your computer at:
SFOLNAVCHETANSMAC01.local
I have java 1.6


Following is my bash profile :
export M2_HOME=/usr/local/apache-maven-3.2.1
export M2=$M2_HOME/bin
export PATH=$M2:$PATH


export JAVA_HOME=$(/usr/libexec/java_home)
export PATH=$JAVA_HOME/jre/bin:$PATH
export MAVEN_OPTS="-Xms1024m -Xmx4096m -XX:PermSize=1024m"

我已经尝试了几乎所有我在gooogle上找到的解决方案。

任何帮助?

感谢。    〜NS

2 个答案:

答案 0 :(得分:0)

您的aem设置中似乎有一些与群集相关的属性。如果它是独立实例,您可以从crx-quickstart文件夹中删除所有与群集相关的文件。

答案 1 :(得分:0)

他们修复了它:我关闭了Wifi,启动了localhost CQ,一旦localhost工作,我打开了Wifi。