Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After successfully installing Harbor-1.15.1, I am unable to log in #1837

Open
junlintianxiazhifulinzhongguo opened this issue Oct 11, 2024 · 7 comments
Assignees

Comments

@junlintianxiazhifulinzhongguo
Copy link

junlintianxiazhifulinzhongguo commented Oct 11, 2024

env: k8s: v1.28.13
harbor: 1.15.1

After successful installation, I am unable to log in using the admin user and Harbor12345 password. I installed using the default method and accessed it through nodeport, which can open the homepage but cannot log in

[root@node1 harbor]# kubectl get nodes
NAME    STATUS   ROLES                  AGE     VERSION
node1   Ready    control-plane,worker   22d     v1.28.13
node2   Ready    worker                 2d20h   v1.28.13


[root@node1 harbor]# helm install my-release harbor/harbor
NAME: my-release
LAST DEPLOYED: Fri Oct 11 13:52:43 2024
NAMESPACE: default
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
Please wait for several minutes for Harbor deployment to complete.
Then you should be able to visit the Harbor portal at https://core.harbor.domain
For more details, please visit https://github.com/goharbor/harbor


[root@node1 harbor]# kubectl get pods
NAME                                          READY   STATUS    RESTARTS        AGE
my-release-harbor-core-66444dbffb-92jvd       1/1     Running   0               4m41s
my-release-harbor-database-0                  1/1     Running   0               4m41s
my-release-harbor-jobservice-fbd89699-5g66w   1/1     Running   3 (4m13s ago)   4m41s
my-release-harbor-portal-7dcf5cb876-sks9c     1/1     Running   0               4m41s
my-release-harbor-redis-0                     1/1     Running   0               4m41s
my-release-harbor-registry-687856c575-chtns   2/2     Running   0               4m41s
my-release-harbor-trivy-0                     1/1     Running   0               4m41s


[root@node1 harbor]# kubectl get svc
NAME                           TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)             AGE
kubernetes                     ClusterIP   10.233.0.1      <none>        443/TCP             22d
my-release-harbor-core         ClusterIP   10.233.11.42    <none>        80/TCP              5m31s
my-release-harbor-database     ClusterIP   10.233.10.214   <none>        5432/TCP            5m31s
my-release-harbor-jobservice   ClusterIP   10.233.22.61    <none>        80/TCP              5m31s
my-release-harbor-portal       NodePort    10.233.54.133   <none>        80:32388/TCP        5m31s
my-release-harbor-redis        ClusterIP   10.233.34.29    <none>        6379/TCP            5m31s
my-release-harbor-registry     ClusterIP   10.233.61.115   <none>        5000/TCP,8080/TCP   5m31s
my-release-harbor-trivy        ClusterIP   10.233.61.16    <none>        8080/TCP            5m31s
[root@node1 harbor]#

image

harbor-core log:

2024-10-11T13:52:49.657197703+08:00 Appending internal tls trust CA to ca-bundle ...

2024-10-11T13:52:49.660019053+08:00 find: '/etc/harbor/ssl': No such file or directory

2024-10-11T13:52:49.660322001+08:00 Internal tls trust CA appending is Done.

2024-10-11T13:52:49.693967369+08:00 2024/10/11 05:52:49.693 [D] init global config instance failed. If you do not use this, just ignore it. open conf/app.conf: no such file or directory

2024-10-11T13:52:49.709902503+08:00 2024-10-11T05:52:49Z [INFO] [/controller/artifact/annotation/parser.go:85]: the annotation parser to parser artifact annotation version v1alpha1 registered

2024-10-11T13:52:49.709921840+08:00 2024-10-11T05:52:49Z [INFO] [/controller/artifact/processor/processor.go:59]: the processor to process media type application/vnd.cncf.helm.config.v1+json registered

2024-10-11T13:52:49.709924267+08:00 2024-10-11T05:52:49Z [INFO] [/controller/artifact/processor/processor.go:59]: the processor to process media type application/vnd.cnab.manifest.v1 registered

2024-10-11T13:52:49.709926174+08:00 2024-10-11T05:52:49Z [INFO] [/controller/artifact/processor/processor.go:59]: the processor to process media type application/vnd.oci.image.index.v1+json registered

2024-10-11T13:52:49.709930998+08:00 2024-10-11T05:52:49Z [INFO] [/controller/artifact/processor/processor.go:59]: the processor to process media type application/vnd.docker.distribution.manifest.list.v2+json registered

2024-10-11T13:52:49.709932945+08:00 2024-10-11T05:52:49Z [INFO] [/controller/artifact/processor/processor.go:59]: the processor to process media type application/vnd.docker.distribution.manifest.v1+prettyjws registered

2024-10-11T13:52:49.709934527+08:00 2024-10-11T05:52:49Z [INFO] [/controller/artifact/processor/processor.go:59]: the processor to process media type application/vnd.oci.image.config.v1+json registered

2024-10-11T13:52:49.709936085+08:00 2024-10-11T05:52:49Z [INFO] [/controller/artifact/processor/processor.go:59]: the processor to process media type application/vnd.docker.container.image.v1+json registered

2024-10-11T13:52:49.709937563+08:00 2024-10-11T05:52:49Z [INFO] [/controller/artifact/processor/processor.go:59]: the processor to process media type application/vnd.goharbor.harbor.sbom.v1 registered

2024-10-11T13:52:49.709957270+08:00 2024-10-11T05:52:49Z [INFO] [/controller/artifact/processor/processor.go:59]: the processor to process media type application/vnd.wasm.config.v1+json registered

2024-10-11T13:52:49.709983629+08:00 2024-10-11T05:52:49Z [INFO] [/pkg/reg/adapter/native/adapter.go:36]: the factory for adapter docker-registry registered

2024-10-11T13:52:49.710066603+08:00 2024-10-11T05:52:49Z [INFO] [/pkg/reg/adapter/aliacr/adapter.go:44]: the factory for adapter ali-acr registered

2024-10-11T13:52:49.710103626+08:00 2024-10-11T05:52:49Z [INFO] [/pkg/reg/adapter/awsecr/adapter.go:44]: the factory for adapter aws-ecr registered

2024-10-11T13:52:49.710128902+08:00 2024-10-11T05:52:49Z [INFO] [/pkg/reg/adapter/azurecr/adapter.go:29]: Factory for adapter azure-acr registered

2024-10-11T13:52:49.710151523+08:00 2024-10-11T05:52:49Z [INFO] [/pkg/reg/adapter/dockerhub/adapter.go:40]: Factory for adapter docker-hub registered

2024-10-11T13:52:49.710190836+08:00 2024-10-11T05:52:49Z [INFO] [/pkg/reg/adapter/dtr/adapter.go:36]: the factory of dtr adapter was registered

2024-10-11T13:52:49.710223644+08:00 2024-10-11T05:52:49Z [INFO] [/pkg/reg/adapter/githubcr/adapter.go:43]: the factory for adapter github-ghcr registered

2024-10-11T13:52:49.710242031+08:00 2024-10-11T05:52:49Z [INFO] [/pkg/reg/adapter/gitlab/adapter.go:33]: the factory for adapter gitlab registered

2024-10-11T13:52:49.710266394+08:00 2024-10-11T05:52:49Z [INFO] [/pkg/reg/adapter/googlegcr/adapter.go:37]: the factory for adapter google-gcr registered

2024-10-11T13:52:49.710300082+08:00 2024-10-11T05:52:49Z [INFO] [/pkg/reg/adapter/huawei/huawei_adapter.go:40]: the factory of Huawei adapter was registered

2024-10-11T13:52:49.710327055+08:00 2024-10-11T05:52:49Z [INFO] [/pkg/reg/adapter/jfrog/adapter.go:42]: the factory of jfrog artifactory adapter was registered

2024-10-11T13:52:49.710344608+08:00 2024-10-11T05:52:49Z [INFO] [/pkg/reg/adapter/quay/adapter.go:53]: the factory of Quay adapter was registered

2024-10-11T13:52:49.710387803+08:00 2024-10-11T05:52:49Z [INFO] [/pkg/reg/adapter/tencentcr/adapter.go:55]: the factory for adapter tencent-tcr registered

2024-10-11T13:52:49.710409882+08:00 2024-10-11T05:52:49Z [INFO] [/pkg/reg/adapter/volcenginecr/adapter.go:40]: the factory for adapter volcengine-cr registered

2024-10-11T13:52:49.714097021+08:00 2024-10-11T05:52:49Z [INFO] [/pkg/reg/adapter/harbor/adaper.go:31]: the factory for adapter harbor registered

2024-10-11T13:52:49.714968363+08:00 2024-10-11T05:52:49Z [INFO] [/core/controllers/base.go:159]: Config path: /etc/core/app.conf

2024-10-11T13:52:49.715571411+08:00 2024-10-11T05:52:49Z [INFO] [/core/main.go:145]: initializing cache ...

2024-10-11T13:52:49.799024431+08:00 2024-10-11T05:52:49Z [ERROR] [/lib/cache/cache.go:124]: failed to ping redis://my-release-harbor-redis:6379/0?idle_timeout_seconds=30, retry after 500ms : dial tcp 10.233.34.29:6379: connect: connection refused

2024-10-11T13:52:52.393672016+08:00 2024-10-11T05:52:52Z [ERROR] [/lib/cache/cache.go:124]: failed to ping redis://my-release-harbor-redis:6379/0?idle_timeout_seconds=30, retry after 695.478615ms : dial tcp 10.233.34.29:6379: connect: connection refused

2024-10-11T13:52:56.298500770+08:00 2024-10-11T05:52:56Z [ERROR] [/lib/cache/cache.go:124]: failed to ping redis://my-release-harbor-redis:6379/0?idle_timeout_seconds=30, retry after 1.818220311s : dial tcp 10.233.34.29:6379: connect: connection refused

2024-10-11T13:52:58.121479864+08:00 2024-10-11T05:52:58Z [INFO] [/core/main.go:164]: initializing configurations...

2024-10-11T13:52:58.121526086+08:00 2024-10-11T05:52:58Z [INFO] [/lib/config/systemconfig.go:178]: key path: /etc/core/key

2024-10-11T13:52:58.121589202+08:00 2024-10-11T05:52:58Z [INFO] [/lib/config/config.go:92]: init secret store

2024-10-11T13:52:58.121617524+08:00 2024-10-11T05:52:58Z [INFO] [/core/main.go:166]: configurations initialization completed

2024-10-11T13:52:58.121747983+08:00 2024-10-11T05:52:58Z [INFO] [/common/dao/base.go:67]: Registering database: type-PostgreSQL host-my-release-harbor-database port-5432 database-registry sslmode-"disable"

2024-10-11T13:52:58.127117956+08:00 2024-10-11T05:52:58Z [ERROR] [/common/utils/utils.go:108]: failed to connect to tcp://my-release-harbor-database:5432, retry after 2 seconds :dial tcp 10.233.10.214:5432: connect: connection refused

2024-10-11T13:53:00.132974454+08:00 2024-10-11T05:53:00Z [ERROR] [/common/utils/utils.go:108]: failed to connect to tcp://my-release-harbor-database:5432, retry after 2 seconds :dial tcp 10.233.10.214:5432: connect: connection refused

2024-10-11T13:53:02.166352897+08:00 2024-10-11T05:53:02Z [INFO] [/common/dao/base.go:72]: Register database completed

2024-10-11T13:53:02.208591362+08:00 2024-10-11T05:53:02Z [INFO] [/common/dao/pgsql.go:135]: Upgrading schema for pgsql ...

2024-10-11T13:53:03.609231212+08:00 2024-10-11T05:53:03Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 1/u initial_schema (1.399194964s)

2024-10-11T13:53:03.803211765+08:00 2024-10-11T05:53:03Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 2/u 1.7.0_schema (1.593202319s)

2024-10-11T13:53:03.894774723+08:00 2024-10-11T05:53:03Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 3/u add_replication_op_uuid (1.684797942s)

2024-10-11T13:53:04.415679730+08:00 2024-10-11T05:53:04Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 4/u 1.8.0_schema (2.205597162s)

2024-10-11T13:53:04.504139621+08:00 2024-10-11T05:53:04Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 5/u 1.8.2_schema (2.294050671s)

2024-10-11T13:53:05.261959760+08:00 2024-10-11T05:53:05Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 10/u 1.9.0_schema (3.051845653s)

2024-10-11T13:53:05.331391883+08:00 2024-10-11T05:53:05Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 11/u 1.9.1_schema (3.121274819s)

2024-10-11T13:53:05.404106019+08:00 2024-10-11T05:53:05Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 12/u 1.9.4_schema (3.193912646s)

2024-10-11T13:53:05.842456322+08:00 2024-10-11T05:53:05Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 15/u 1.10.0_schema (3.632446526s)

2024-10-11T13:53:06.324823774+08:00 2024-10-11T05:53:06Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 30/u 2.0.0_schema (4.114619473s)

2024-10-11T13:53:06.379368408+08:00 2024-10-11T05:53:06Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 31/u 2.0.3_schema (4.169198216s)

2024-10-11T13:53:06.701277909+08:00 2024-10-11T05:53:06Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 40/u 2.1.0_schema (3.09164323s)

2024-10-11T13:53:06.744761779+08:00 2024-10-11T05:53:06Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 41/u 2.1.4_schema (2.941243782s)

2024-10-11T13:53:07.134700834+08:00 2024-10-11T05:53:07Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 50/u 2.2.0_schema (3.239566706s)

2024-10-11T13:53:07.197515204+08:00 2024-10-11T05:53:07Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 51/u 2.2.1_schema (2.781502051s)

2024-10-11T13:53:07.234413566+08:00 2024-10-11T05:53:07Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 52/u 2.2.2_schema (2.730000345s)

2024-10-11T13:53:07.337856804+08:00 2024-10-11T05:53:07Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 53/u 2.2.3_schema (2.075676744s)

2024-10-11T13:53:07.411969629+08:00 2024-10-11T05:53:07Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 60/u 2.3.0_schema (2.08024344s)

2024-10-11T13:53:07.509493917+08:00 2024-10-11T05:53:07Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 61/u 2.3.4_schema (2.105020239s)

2024-10-11T13:53:07.603315031+08:00 2024-10-11T05:53:07Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 70/u 2.4.0_schema (1.76060577s)

2024-10-11T13:53:07.686245338+08:00 2024-10-11T05:53:07Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 71/u 2.4.2_schema (1.361303816s)

2024-10-11T13:53:08.092141225+08:00 2024-10-11T05:53:08Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 80/u 2.5.0_schema (1.712461838s)

2024-10-11T13:53:08.211806482+08:00 2024-10-11T05:53:08Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 81/u 2.5.2_schema (1.510158457s)

2024-10-11T13:53:08.266998081+08:00 2024-10-11T05:53:08Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 82/u 2.5.3_schema (1.521903738s)

2024-10-11T13:53:08.471540123+08:00 2024-10-11T05:53:08Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 90/u 2.6.0_schema (1.336694915s)

2024-10-11T13:53:08.521620555+08:00 2024-10-11T05:53:08Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 91/u 2.6.2_schema (1.323945571s)

2024-10-11T13:53:08.613485216+08:00 2024-10-11T05:53:08Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 100/u 2.7.0_schema (1.378748031s)

2024-10-11T13:53:08.724768181+08:00 2024-10-11T05:53:08Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 110/u 2.8.0_schema (1.386600226s)

2024-10-11T13:53:08.790642800+08:00 2024-10-11T05:53:08Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 111/u 2.8.1_schema (1.378447975s)

2024-10-11T13:53:08.927083557+08:00 2024-10-11T05:53:08Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 120/u 2.9.0_schema (1.417460361s)

2024-10-11T13:53:09.020140449+08:00 2024-10-11T05:53:09Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 130/u 2.10.0_schema (1.416374824s)

2024-10-11T13:53:09.123732551+08:00 2024-10-11T05:53:09Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 140/u 2.11.0_schema (1.437365042s)

2024-10-11T13:53:09.125095949+08:00 2024-10-11T05:53:09Z [INFO] [/core/main.go:204]: The database has been migrated successfully

2024-10-11T13:53:09.236372203+08:00 2024-10-11T05:53:09Z [INFO] [/core/main.go:96]: User id: 1 updated its encrypted password successfully.

2024-10-11T13:53:09.272932712+08:00 2024-10-11T05:53:09Z [INFO] [/core/main.go:321]: Registering Trivy scanner

2024-10-11T13:53:09.296233716+08:00 2024-10-11T05:53:09Z [INFO] [/pkg/scan/init.go:56]: Successfully registered Trivy scanner at http://my-release-harbor-trivy:8080

2024-10-11T13:53:09.296269884+08:00 2024-10-11T05:53:09Z [INFO] [/core/main.go:343]: Setting Trivy as default scanner

2024-10-11T13:53:09.299822941+08:00 2024-10-11T05:53:09Z [ERROR] [/pkg/audit/forward.go:44]: failed to create audit log, error dial tcp: missing address

2024-10-11T13:53:09.299856452+08:00 2024-10-11T05:53:09Z [INFO] [/core/main.go:242]: initializing notification...

2024-10-11T13:53:09.299863118+08:00 2024-10-11T05:53:09Z [INFO] [/pkg/notification/notification.go:77]: notification initialization completed

2024-10-11T13:53:09.755092925+08:00 2024-10-11T05:53:09Z [INFO] [/core/main.go:261]: Version: v2.11.1, Git commit: 6b7ecba1

2024-10-11T13:53:09.755155938+08:00 2024-10-11T05:53:09Z [INFO] [/core/main.go:263]: Fix empty subiss for meta info data.

2024-10-11T13:53:09.757685645+08:00 2024-10-11T05:53:09Z [INFO] [/pkg/oidc/fix.go:37]: Not found any records with empty subiss, good to go.

2024-10-11T13:53:09.766513288+08:00 2024/10/11 05:53:09.766 [I] [server.go:281] http server Running on http://:8080

2024-10-11T13:53:34.153250545+08:00 2024-10-11T05:53:34Z [INFO] [/controller/registry/controller.go:222]: Start regular health check for registries with interval 5m0s

2024-10-11T13:54:18.218602796+08:00 2024-10-11T05:54:18Z [INFO] [/controller/systemartifact/execution.go:146]: Scheduled scan data export cleanup job with ID : 1

2024-10-11T13:59:09.314823772+08:00 2024-10-11T05:59:09Z [INFO] [/pkg/task/dao/execution.go:507]: scanned out 2 executions with outdate status, refresh status to db

2024-10-11T13:59:09.380849569+08:00 2024-10-11T05:59:09Z [INFO] [/pkg/task/dao/execution.go:548]: refresh outdate execution status done, 2 succeed, 0 failed

2024-10-11T14:00:09.382975808+08:00 2024-10-11T06:00:09Z [INFO] [/pkg/task/dao/execution.go:507]: scanned out 2 executions with outdate status, refresh status to db

2024-10-11T14:00:09.418932648+08:00 2024-10-11T06:00:09Z [INFO] [/pkg/task/dao/execution.go:548]: refresh outdate execution status done, 2 succeed, 0 failed

@MinerYang
Copy link
Collaborator

Do you have reused pv consumed by old harbor instance?
Could you provide related harbor-core , harbor-db logs while having login errors?

@MinerYang MinerYang self-assigned this Oct 15, 2024
@junlintianxiazhifulinzhongguo
Copy link
Author

my-release-harbor-database-0.log
2024-10-15T16:40:47.282119087+08:00 init DB, DB version:15

2024-10-15T16:40:47.304685005+08:00 The files belonging to this database system will be owned by user "postgres".

2024-10-15T16:40:47.304716017+08:00 This user must also own the server process.

2024-10-15T16:40:47.304720461+08:00

2024-10-15T16:40:47.304937818+08:00 The database cluster will be initialized with this locale configuration:

2024-10-15T16:40:47.304963684+08:00 provider: libc

2024-10-15T16:40:47.304968694+08:00 LC_COLLATE: en_US.UTF-8

2024-10-15T16:40:47.304972959+08:00 LC_CTYPE: en_US.UTF-8

2024-10-15T16:40:47.304976718+08:00 LC_MESSAGES: C

2024-10-15T16:40:47.304980582+08:00 LC_MONETARY: C

2024-10-15T16:40:47.304984074+08:00 LC_NUMERIC: C

2024-10-15T16:40:47.304987875+08:00 LC_TIME: C

2024-10-15T16:40:47.304996108+08:00 The default text search configuration will be set to "english".

2024-10-15T16:40:47.304999549+08:00

2024-10-15T16:40:47.305012157+08:00 Data page checksums are disabled.

2024-10-15T16:40:47.305015627+08:00

2024-10-15T16:40:47.305034106+08:00 creating directory /var/lib/postgresql/data/pgdata/pg15 ... ok

2024-10-15T16:40:47.305470523+08:00 creating subdirectories ... ok

2024-10-15T16:40:47.305539243+08:00 selecting dynamic shared memory implementation ... posix

2024-10-15T16:40:47.330219142+08:00 selecting default max_connections ... 100

2024-10-15T16:40:47.354221943+08:00 selecting default shared_buffers ... 128MB

2024-10-15T16:40:47.372549143+08:00 selecting default time zone ... UTC

2024-10-15T16:40:47.372927647+08:00 creating configuration files ... ok

2024-10-15T16:40:47.506840109+08:00 running bootstrap script ... ok

2024-10-15T16:40:48.144956696+08:00 performing post-bootstrap initialization ... ok

2024-10-15T16:40:48.589507378+08:00 syncing data to disk ... ok

2024-10-15T16:40:48.589533396+08:00 initdb: warning: enabling "trust" authentication for local connections

2024-10-15T16:40:48.589567688+08:00 initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb.

2024-10-15T16:40:48.589544753+08:00

2024-10-15T16:40:48.589584969+08:00

2024-10-15T16:40:48.589591121+08:00 Success. You can now start the database server using:

2024-10-15T16:40:48.589595397+08:00

2024-10-15T16:40:48.589600282+08:00 pg_ctl -D /var/lib/postgresql/data/pgdata/pg15 -l logfile start

2024-10-15T16:40:48.589604814+08:00

2024-10-15T16:40:48.593932088+08:00 postgres

2024-10-15T16:40:48.661036138+08:00 waiting for server to start....2024-10-15 08:40:48.660 UTC [28] LOG: starting PostgreSQL 15.8 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 12.2.0, 64-bit

2024-10-15T16:40:48.662516260+08:00 2024-10-15 08:40:48.662 UTC [28] LOG: listening on Unix socket "/run/postgresql/.s.PGSQL.5432"

2024-10-15T16:40:48.688964810+08:00 2024-10-15 08:40:48.688 UTC [31] LOG: database system was shut down at 2024-10-15 08:40:48 UTC

2024-10-15T16:40:48.702345588+08:00 2024-10-15 08:40:48.702 UTC [28] LOG: database system is ready to accept connections

2024-10-15T16:40:48.712624895+08:00 done

2024-10-15T16:40:48.712651795+08:00 server started

2024-10-15T16:40:48.745616511+08:00 ALTER ROLE

2024-10-15T16:40:48.746561424+08:00

2024-10-15T16:40:48.746583689+08:00

2024-10-15T16:40:48.746949996+08:00 /docker-entrypoint.sh: running /docker-entrypoint-initdb.d/initial-registry.sql

2024-10-15T16:40:48.848962045+08:00 CREATE DATABASE

2024-10-15T16:40:48.861300134+08:00 You are now connected to database "registry" as user "postgres".

2024-10-15T16:40:48.896556019+08:00 CREATE TABLE

2024-10-15T16:40:48.897565070+08:00

2024-10-15T16:40:48.897585902+08:00

2024-10-15T16:40:48.900185395+08:00 waiting for server to shut down....2024-10-15 08:40:48.900 UTC [28] LOG: received fast shutdown request

2024-10-15T16:40:48.911563877+08:00 2024-10-15 08:40:48.911 UTC [28] LOG: aborting any active transactions

2024-10-15T16:40:48.915890214+08:00 2024-10-15 08:40:48.915 UTC [28] LOG: background worker "logical replication launcher" (PID 34) exited with exit code 1

2024-10-15T16:40:48.916156536+08:00 2024-10-15 08:40:48.915 UTC [29] LOG: shutting down

2024-10-15T16:40:48.923059681+08:00 2024-10-15 08:40:48.922 UTC [29] LOG: checkpoint starting: shutdown immediate

2024-10-15T16:40:49.175342047+08:00 2024-10-15 08:40:49.174 UTC [29] LOG: checkpoint complete: wrote 920 buffers (5.6%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.024 s, sync=0.208 s, total=0.259 s; sync files=305, longest=0.189 s, average=0.001 s; distance=4231 kB, estimate=4231 kB

2024-10-15T16:40:49.190658616+08:00 2024-10-15 08:40:49.190 UTC [28] LOG: database system is shut down

2024-10-15T16:40:49.200924243+08:00 done

2024-10-15T16:40:49.200953307+08:00 server stopped

2024-10-15T16:40:49.201229050+08:00

2024-10-15T16:40:49.201275980+08:00 PostgreSQL init process complete; ready for start up.

2024-10-15T16:40:49.201280875+08:00

2024-10-15T16:40:49.271224055+08:00 2024-10-15 08:40:49.271 UTC [1] LOG: starting PostgreSQL 15.8 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 12.2.0, 64-bit

2024-10-15T16:40:49.271326926+08:00 2024-10-15 08:40:49.271 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432

2024-10-15T16:40:49.271335449+08:00 2024-10-15 08:40:49.271 UTC [1] LOG: listening on IPv6 address "::", port 5432

2024-10-15T16:40:49.274480316+08:00 2024-10-15 08:40:49.274 UTC [1] LOG: listening on Unix socket "/run/postgresql/.s.PGSQL.5432"

2024-10-15T16:40:49.301928989+08:00 2024-10-15 08:40:49.301 UTC [52] LOG: database system was shut down at 2024-10-15 08:40:49 UTC

2024-10-15T16:40:49.334435608+08:00 2024-10-15 08:40:49.334 UTC [1] LOG: database system is ready to accept connections

2024-10-15T16:45:49.389968883+08:00 2024-10-15 08:45:49.389 UTC [50] LOG: checkpoint starting: time

2024-10-15T16:46:32.062125142+08:00 2024-10-15 08:46:32.061 UTC [50] LOG: checkpoint complete: wrote 427 buffers (2.6%); 0 WAL file(s) added, 0 removed, 0 recycled; write=42.536 s, sync=0.042 s, total=42.673 s; sync files=566, longest=0.009 s, average=0.001 s; distance=2824 kB, estimate=2824 kB

2024-10-15T16:50:49.099675671+08:00 2024-10-15 08:50:49.099 UTC [50] LOG: checkpoint starting: time

2024-10-15T16:50:49.532784624+08:00 2024-10-15 08:50:49.532 UTC [50] LOG: checkpoint complete: wrote 4 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.302 s, sync=0.059 s, total=0.433 s; sync files=4, longest=0.058 s, average=0.015 s; distance=2 kB, estimate=2542 kB

2024-10-15T17:00:49.641664742+08:00 2024-10-15 09:00:49.641 UTC [50] LOG: checkpoint starting: time

2024-10-15T17:00:51.081432806+08:00 2024-10-15 09:00:51.081 UTC [50] LOG: checkpoint complete: wrote 14 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=1.306 s, sync=0.069 s, total=1.440 s; sync files=13, longest=0.049 s, average=0.006 s; distance=7 kB, estimate=2288 kB

@junlintianxiazhifulinzhongguo
Copy link
Author

my-release-harbor-portal.log

2024-10-15T17:01:51.190943937+08:00 192.168.5.124 - - [15/Oct/2024:09:01:51 +0000] "GET / HTTP/1.1" 200 785 "-" "kube-probe/1.28"

2024-10-15T17:01:52.294849821+08:00 10.233.96.243 - - [15/Oct/2024:09:01:52 +0000] "GET / HTTP/1.1" 200 785 "-" "Go-http-client/1.1"

2024-10-15T17:01:59.530961084+08:00 10.233.90.0 - - [15/Oct/2024:09:01:59 +0000] "GET / HTTP/1.1" 200 785 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:01:59.612773821+08:00 10.233.90.0 - - [15/Oct/2024:09:01:59 +0000] "GET /styles.75cb4562f0127450.css HTTP/1.1" 200 168595 "http://192.168.5.127:30099/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:01:59.612865724+08:00 10.233.90.0 - - [15/Oct/2024:09:01:59 +0000] "GET /runtime.e3c4b108c1a80c69.js HTTP/1.1" 200 2269 "http://192.168.5.127:30099/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:01:59.613372964+08:00 10.233.90.0 - - [15/Oct/2024:09:01:59 +0000] "GET /polyfills.67cfd31b2752cc11.js HTTP/1.1" 200 13427 "http://192.168.5.127:30099/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:01:59.636494392+08:00 10.233.90.0 - - [15/Oct/2024:09:01:59 +0000] "GET /main.41664cf3adc8072a.js HTTP/1.1" 200 313714 "http://192.168.5.127:30099/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:01:59.646869566+08:00 10.233.90.0 - - [15/Oct/2024:09:01:59 +0000] "GET /scripts.3846d86d42cdb753.js HTTP/1.1" 200 185454 "http://192.168.5.127:30099/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:01:59.945258873+08:00 10.233.90.0 - - [15/Oct/2024:09:01:59 +0000] "GET /setting.json?buildTimeStamp=1723715949809 HTTP/1.1" 200 184 "http://192.168.5.127:30099/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:01:59.948965225+08:00 10.233.90.0 - - [15/Oct/2024:09:01:59 +0000] "GET /api/v2.0/systeminfo HTTP/1.1" 200 785 "http://192.168.5.127:30099/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:01:59.965224969+08:00 10.233.90.0 - - [15/Oct/2024:09:01:59 +0000] "GET /i18n/lang/en-us-lang.json?buildTimeStamp=1723715949809 HTTP/1.1" 200 30040 "http://192.168.5.127:30099/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:01:59.969505513+08:00 10.233.90.0 - - [15/Oct/2024:09:01:59 +0000] "GET /i18n/lang/zh-cn-lang.json?buildTimeStamp=1723715949809 HTTP/1.1" 200 29185 "http://192.168.5.127:30099/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:01:59.988365792+08:00 10.233.90.0 - - [15/Oct/2024:09:01:59 +0000] "GET /dark-theme.css?buildTimeStamp=1723715949809 HTTP/1.1" 200 145658 "http://192.168.5.127:30099/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:01:59.998372368+08:00 10.233.90.0 - - [15/Oct/2024:09:01:59 +0000] "GET /4771.99df58f45c097d2b.js HTTP/1.1" 200 15296 "http://192.168.5.127:30099/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.004623856+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /7215.01b626dfe9e94cc3.js HTTP/1.1" 200 25592 "http://192.168.5.127:30099/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.011368932+08:00 10.233.90.0 - - [15/Oct/2024:09:01:59 +0000] "GET /4554.632ff83fb1837627.js HTTP/1.1" 200 232873 "http://192.168.5.127:30099/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.197065958+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /5738.607d1dad9afedf00.js HTTP/1.1" 200 1487 "http://192.168.5.127:30099/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.202577250+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /common.fbb4c0926a6170df.js HTTP/1.1" 200 1359 "http://192.168.5.127:30099/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.205337809+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /6253.8cfd0e2101c998bc.js HTTP/1.1" 200 17926 "http://192.168.5.127:30099/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.259352183+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /api/v2.0/users/current HTTP/1.1" 200 785 "http://192.168.5.127:30099/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.309967533+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /5691.435ce2a59790388c.js HTTP/1.1" 200 4327 "http://192.168.5.127:30099/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.310049130+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /9546.9f10d92ae8ab7fc0.js HTTP/1.1" 200 6407 "http://192.168.5.127:30099/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.401886646+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /favicon.ico?v=2 HTTP/1.1" 200 16958 "http://192.168.5.127:30099/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.412589880+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /api/v2.0/users/current HTTP/1.1" 200 785 "http://192.168.5.127:30099/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.493042845+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /795.82c156f63e84f495.js HTTP/1.1" 200 2098 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.493076399+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /5077.09438d825b4f750c.js HTTP/1.1" 200 746 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.494442155+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /8244.8a4d04dfdbb4a930.js HTTP/1.1" 200 4356 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.496018321+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /9942.d6c382d1d05ef86e.js HTTP/1.1" 200 8768 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.499594710+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /5817.8aad908532fd7644.js HTTP/1.1" 200 10938 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.502831520+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /3785.2332848dc9567a74.js HTTP/1.1" 200 7064 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.502860325+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /6093.ab66451ff59a4176.js HTTP/1.1" 200 16046 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.505968983+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /488.4fb0974f11ad58b4.js HTTP/1.1" 200 11633 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.506370943+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /4665.9fdcb7780b0842dc.js HTTP/1.1" 200 1491 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.506695801+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /6379.b57a7f2dcbbb8c9d.js HTTP/1.1" 200 1187 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.510804392+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /6149.0e5abcd8adce08e6.js HTTP/1.1" 200 1351 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.516575304+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /3664.eebf3564c283b660.js HTTP/1.1" 200 1142 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.516783429+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /2079.fd0f6568a232105b.js HTTP/1.1" 200 1187 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.527308629+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /974.66dfda375b9bce75.js HTTP/1.1" 200 4635 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.531359794+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /8787.f025a982af40ba66.js HTTP/1.1" 200 32201 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.532357380+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /3651.1068219fd24c960e.js HTTP/1.1" 200 11773 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.532528398+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /575.cebc430388c5a933.js HTTP/1.1" 200 6176 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.536837733+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /1683.e50257bf8acae9e2.js HTTP/1.1" 200 7242 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.539600706+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /1653.cc1ae3547fb20788.js HTTP/1.1" 200 29244 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.550556117+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /5834.0f034a8865a2fa2a.js HTTP/1.1" 200 606 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.551706043+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /3031.8c09776098573ba9.js HTTP/1.1" 200 9528 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.557392998+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /5206.b9798fcc14f0f0bb.js HTTP/1.1" 200 11423 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.557419218+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /3204.7b727ff5f7024fdd.js HTTP/1.1" 200 10396 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.565404683+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /7939.f0ff5ce2dd307942.js HTTP/1.1" 200 6367 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.565933010+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /3751.d31a9cb41bafacef.js HTTP/1.1" 200 19264 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.567818038+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /7922.b872a030a38cda25.js HTTP/1.1" 200 1041 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.576792115+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /2926.df0404255b74a28a.js HTTP/1.1" 200 69420 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.612284650+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /images/harbor-logo.svg HTTP/1.1" 200 1797 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.957133177+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /6809.59dfcd0b940a0fbb.js HTTP/1.1" 200 4578 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.958766371+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /2789.2278ac523ecb7390.js HTTP/1.1" 200 5604 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.959470787+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /3274.7ad640bb8a8e47f4.js HTTP/1.1" 200 13117 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.959958408+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /2914.28f70ade8fc5c516.js HTTP/1.1" 200 7667 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.961326115+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /4529.ae7b45ef910b7f88.js HTTP/1.1" 200 10167 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.961614441+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /5070.062de1baeb2bd609.js HTTP/1.1" 200 936 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.969752898+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /3322.4402085913684103.js HTTP/1.1" 200 10533 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.973779738+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /5814.8ee2bd2dd2770644.js HTTP/1.1" 200 18235 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.974561205+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /8343.93e2a2e5e0c1325b.js HTTP/1.1" 200 17131 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.975641595+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /8833.3406a6a323aa678c.js HTTP/1.1" 200 4228 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:00.977386033+08:00 10.233.90.0 - - [15/Oct/2024:09:02:00 +0000] "GET /4812.a7ed33fe617730ca.js HTTP/1.1" 200 22457 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:02:01.189922668+08:00 192.168.5.124 - - [15/Oct/2024:09:02:01 +0000] "GET / HTTP/1.1" 200 785 "-" "kube-probe/1.28"

2024-10-15T17:02:01.189975692+08:00 192.168.5.124 - - [15/Oct/2024:09:02:01 +0000] "GET / HTTP/1.1" 200 785 "-" "kube-probe/1.28"

2024-10-15T17:02:02.295972694+08:00 10.233.96.243 - - [15/Oct/2024:09:02:02 +0000] "GET / HTTP/1.1" 200 785 "-" "Go-http-client/1.1"

2024-10-15T17:02:11.189861667+08:00 192.168.5.124 - - [15/Oct/2024:09:02:11 +0000] "GET / HTTP/1.1" 200 785 "-" "kube-probe/1.28"

2024-10-15T17:02:11.190012963+08:00 192.168.5.124 - - [15/Oct/2024:09:02:11 +0000] "GET / HTTP/1.1" 200 785 "-" "kube-probe/1.28"

2024-10-15T17:02:12.295199929+08:00 10.233.96.243 - - [15/Oct/2024:09:02:12 +0000] "GET / HTTP/1.1" 200 785 "-" "Go-http-client/1.1"

2024-10-15T17:02:21.190637929+08:00 192.168.5.124 - - [15/Oct/2024:09:02:21 +0000] "GET / HTTP/1.1" 200 785 "-" "kube-probe/1.28"

2024-10-15T17:02:21.190758397+08:00 192.168.5.124 - - [15/Oct/2024:09:02:21 +0000] "GET / HTTP/1.1" 200 785 "-" "kube-probe/1.28"

2024-10-15T17:02:22.294199320+08:00 10.233.96.243 - - [15/Oct/2024:09:02:22 +0000] "GET / HTTP/1.1" 200 785 "-" "Go-http-client/1.1"

2024-10-15T17:02:31.190727978+08:00 192.168.5.124 - - [15/Oct/2024:09:02:31 +0000] "GET / HTTP/1.1" 200 785 "-" "kube-probe/1.28"

2024-10-15T17:02:31.190836060+08:00 192.168.5.124 - - [15/Oct/2024:09:02:31 +0000] "GET / HTTP/1.1" 200 785 "-" "kube-probe/1.28"

2024-10-15T17:02:32.295721676+08:00 10.233.96.243 - - [15/Oct/2024:09:02:32 +0000] "GET / HTTP/1.1" 200 785 "-" "Go-http-client/1.1"

2024-10-15T17:02:41.190932128+08:00 192.168.5.124 - - [15/Oct/2024:09:02:41 +0000] "GET / HTTP/1.1" 200 785 "-" "kube-probe/1.28"

2024-10-15T17:02:41.190977745+08:00 192.168.5.124 - - [15/Oct/2024:09:02:41 +0000] "GET / HTTP/1.1" 200 785 "-" "kube-probe/1.28"

2024-10-15T17:02:42.295649148+08:00 10.233.96.243 - - [15/Oct/2024:09:02:42 +0000] "GET / HTTP/1.1" 200 785 "-" "Go-http-client/1.1"

2024-10-15T17:02:51.190782779+08:00 192.168.5.124 - - [15/Oct/2024:09:02:51 +0000] "GET / HTTP/1.1" 200 785 "-" "kube-probe/1.28"

2024-10-15T17:02:51.190860811+08:00 192.168.5.124 - - [15/Oct/2024:09:02:51 +0000] "GET / HTTP/1.1" 200 785 "-" "kube-probe/1.28"

2024-10-15T17:02:52.294790798+08:00 10.233.96.243 - - [15/Oct/2024:09:02:52 +0000] "GET / HTTP/1.1" 200 785 "-" "Go-http-client/1.1"

2024-10-15T17:03:01.190356016+08:00 192.168.5.124 - - [15/Oct/2024:09:03:01 +0000] "GET / HTTP/1.1" 200 785 "-" "kube-probe/1.28"

2024-10-15T17:03:01.190455118+08:00 192.168.5.124 - - [15/Oct/2024:09:03:01 +0000] "GET / HTTP/1.1" 200 785 "-" "kube-probe/1.28"

2024-10-15T17:03:02.293940927+08:00 10.233.96.243 - - [15/Oct/2024:09:03:02 +0000] "GET / HTTP/1.1" 200 785 "-" "Go-http-client/1.1"

2024-10-15T17:03:11.190657744+08:00 192.168.5.124 - - [15/Oct/2024:09:03:11 +0000] "GET / HTTP/1.1" 200 785 "-" "kube-probe/1.28"

2024-10-15T17:03:11.190697876+08:00 192.168.5.124 - - [15/Oct/2024:09:03:11 +0000] "GET / HTTP/1.1" 200 785 "-" "kube-probe/1.28"

2024-10-15T17:03:12.294382390+08:00 10.233.96.243 - - [15/Oct/2024:09:03:12 +0000] "GET / HTTP/1.1" 200 785 "-" "Go-http-client/1.1"

2024-10-15T17:03:21.190094964+08:00 192.168.5.124 - - [15/Oct/2024:09:03:21 +0000] "GET / HTTP/1.1" 200 785 "-" "kube-probe/1.28"

2024-10-15T17:03:21.190424724+08:00 192.168.5.124 - - [15/Oct/2024:09:03:21 +0000] "GET / HTTP/1.1" 200 785 "-" "kube-probe/1.28"

2024-10-15T17:03:22.292927879+08:00 10.233.96.243 - - [15/Oct/2024:09:03:22 +0000] "GET / HTTP/1.1" 200 785 "-" "Go-http-client/1.1"

2024-10-15T17:03:30.990027242+08:00 10.233.90.0 - - [15/Oct/2024:09:03:30 +0000] "POST /c/login HTTP/1.1" 405 559 "http://192.168.5.127:30099/account/sign-in?redirect_url=%2Fharbor%2Fprojects" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36"

2024-10-15T17:03:31.190327486+08:00 192.168.5.124 - - [15/Oct/2024:09:03:31 +0000] "GET / HTTP/1.1" 200 785 "-" "kube-probe/1.28"

2024-10-15T17:03:31.190374235+08:00 192.168.5.124 - - [15/Oct/2024:09:03:31 +0000] "GET / HTTP/1.1" 200 785 "-" "kube-probe/1.28"

@junlintianxiazhifulinzhongguo
Copy link
Author

my-release-harbor-core.log

2024-10-15T16:41:25.991082375+08:00 Appending internal tls trust CA to ca-bundle ...

2024-10-15T16:41:25.995430938+08:00 find: '/etc/harbor/ssl': No such file or directory

2024-10-15T16:41:25.996006145+08:00 Internal tls trust CA appending is Done.

2024-10-15T16:41:26.026818545+08:00 2024/10/15 08:41:26.025 [D] init global config instance failed. If you do not use this, just ignore it. open conf/app.conf: no such file or directory

2024-10-15T16:41:26.041727115+08:00 2024-10-15T08:41:26Z [INFO] [/controller/artifact/annotation/parser.go:85]: the annotation parser to parser artifact annotation version v1alpha1 registered

2024-10-15T16:41:26.041758635+08:00 2024-10-15T08:41:26Z [INFO] [/controller/artifact/processor/processor.go:59]: the processor to process media type application/vnd.cncf.helm.config.v1+json registered

2024-10-15T16:41:26.041762175+08:00 2024-10-15T08:41:26Z [INFO] [/controller/artifact/processor/processor.go:59]: the processor to process media type application/vnd.cnab.manifest.v1 registered

2024-10-15T16:41:26.041765269+08:00 2024-10-15T08:41:26Z [INFO] [/controller/artifact/processor/processor.go:59]: the processor to process media type application/vnd.oci.image.index.v1+json registered

2024-10-15T16:41:26.041769514+08:00 2024-10-15T08:41:26Z [INFO] [/controller/artifact/processor/processor.go:59]: the processor to process media type application/vnd.docker.distribution.manifest.list.v2+json registered

2024-10-15T16:41:26.041772949+08:00 2024-10-15T08:41:26Z [INFO] [/controller/artifact/processor/processor.go:59]: the processor to process media type application/vnd.docker.distribution.manifest.v1+prettyjws registered

2024-10-15T16:41:26.041785121+08:00 2024-10-15T08:41:26Z [INFO] [/controller/artifact/processor/processor.go:59]: the processor to process media type application/vnd.oci.image.config.v1+json registered

2024-10-15T16:41:26.041788106+08:00 2024-10-15T08:41:26Z [INFO] [/controller/artifact/processor/processor.go:59]: the processor to process media type application/vnd.docker.container.image.v1+json registered

2024-10-15T16:41:26.041790882+08:00 2024-10-15T08:41:26Z [INFO] [/controller/artifact/processor/processor.go:59]: the processor to process media type application/vnd.goharbor.harbor.sbom.v1 registered

2024-10-15T16:41:26.041793772+08:00 2024-10-15T08:41:26Z [INFO] [/controller/artifact/processor/processor.go:59]: the processor to process media type application/vnd.wasm.config.v1+json registered

2024-10-15T16:41:26.041798058+08:00 2024-10-15T08:41:26Z [INFO] [/pkg/reg/adapter/native/adapter.go:36]: the factory for adapter docker-registry registered

2024-10-15T16:41:26.041876009+08:00 2024-10-15T08:41:26Z [INFO] [/pkg/reg/adapter/aliacr/adapter.go:44]: the factory for adapter ali-acr registered

2024-10-15T16:41:26.041915574+08:00 2024-10-15T08:41:26Z [INFO] [/pkg/reg/adapter/awsecr/adapter.go:44]: the factory for adapter aws-ecr registered

2024-10-15T16:41:26.041919514+08:00 2024-10-15T08:41:26Z [INFO] [/pkg/reg/adapter/azurecr/adapter.go:29]: Factory for adapter azure-acr registered

2024-10-15T16:41:26.041926326+08:00 2024-10-15T08:41:26Z [INFO] [/pkg/reg/adapter/dockerhub/adapter.go:40]: Factory for adapter docker-hub registered

2024-10-15T16:41:26.041932860+08:00 2024-10-15T08:41:26Z [INFO] [/pkg/reg/adapter/dtr/adapter.go:36]: the factory of dtr adapter was registered

2024-10-15T16:41:26.041939936+08:00 2024-10-15T08:41:26Z [INFO] [/pkg/reg/adapter/githubcr/adapter.go:43]: the factory for adapter github-ghcr registered

2024-10-15T16:41:26.042013544+08:00 2024-10-15T08:41:26Z [INFO] [/pkg/reg/adapter/gitlab/adapter.go:33]: the factory for adapter gitlab registered

2024-10-15T16:41:26.042052270+08:00 2024-10-15T08:41:26Z [INFO] [/pkg/reg/adapter/googlegcr/adapter.go:37]: the factory for adapter google-gcr registered

2024-10-15T16:41:26.042057210+08:00 2024-10-15T08:41:26Z [INFO] [/pkg/reg/adapter/huawei/huawei_adapter.go:40]: the factory of Huawei adapter was registered

2024-10-15T16:41:26.042090757+08:00 2024-10-15T08:41:26Z [INFO] [/pkg/reg/adapter/jfrog/adapter.go:42]: the factory of jfrog artifactory adapter was registered

2024-10-15T16:41:26.042095940+08:00 2024-10-15T08:41:26Z [INFO] [/pkg/reg/adapter/quay/adapter.go:53]: the factory of Quay adapter was registered

2024-10-15T16:41:26.042099595+08:00 2024-10-15T08:41:26Z [INFO] [/pkg/reg/adapter/tencentcr/adapter.go:55]: the factory for adapter tencent-tcr registered

2024-10-15T16:41:26.042103418+08:00 2024-10-15T08:41:26Z [INFO] [/pkg/reg/adapter/volcenginecr/adapter.go:40]: the factory for adapter volcengine-cr registered

2024-10-15T16:41:26.042892438+08:00 2024-10-15T08:41:26Z [INFO] [/pkg/reg/adapter/harbor/adaper.go:31]: the factory for adapter harbor registered

2024-10-15T16:41:26.043396815+08:00 2024-10-15T08:41:26Z [INFO] [/core/controllers/base.go:159]: Config path: /etc/core/app.conf

2024-10-15T16:41:26.043808676+08:00 2024-10-15T08:41:26Z [INFO] [/core/main.go:145]: initializing cache ...

2024-10-15T16:41:26.046881111+08:00 2024-10-15T08:41:26Z [INFO] [/core/main.go:164]: initializing configurations...

2024-10-15T16:41:26.046897636+08:00 2024-10-15T08:41:26Z [INFO] [/lib/config/systemconfig.go:178]: key path: /etc/core/key

2024-10-15T16:41:26.046899972+08:00 2024-10-15T08:41:26Z [INFO] [/lib/config/config.go:92]: init secret store

2024-10-15T16:41:26.046901800+08:00 2024-10-15T08:41:26Z [INFO] [/core/main.go:166]: configurations initialization completed

2024-10-15T16:41:26.046905080+08:00 2024-10-15T08:41:26Z [INFO] [/common/dao/base.go:67]: Registering database: type-PostgreSQL host-my-release-harbor-database port-5432 database-registry sslmode-"disable"

2024-10-15T16:41:26.062588605+08:00 2024-10-15T08:41:26Z [INFO] [/common/dao/base.go:72]: Register database completed

2024-10-15T16:41:26.103611913+08:00 2024-10-15T08:41:26Z [INFO] [/common/dao/pgsql.go:135]: Upgrading schema for pgsql ...

2024-10-15T16:41:27.374147218+08:00 2024-10-15T08:41:27Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 1/u initial_schema (1.269249632s)

2024-10-15T16:41:27.552439408+08:00 2024-10-15T08:41:27Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 2/u 1.7.0_schema (1.447584335s)

2024-10-15T16:41:27.636816950+08:00 2024-10-15T08:41:27Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 3/u add_replication_op_uuid (1.53195972s)

2024-10-15T16:41:27.921521190+08:00 2024-10-15T08:41:27Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 4/u 1.8.0_schema (1.816579431s)

2024-10-15T16:41:27.979925761+08:00 2024-10-15T08:41:27Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 5/u 1.8.2_schema (1.875087661s)

2024-10-15T16:41:28.518080922+08:00 2024-10-15T08:41:28Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 10/u 1.9.0_schema (2.413210919s)

2024-10-15T16:41:28.580343529+08:00 2024-10-15T08:41:28Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 11/u 1.9.1_schema (2.475019558s)

2024-10-15T16:41:28.620688226+08:00 2024-10-15T08:41:28Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 12/u 1.9.4_schema (2.515262006s)

2024-10-15T16:41:28.895921503+08:00 2024-10-15T08:41:28Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 15/u 1.10.0_schema (2.790571531s)

2024-10-15T16:41:29.196680746+08:00 2024-10-15T08:41:29Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 30/u 2.0.0_schema (3.090731758s)

2024-10-15T16:41:29.285789735+08:00 2024-10-15T08:41:29Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 31/u 2.0.3_schema (3.179780864s)

2024-10-15T16:41:29.749768919+08:00 2024-10-15T08:41:29Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 40/u 2.1.0_schema (2.375342409s)

2024-10-15T16:41:29.805748722+08:00 2024-10-15T08:41:29Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 41/u 2.1.4_schema (2.25295617s)

2024-10-15T16:41:30.097205762+08:00 2024-10-15T08:41:30Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 50/u 2.2.0_schema (2.460255102s)

2024-10-15T16:41:30.189997387+08:00 2024-10-15T08:41:30Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 51/u 2.2.1_schema (2.268158809s)

2024-10-15T16:41:30.268075379+08:00 2024-10-15T08:41:30Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 52/u 2.2.2_schema (2.287775502s)

2024-10-15T16:41:30.376958109+08:00 2024-10-15T08:41:30Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 53/u 2.2.3_schema (1.858425518s)

2024-10-15T16:41:30.462930011+08:00 2024-10-15T08:41:30Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 60/u 2.3.0_schema (1.882401074s)

2024-10-15T16:41:30.527118472+08:00 2024-10-15T08:41:30Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 61/u 2.3.4_schema (1.906116791s)

2024-10-15T16:41:30.582301046+08:00 2024-10-15T08:41:30Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 70/u 2.4.0_schema (1.686023782s)

2024-10-15T16:41:30.622433371+08:00 2024-10-15T08:41:30Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 71/u 2.4.2_schema (1.425465234s)

2024-10-15T16:41:30.852352163+08:00 2024-10-15T08:41:30Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 80/u 2.5.0_schema (1.566239774s)

2024-10-15T16:41:30.897304184+08:00 2024-10-15T08:41:30Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 81/u 2.5.2_schema (1.147134738s)

2024-10-15T16:41:30.942108516+08:00 2024-10-15T08:41:30Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 82/u 2.5.3_schema (1.136157538s)

2024-10-15T16:41:31.044117710+08:00 2024-10-15T08:41:31Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 90/u 2.6.0_schema (946.501606ms)

2024-10-15T16:41:31.087297605+08:00 2024-10-15T08:41:31Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 91/u 2.6.2_schema (897.097575ms)

2024-10-15T16:41:31.184704562+08:00 2024-10-15T08:41:31Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 100/u 2.7.0_schema (916.41365ms)

2024-10-15T16:41:31.261187122+08:00 2024-10-15T08:41:31Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 110/u 2.8.0_schema (884.050529ms)

2024-10-15T16:41:31.302111197+08:00 2024-10-15T08:41:31Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 111/u 2.8.1_schema (838.913374ms)

2024-10-15T16:41:31.930644995+08:00 2024-10-15T08:41:31Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 120/u 2.9.0_schema (1.403337081s)

2024-10-15T16:41:32.121158390+08:00 2024-10-15T08:41:32Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 130/u 2.10.0_schema (1.538466608s)

2024-10-15T16:41:32.270750338+08:00 2024-10-15T08:41:32Z [INFO] [/go/pkg/mod/github.com/golang-migrate/migrate/[email protected]/migrate.go:765]: 140/u 2.11.0_schema (1.647923946s)

2024-10-15T16:41:32.271612846+08:00 2024-10-15T08:41:32Z [INFO] [/core/main.go:204]: The database has been migrated successfully

2024-10-15T16:41:32.289492917+08:00 2024-10-15T08:41:32Z [INFO] [/core/main.go:96]: User id: 1 updated its encrypted password successfully.

2024-10-15T16:41:32.289621333+08:00 2024-10-15T08:41:32Z [INFO] [/core/main.go:321]: Registering Trivy scanner

2024-10-15T16:41:32.313298010+08:00 2024-10-15T08:41:32Z [INFO] [/pkg/scan/init.go:56]: Successfully registered Trivy scanner at http://my-release-harbor-trivy:8080

2024-10-15T16:41:32.313329015+08:00 2024-10-15T08:41:32Z [INFO] [/core/main.go:343]: Setting Trivy as default scanner

2024-10-15T16:41:32.316927964+08:00 2024-10-15T08:41:32Z [ERROR] [/pkg/audit/forward.go:44]: failed to create audit log, error dial tcp: missing address

2024-10-15T16:41:32.316947295+08:00 2024-10-15T08:41:32Z [INFO] [/core/main.go:242]: initializing notification...

2024-10-15T16:41:32.316950997+08:00 2024-10-15T08:41:32Z [INFO] [/pkg/notification/notification.go:77]: notification initialization completed

2024-10-15T16:41:32.696357196+08:00 2024-10-15T08:41:32Z [INFO] [/core/main.go:261]: Version: v2.11.1, Git commit: 6b7ecba1

2024-10-15T16:41:32.696397351+08:00 2024-10-15T08:41:32Z [INFO] [/core/main.go:263]: Fix empty subiss for meta info data.

2024-10-15T16:41:32.698083099+08:00 2024-10-15T08:41:32Z [INFO] [/pkg/oidc/fix.go:37]: Not found any records with empty subiss, good to go.

2024-10-15T16:41:32.705882023+08:00 2024/10/15 08:41:32.705 [I] [server.go:281] http server Running on http://:8080

2024-10-15T16:42:15.153402258+08:00 2024-10-15T08:42:15Z [INFO] [/controller/systemartifact/execution.go:146]: Scheduled scan data export cleanup job with ID : 1

2024-10-15T16:43:39.798770798+08:00 2024-10-15T08:43:39Z [INFO] [/controller/registry/controller.go:222]: Start regular health check for registries with interval 5m0s

2024-10-15T16:47:02.330315673+08:00 2024-10-15T08:47:02Z [INFO] [/pkg/task/dao/execution.go:507]: scanned out 2 executions with outdate status, refresh status to db

2024-10-15T16:47:02.400068285+08:00 2024-10-15T08:47:02Z [INFO] [/pkg/task/dao/execution.go:548]: refresh outdate execution status done, 2 succeed, 0 failed

2024-10-15T17:00:02.429685347+08:00 2024-10-15T09:00:02Z [INFO] [/pkg/task/dao/execution.go:507]: scanned out 2 executions with outdate status, refresh status to db

2024-10-15T17:00:02.485442817+08:00 2024-10-15T09:00:02Z [INFO] [/pkg/task/dao/execution.go:548]: refresh outdate execution status done, 2 succeed, 0 failed

@junlintianxiazhifulinzhongguo
Copy link
Author

@ MinerYang

@junlintianxiazhifulinzhongguo
Copy link
Author

[root@node1 ~]# helm list -A | grep harbor
my-release hainan-tenant 1 2024-10-15 16:08:06.323070449 +0800 CST deployed harbor-1.15.1 2.11.1
[root@node1 ~]#

@souovan
Copy link

souovan commented Nov 11, 2024

Hi y'all same problem here, any hints ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants