-
Bug
-
Resolution: Fixed
-
Medium
-
5.7, 5.7.1
-
None
-
Confluence Server 5.7 to Confluence Data Center 5.7
Mysql 5.5
Ubuntu 12.04.5
migrating from New install Confluence Server 5.7 to Confluence Data Center 5.7 can't start up again:
when I start migrating and success , I can login in to Confluence Data Cente 5.7 correct,
but when I stop Confluence Data Cente 5.7 and start again , It's not start correc, it's look like just startup a minimum environmental, and no error information.
2015-02-12 16:18:57,764 INFO [localhost-startStop-2] [atlassian.plugin.manager.DefaultPluginManager] shutdown Preparing to shut down the plugin system 2015-02-12 16:18:57,779 INFO [localhost-startStop-2] [atlassian.plugin.manager.DefaultPluginManager] shutdown Shutting down the plugin system 2015-02-12 16:19:01,299 INFO [localhost-startStop-2] [com.atlassian.confluence.lifecycle] contextDestroyed Stopping Confluence 2015-02-12 16:19:01,300 INFO [localhost-startStop-2] [confluence.cluster.hazelcast.HazelcastClusterManager] stopCluster Shutting down the cluster 2015-02-12 16:19:33,533 INFO [localhost-startStop-1] [com.atlassian.confluence.lifecycle] contextInitialized Starting Confluence 5.7 [build 5780 based on commit hash e911fdad641682b02838ab32b82c9780ca1ecd5a] 2015-02-12 16:19:35,554 INFO [localhost-startStop-1] [confluence.cluster.hazelcast.ConfluenceHazelcastConfigBuilder] getConfigInputStream Reading Hazelcast config from classpath location [confluence-hazelcast-config.xml] 2015-02-12 16:19:35,584 INFO [localhost-startStop-1] [confluence.cluster.hazelcast.HazelcastClusterManager] configure Configuring Hazelcast with instanceName [confluence], multicast address 233.143.107.205:54327, multicast TTL [1], network interfaces [10.64.13.32, fe80:0:0:0:eef4:bbff:fed1:cde8%2] and local port 5801 2015-02-12 16:19:35,584 INFO [localhost-startStop-1] [confluence.cluster.hazelcast.HazelcastClusterManager] startCluster Starting the cluster. 2015-02-12 16:19:41,214 INFO [localhost-startStop-1] [confluence.cluster.hazelcast.HazelcastClusterManager] startCluster Confluence cluster node identifier is [3dc1b14a] 2015-02-12 16:19:41,315 INFO [localhost-startStop-1] [springframework.web.context.ContextLoader] initWebApplicationContext Root WebApplicationContext: initialization started 2015-02-12 16:19:43,940 INFO [localhost-startStop-1] [com.atlassian.confluence.lifecycle] <init> Loading EhCache cache manager 2015-02-12 16:19:46,885 WARN [localhost-startStop-1] [org.springframework.beans.TypeConverterDelegate] findDefaultEditor PropertyEditor [com.sun.beans.editors.EnumEditor] found through deprecated global PropertyEditorManager fallback - consider using a more isolated form of registration, e.g. on the BeanWrapper/BeanFactory! 2015-02-12 16:19:54,377 INFO [localhost-startStop-1] [springframework.web.context.ContextLoader] initWebApplicationContext Root WebApplicationContext: initialization completed in 13062 ms 2015-02-12 16:19:54,980 INFO [localhost-startStop-1] [com.atlassian.confluence.lifecycle] init Confluence is ready to serve
Workaround
- Shutdown Confluence
- Manually edit confluence.cfg.xml found in <confluence-home> directory.
- Change <setupType>standalone.to.cluster</setupType> to <setupType>cluster</setupType>
- Start Confluence
I had resloved this issue , must be manual edit confluence.cfg.xml file <setupType>standalone.to.cluster</setupType> to <setupType>cluster</setupType>