Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

bitbucket server install question

超凡 曹 December 4, 2019

Hello, I want to install bitbucket on my server, but after install and start the service, I can't access bitbucket by http://ip:7990,  nothing in the page , then I have checked logs, there is some WARN, how can I solve this problame .

 

this is start log:

/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v1.5.8.RELEASE)


2019-12-05 14:43:40,669 INFO [main] c.a.b.i.b.BitbucketServerApplication Starting BitbucketServerApplication on iz8vbaa0dmjum0wvcdfw88z with PID 3767 (/opt/atlassian/bitbucket/5.6.2/app/WEB-INF/classes started by atlbitbucket in /opt/atlassian/bitbucket/5.6.2/bin)
2019-12-05 14:43:40,669 INFO [main] c.a.b.i.b.BitbucketServerApplication No active profile set, falling back to default profiles: default
2019-12-05 14:43:42,623 INFO [main] c.a.b.i.boot.log.BuildInfoLogger Starting Bitbucket 5.6.2 (233e9e1 built on Mon Dec 18 11:31:40 CST 2017)
2019-12-05 14:43:42,623 INFO [main] c.a.b.i.boot.log.BuildInfoLogger JVM: Oracle Corporation OpenJDK 64-Bit Server VM 1.8.0_232-b09
2019-12-05 14:43:44,808 INFO [main] c.a.b.i.b.BitbucketServerApplication Started BitbucketServerApplication in 7.302 seconds (JVM running for 11.992)
2019-12-05 14:43:49,274 INFO [spring-startup] c.a.s.internal.home.HomeLockAcquirer Successfully acquired lock on home directory /var/atlassian/application-data/bitbucket
2019-12-05 14:43:57,295 INFO [spring-startup] c.a.s.internal.home.HomeLockAcquirer Successfully acquired lock on home directory /var/atlassian/application-data/bitbucket/shared
2019-12-05 14:43:59,528 WARN [spring-startup] com.hazelcast.instance.Node [172.26.17.48]:5701 [atlbitbucket] [3.7.4-atlassian-43] No join method is enabled! Starting standalone.
2019-12-05 14:44:20,548 INFO [spring-startup] c.a.s.i.hook.DefaultHookService Hook callback socket listening on 127.0.0.1:38144
2019-12-05 14:44:35,060 WARN [ThreadPoolAsyncTaskExecutor::Thread 42] c.a.p.s.s.util.ProductFilterUtil Couldn't detect product, will use ProductFilter.ALL
2019-12-05 14:44:37,159 WARN [ThreadPoolAsyncTaskExecutor::Thread 40] c.a.p.s.s.util.ProductFilterUtil Couldn't detect product, will use ProductFilter.ALL
2019-12-05 14:44:37,204 WARN [ThreadPoolAsyncTaskExecutor::Thread 17] c.a.p.s.s.util.ProductFilterUtil Couldn't detect product, will use ProductFilter.ALL
2019-12-05 14:44:39,951 INFO [ThreadPoolAsyncTaskExecutor::Thread 19] c.a.s.i.s.g.t.DefaultTranscodeServer Callback socket listening at 127.0.0.1:34759
2019-12-05 14:46:58,788 INFO [active-objects-init-compatibility-tenant-0] c.a.b.i.k.s.d.v.MigrateAccessKeysToServiceUsersTask Migrating key accesses to service users and permissions
2019-12-05 14:46:58,898 INFO [active-objects-init-compatibility-tenant-0] c.a.b.i.k.s.d.v.MigrateAccessKeysToServiceUsersTask Migrated key accesses to service users and permissions
2019-12-05 14:46:58,904 INFO [active-objects-init-compatibility-tenant-0] c.a.b.i.k.s.d.v.ApplyAccessKeysTypeTask Migrating to add label_lower and key_type to keys.
2019-12-05 14:46:59,032 INFO [active-objects-init-compatibility-tenant-0] c.a.b.i.k.s.d.v.ApplyAccessKeysTypeTask Updated 0 access key users (IDs: [])
2019-12-05 14:46:59,071 INFO [active-objects-init-compatibility-tenant-0] c.a.b.i.k.s.d.v.ApplyAccessKeysTypeTask Migrated keys to add label_lower and key_type
2019-12-05 14:46:59,095 INFO [active-objects-init-compatibility-tenant-0] c.a.b.i.k.s.d.v.CorrectDisabledUserKeyTypeTask Migrating to correct disabled user key types.
2019-12-05 14:46:59,193 INFO [active-objects-init-compatibility-tenant-0] c.a.b.i.k.s.d.v.UpdateEd25519KeyMd5sTask Re-encoded 0 ED25519 keys
2019-12-05 14:46:59,410 INFO [active-objects-init-compatibility-tenant-0] c.a.s.i.r.r.r.dao.v2.MigrateToV2Task Migrating ref restrictions to version 2
2019-12-05 14:46:59,505 INFO [active-objects-init-compatibility-tenant-0] c.a.s.i.r.r.r.dao.v2.MigrateToV2Task Ref restriction migration to version 2 complete.
2019-12-05 14:46:59,681 INFO [active-objects-init-compatibility-tenant-0] c.a.b.i.b.m.dao.v2.MigrateToV2Task Migrating branch model to version 2
2019-12-05 14:46:59,707 INFO [active-objects-init-compatibility-tenant-0] c.a.b.i.b.m.dao.v2.MigrateToV2Task Branch model migration complete
2019-12-05 14:46:59,898 INFO [active-objects-init-compatibility-tenant-0] c.a.b.i.d.dao.v1.MigrateToV1Task Starting to migrate default reviewers model data
2019-12-05 14:46:59,940 INFO [active-objects-init-compatibility-tenant-0] c.a.b.i.d.dao.v1.MigrateToV1Task Migration of default reviewers model data is complete
2019-12-05 14:47:01,797 WARN [spring-startup] c.a.s.i.p.s.OsgiBundledPathScanner Cannot scan directory /com/atlassian/oauth/shared/servlet/ in bundle com.atlassian.oauth.atlassian-oauth-service-provider-plugin; it does not exist
2019-12-05 14:47:03,438 INFO [spring-startup] c.a.s.internal.scm.PluginScmService Bitbucket is using /usr/local/git/bin/git version 2.17.1
2019-12-05 14:47:03,445 INFO [spring-startup] c.a.stash.internal.home.HomeTracker Capturing benchmark shared home directory: /var/atlassian/application-data/bitbucket/shared
2019-12-05 14:47:03,517 INFO [spring-startup] c.a.s.i.hazelcast.HazelcastLifecycle Updating Hazelcast instance capabilities

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events