我试图启动一个bitbucketserver。 我背后的代理,我设置代理configuration。
每次我尝试启动容器,spring就停在这里:
casihazelcast.HazelcastLifecycle Updating Hazelcast instance capabilities
我是否也需要在Hazelcast中configuration代理?
更新/var/atlassian/application-data/bitbucket/shared/bitbucket.properties的属性您需要这些属性才能在代理之后工作:
hazelcast.network.multicast=true hazelcast.group.name=[put a unique name in here] hazelcast.group.password=[put in a group password here] server.proxy-name=[url of your bit bucket instance] server.proxy-port=443 server.redirect-port=443 server.secure=true server.scheme=https
请参阅官方文档: https : //confluence.atlassian.com/bitbucketserver/install-bitbucket-data-center-872139817.html