预言机v1.0.0_beta 在文档v2.3.1下的预言机合约部署不成功
【问题分类】
- bug
- P2P网络相关(包含libp2p,liquid)
- 链账户身份与权限相关(证书问题、public、多签投票问题)
- 核心交易引擎相关(交易池、DAG)
- 共识相关
- 智能合约相关
- 存储相关
- SDK相关
- 长安链CMC工具
- 长安链管理台
- 长安链浏览器
- 长安链合约IDE
- 长安链web签名插件
- 跨链相关
- 轻节点相关
- 隐私计算相关
- 密码学相关
- 环境依赖
- 其他补充:
文档 https://docs.chainmaker.org.cn/dev/%E9%A2%84%E8%A8%80%E6%9C%BA%E5%B7%A5%E5%85%B7.html
【问题描述】(请对问题进行描述,方便定位问题)
按照文档部署,预言机合约安装不成功
具体的现象,操作步骤,前置条件等,尽可能描述清楚,有截图说明更佳
`[root@docker_node chainmaker-oracle]# curl -H 'admin_auth_token: si!*dfji@12mnku' -X POST localhost:10123/v1/install_contract -F "chain_alias=chain2_alias" -F "contract_version=1" -F "runtime=DOCKER_GO" -F "contract_file=@./oracle_contract_v1.7z"
{"code":400,"message":"install contract err (get sync result failed, get tx by txId [17666a2bade3c6d4ca31ee98a4a7018c274c7c0b5f76487a9e52234c82ff2025] failed, QUERY_CONTRACT failed, txStatusCode:4, resultCode:1, contractName[CHAIN_QUERY] method[GET_TX_BY_TX_ID] txType[QUERY_CONTRACT], no such transaction, chainId:chain2) "}[root@docker_node chainmaker-oracle]# `
【相关日志文件】(如果有报错日志请贴图,或者上传附件)
[root@docker_node chainmaker-oracle]# docker-compose up
[+] Running 4/4
✔ Network chainmaker-oracle_default Created 0.6s
✔ Container oracle_db Created 0.1s
✔ Container chainmaker-oracle-1 Created 0.1s
✔ Container chainmaker-oracle-2 Created 0.1s
Attaching to chainmaker-oracle-1, chainmaker-oracle-2, oracle_db
oracle_db | Initializing database
oracle_db | 2023-06-07T15:14:59.873193Z 0 [Warning] InnoDB: New log files created, LSN=45790
oracle_db | 2023-06-07T15:15:00.203246Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
oracle_db | 2023-06-07T15:15:00.309717Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 1202ea65-0546-11ee-ab94-0242ac150002.
oracle_db | 2023-06-07T15:15:00.311187Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
oracle_db | 2023-06-07T15:15:00.329077Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
oracle_db | 2023-06-07T15:15:01.233928Z 1 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:01.234076Z 1 [Warning] 'user' entry 'mysql.session@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:01.234089Z 1 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:01.234115Z 1 [Warning] 'db' entry 'performance_schema mysql.session@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:01.234155Z 1 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:01.234174Z 1 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:01.234216Z 1 [Warning] 'tables_priv' entry 'user mysql.session@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:01.234226Z 1 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
oracle_db | Database initialized
oracle_db | Initializing certificates
oracle_db | Generating a 2048 bit RSA private key
oracle_db | ............+++
oracle_db | ...............................................................+++
oracle_db | unable to write 'random state'
oracle_db | writing new private key to 'ca-key.pem'
oracle_db | -----
oracle_db | Generating a 2048 bit RSA private key
oracle_db | .........+++
oracle_db | ..................+++
oracle_db | unable to write 'random state'
oracle_db | writing new private key to 'server-key.pem'
oracle_db | -----
oracle_db | Generating a 2048 bit RSA private key
oracle_db | ...........+++
oracle_db | ...............+++
oracle_db | unable to write 'random state'
oracle_db | writing new private key to 'client-key.pem'
oracle_db | -----
oracle_db | Certificates initialized
oracle_db | MySQL init process in progress...
oracle_db | 2023-06-07T15:15:04.938741Z 0 [Note] mysqld (mysqld 5.7.22) starting as process 90 ...
oracle_db | 2023-06-07T15:15:04.954130Z 0 [Note] InnoDB: PUNCH HOLE support available
oracle_db | 2023-06-07T15:15:04.954200Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
oracle_db | 2023-06-07T15:15:04.954210Z 0 [Note] InnoDB: Uses event mutexes
oracle_db | 2023-06-07T15:15:04.954215Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
oracle_db | 2023-06-07T15:15:04.954220Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3
oracle_db | 2023-06-07T15:15:04.954225Z 0 [Note] InnoDB: Using Linux native AIO
oracle_db | 2023-06-07T15:15:04.955976Z 0 [Note] InnoDB: Number of pools: 1
oracle_db | 2023-06-07T15:15:04.957480Z 0 [Note] InnoDB: Using CPU crc32 instructions
oracle_db | 2023-06-07T15:15:04.972448Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
oracle_db | 2023-06-07T15:15:05.040490Z 0 [Note] InnoDB: Completed initialization of buffer pool
oracle_db | 2023-06-07T15:15:05.065491Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
oracle_db | 2023-06-07T15:15:05.088114Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
oracle_db | 2023-06-07T15:15:05.158736Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
oracle_db | 2023-06-07T15:15:05.159127Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
oracle_db | 2023-06-07T15:15:05.263732Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
oracle_db | 2023-06-07T15:15:05.269435Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
oracle_db | 2023-06-07T15:15:05.269484Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
oracle_db | 2023-06-07T15:15:05.279901Z 0 [Note] InnoDB: Waiting for purge to start
oracle_db | 2023-06-07T15:15:05.336825Z 0 [Note] InnoDB: 5.7.22 started; log sequence number 2589156
oracle_db | 2023-06-07T15:15:05.337553Z 0 [Note] Plugin 'FEDERATED' is disabled.
oracle_db | MySQL init process in progress...
oracle_db | 2023-06-07T15:15:05.356925Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
oracle_db | 2023-06-07T15:15:05.395109Z 0 [Note] InnoDB: Buffer pool(s) load completed at 230607 23:15:05
oracle_db | 2023-06-07T15:15:05.416937Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
oracle_db | 2023-06-07T15:15:05.417603Z 0 [Warning] CA certificate ca.pem is self signed.
oracle_db | 2023-06-07T15:15:05.432127Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
oracle_db | 2023-06-07T15:15:05.433665Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:05.433835Z 0 [Warning] 'user' entry 'mysql.session@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:05.433847Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:05.433894Z 0 [Warning] 'db' entry 'performance_schema mysql.session@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:05.433900Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:05.433933Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:05.435788Z 0 [Warning] 'tables_priv' entry 'user mysql.session@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:05.435805Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:05.442981Z 0 [Note] Event Scheduler: Loaded 0 events
oracle_db | 2023-06-07T15:15:05.447313Z 0 [Note] mysqld: ready for connections.
oracle_db | Version: '5.7.22' socket: '/var/run/mysqld/mysqld.sock' port: 0 MySQL Community Server (GPL)
oracle_db | Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it.
oracle_db | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it.
oracle_db | Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it.
oracle_db | Warning: Unable to load '/usr/share/zoneinfo/zone1970.tab' as time zone. Skipping it.
oracle_db | 2023-06-07T15:15:09.675472Z 4 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:09.675548Z 4 [Warning] 'user' entry 'mysql.session@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:09.675563Z 4 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:09.675612Z 4 [Warning] 'db' entry 'performance_schema mysql.session@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:09.675618Z 4 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:09.675687Z 4 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:09.675735Z 4 [Warning] 'tables_priv' entry 'user mysql.session@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:09.675745Z 4 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
oracle_db |
oracle_db | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/init.sql
oracle_db | mysql: [Warning] Using a password on the command line interface can be insecure.
oracle_db | 2023-06-07T15:15:09.689377Z 5 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:09.689561Z 5 [Warning] 'user' entry 'mysql.session@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:09.689576Z 5 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:09.689606Z 5 [Warning] 'db' entry 'performance_schema mysql.session@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:09.689611Z 5 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:09.689622Z 5 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:09.689669Z 5 [Warning] 'tables_priv' entry 'user mysql.session@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:09.689679Z 5 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
oracle_db |
oracle_db |
oracle_db | 2023-06-07T15:15:09.772134Z 0 [Note] Giving 0 client threads a chance to die gracefully
oracle_db | 2023-06-07T15:15:09.772213Z 0 [Note] Shutting down slave threads
oracle_db | 2023-06-07T15:15:09.772232Z 0 [Note] Forcefully disconnecting 0 remaining clients
oracle_db | 2023-06-07T15:15:09.772242Z 0 [Note] Event Scheduler: Purging the queue. 0 events
oracle_db | 2023-06-07T15:15:09.772350Z 0 [Note] Binlog end
oracle_db | 2023-06-07T15:15:09.773092Z 0 [Note] Shutting down plugin 'ngram'
oracle_db | 2023-06-07T15:15:09.773178Z 0 [Note] Shutting down plugin 'partition'
oracle_db | 2023-06-07T15:15:09.773188Z 0 [Note] Shutting down plugin 'BLACKHOLE'
oracle_db | 2023-06-07T15:15:09.773194Z 0 [Note] Shutting down plugin 'ARCHIVE'
oracle_db | 2023-06-07T15:15:09.773198Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
oracle_db | 2023-06-07T15:15:09.773227Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
oracle_db | 2023-06-07T15:15:09.773236Z 0 [Note] Shutting down plugin 'MyISAM'
oracle_db | 2023-06-07T15:15:09.773249Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
oracle_db | 2023-06-07T15:15:09.773254Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
oracle_db | 2023-06-07T15:15:09.773257Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
oracle_db | 2023-06-07T15:15:09.773260Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
oracle_db | 2023-06-07T15:15:09.773263Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
oracle_db | 2023-06-07T15:15:09.773266Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
oracle_db | 2023-06-07T15:15:09.773269Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
oracle_db | 2023-06-07T15:15:09.773288Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
oracle_db | 2023-06-07T15:15:09.773296Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
oracle_db | 2023-06-07T15:15:09.773300Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
oracle_db | 2023-06-07T15:15:09.773304Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
oracle_db | 2023-06-07T15:15:09.773307Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
oracle_db | 2023-06-07T15:15:09.773311Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
oracle_db | 2023-06-07T15:15:09.773314Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
oracle_db | 2023-06-07T15:15:09.773317Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
oracle_db | 2023-06-07T15:15:09.773321Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
oracle_db | 2023-06-07T15:15:09.773323Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
oracle_db | 2023-06-07T15:15:09.773327Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
oracle_db | 2023-06-07T15:15:09.773330Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
oracle_db | 2023-06-07T15:15:09.773333Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
oracle_db | 2023-06-07T15:15:09.773336Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
oracle_db | 2023-06-07T15:15:09.773339Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
oracle_db | 2023-06-07T15:15:09.773342Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
oracle_db | 2023-06-07T15:15:09.773345Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
oracle_db | 2023-06-07T15:15:09.773349Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
oracle_db | 2023-06-07T15:15:09.773352Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
oracle_db | 2023-06-07T15:15:09.773356Z 0 [Note] Shutting down plugin 'INNODB_CMP'
oracle_db | 2023-06-07T15:15:09.773360Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
oracle_db | 2023-06-07T15:15:09.773363Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
oracle_db | 2023-06-07T15:15:09.773367Z 0 [Note] Shutting down plugin 'INNODB_TRX'
oracle_db | 2023-06-07T15:15:09.773370Z 0 [Note] Shutting down plugin 'InnoDB'
oracle_db | 2023-06-07T15:15:09.773925Z 0 [Note] InnoDB: FTS optimize thread exiting.
oracle_db | 2023-06-07T15:15:09.774678Z 0 [Note] InnoDB: Starting shutdown...
oracle_db | 2023-06-07T15:15:09.875213Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
oracle_db | 2023-06-07T15:15:09.876122Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 230607 23:15:09
oracle_db | 2023-06-07T15:15:11.290006Z 0 [Note] InnoDB: Shutdown completed; log sequence number 12399941
oracle_db | 2023-06-07T15:15:11.292506Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
oracle_db | 2023-06-07T15:15:11.292594Z 0 [Note] Shutting down plugin 'MEMORY'
oracle_db | 2023-06-07T15:15:11.292603Z 0 [Note] Shutting down plugin 'CSV'
oracle_db | 2023-06-07T15:15:11.292609Z 0 [Note] Shutting down plugin 'sha256_password'
oracle_db | 2023-06-07T15:15:11.292612Z 0 [Note] Shutting down plugin 'mysql_native_password'
oracle_db | 2023-06-07T15:15:11.292733Z 0 [Note] Shutting down plugin 'binlog'
oracle_db | 2023-06-07T15:15:11.295452Z 0 [Note] mysqld: Shutdown complete
oracle_db |
oracle_db |
oracle_db | MySQL init process done. Ready for start up.
oracle_db |
oracle_db | 2023-06-07T15:15:11.790254Z 0 [Note] mysqld (mysqld 5.7.22) starting as process 1 ...
oracle_db | 2023-06-07T15:15:11.795280Z 0 [Note] InnoDB: PUNCH HOLE support available
oracle_db | 2023-06-07T15:15:11.795351Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
oracle_db | 2023-06-07T15:15:11.795361Z 0 [Note] InnoDB: Uses event mutexes
oracle_db | 2023-06-07T15:15:11.795366Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
oracle_db | 2023-06-07T15:15:11.795371Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3
oracle_db | 2023-06-07T15:15:11.795376Z 0 [Note] InnoDB: Using Linux native AIO
oracle_db | 2023-06-07T15:15:11.795831Z 0 [Note] InnoDB: Number of pools: 1
oracle_db | 2023-06-07T15:15:11.796112Z 0 [Note] InnoDB: Using CPU crc32 instructions
oracle_db | 2023-06-07T15:15:11.799111Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
oracle_db | 2023-06-07T15:15:11.810284Z 0 [Note] InnoDB: Completed initialization of buffer pool
oracle_db | 2023-06-07T15:15:11.813535Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
oracle_db | 2023-06-07T15:15:11.827471Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
oracle_db | 2023-06-07T15:15:11.893112Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
oracle_db | 2023-06-07T15:15:11.893617Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
oracle_db | 2023-06-07T15:15:11.974992Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
oracle_db | 2023-06-07T15:15:11.975896Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
oracle_db | 2023-06-07T15:15:11.975911Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
oracle_db | 2023-06-07T15:15:11.976355Z 0 [Note] InnoDB: Waiting for purge to start
oracle_db | 2023-06-07T15:15:12.026824Z 0 [Note] InnoDB: 5.7.22 started; log sequence number 12399941
oracle_db | 2023-06-07T15:15:12.027254Z 0 [Note] Plugin 'FEDERATED' is disabled.
oracle_db | 2023-06-07T15:15:12.029062Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
oracle_db | 2023-06-07T15:15:12.037678Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
oracle_db | 2023-06-07T15:15:12.037944Z 0 [Warning] CA certificate ca.pem is self signed.
oracle_db | 2023-06-07T15:15:12.043890Z 0 [Note] InnoDB: Buffer pool(s) load completed at 230607 23:15:12
oracle_db | 2023-06-07T15:15:12.044587Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
oracle_db | 2023-06-07T15:15:12.044743Z 0 [Note] IPv6 is available.
oracle_db | 2023-06-07T15:15:12.044798Z 0 [Note] - '::' resolves to '::';
oracle_db | 2023-06-07T15:15:12.044835Z 0 [Note] Server socket created on IP: '::'.
oracle_db | 2023-06-07T15:15:12.047083Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
oracle_db | 2023-06-07T15:15:12.049295Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:12.049397Z 0 [Warning] 'user' entry 'mysql.session@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:12.049435Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:12.049492Z 0 [Warning] 'db' entry 'performance_schema mysql.session@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:12.049499Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:12.049517Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:12.053101Z 0 [Warning] 'tables_priv' entry 'user mysql.session@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:12.053172Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
oracle_db | 2023-06-07T15:15:12.063720Z 0 [Note] Event Scheduler: Loaded 0 events
oracle_db | 2023-06-07T15:15:12.064078Z 0 [Note] mysqld: ready for connections.
oracle_db | Version: '5.7.22' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
chainmaker-oracle-2 | config is : &{LogCFG:{LogInConsole:true ShowColor:true LogLevel:Info LogPath:./log/system.log} SDKS:[{ChainAlias:chain1_alias ChainId:chain1 ConfigPath:./config_files/sdk-config/sdk_config_chain1.yml Signs:[{UserKeyFilePath:./config_files/crypto-config/wx-org1.chainmaker.org/user/admin1/admin1.tls.key UserCrtFilePath:./config_files/crypto-config/wx-org1.chainmaker.org/user/admin1/admin1.tls.crt UserSignKeyFilePath:./config_files/crypto-config/wx-org1.chainmaker.org/user/admin1/admin1.sign.key UserSignCrtFilePath:./config_files/crypto-config/wx-org1.chainmaker.org/user/admin1/admin1.sign.crt OrgId:} {UserKeyFilePath:./config_files/crypto-config/wx-org2.chainmaker.org/user/admin1/admin1.tls.key UserCrtFilePath:./config_files/crypto-config/wx-org2.chainmaker.org/user/admin1/admin1.tls.crt UserSignKeyFilePath:./config_files/crypto-config/wx-org2.chainmaker.org/user/admin1/admin1.sign.key UserSignCrtFilePath:./config_files/crypto-config/wx-org2.chainmaker.org/user/admin1/admin1.sign.crt OrgId:} {UserKeyFilePath:./config_files/crypto-config/wx-org3.chainmaker.org/user/admin1/admin1.tls.key UserCrtFilePath:./config_files/crypto-config/wx-org3.chainmaker.org/user/admin1/admin1.tls.crt UserSignKeyFilePath:./config_files/crypto-config/wx-org3.chainmaker.org/user/admin1/admin1.sign.key UserSignCrtFilePath:./config_files/crypto-config/wx-org3.chainmaker.org/user/admin1/admin1.sign.crt OrgId:} {UserKeyFilePath:./config_files/crypto-config/wx-org4.chainmaker.org/user/admin1/admin1.tls.key UserCrtFilePath:./config_files/crypto-config/wx-org4.chainmaker.org/user/admin1/admin1.tls.crt UserSignKeyFilePath:./config_files/crypto-config/wx-org4.chainmaker.org/user/admin1/admin1.sign.key UserSignCrtFilePath:./config_files/crypto-config/wx-org4.chainmaker.org/user/admin1/admin1.sign.crt OrgId:}]} {ChainAlias:chain2_alias ChainId:chain2 ConfigPath:./config_files/sdk-config/sdk_config_chain2.yml Signs:[{UserKeyFilePath:./config_files/crypto-config/wx-org1.chainmaker.org/user/admin1/admin1.tls.key UserCrtFilePath:./config_files/crypto-config/wx-org1.chainmaker.org/user/admin1/admin1.tls.crt UserSignKeyFilePath:./config_files/crypto-config/wx-org1.chainmaker.org/user/admin1/admin1.sign.key UserSignCrtFilePath:./config_files/crypto-config/wx-org1.chainmaker.org/user/admin1/admin1.sign.crt OrgId:} {UserKeyFilePath:./config_files/crypto-config/wx-org2.chainmaker.org/user/admin1/admin1.tls.key UserCrtFilePath:./config_files/crypto-config/wx-org2.chainmaker.org/user/admin1/admin1.tls.crt UserSignKeyFilePath:./config_files/crypto-config/wx-org2.chainmaker.org/user/admin1/admin1.sign.key UserSignCrtFilePath:./config_files/crypto-config/wx-org2.chainmaker.org/user/admin1/admin1.sign.crt OrgId:} {UserKeyFilePath:./config_files/crypto-config/wx-org3.chainmaker.org/user/admin1/admin1.tls.key UserCrtFilePath:./config_files/crypto-config/wx-org3.chainmaker.org/user/admin1/admin1.tls.crt UserSignKeyFilePath:./config_files/crypto-config/wx-org3.chainmaker.org/user/admin1/admin1.sign.key UserSignCrtFilePath:./config_files/crypto-config/wx-org3.chainmaker.org/user/admin1/admin1.sign.crt OrgId:} {UserKeyFilePath:./config_files/crypto-config/wx-org4.chainmaker.org/user/admin1/admin1.tls.key UserCrtFilePath:./config_files/crypto-config/wx-org4.chainmaker.org/user/admin1/admin1.tls.crt UserSignKeyFilePath:./config_files/crypto-config/wx-org4.chainmaker.org/user/admin1/admin1.sign.key UserSignCrtFilePath:./config_files/crypto-config/wx-org4.chainmaker.org/user/admin1/admin1.sign.crt OrgId:}]}] WorkCFG:{ProcessorCnts:4 MessageBuffers:1000 FibonacciLimits:2 FibonacciTimeunit:30 ProcessOvertime:55 MonitorContractTime:2 OracleContractName:oracle_contract_v1} OracleMysqlCFG:{UserName:test Password:Wei123Xin@ DbAddress:oracle_db:3306 Database:chain_oracle MaxOpenConns:2 MaxIdleConns:1 MaxIdleSeconds:180 MaxLifeSeconds:1800} DataSourceMysqlCFG:[{DataSource:local UserName:test Password:Wei123Xin@ DbAddress:oracle_db:3306 Database:chain_oracle MaxOpenConns:2 MaxIdleConns:1 MaxIdleSeconds:180 MaxLifeSeconds:1800}] HttpServerCFG:{Port::10123 RunMode:release AdminToken:si!*dfji@12mnku AssistToken:34r53vvllks#231} AlarmSenderType:{Type:dummy} AlarmSenderWeixin:{WebHook:https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=f76267ab-d55f1-43e5-97ed-13b4c86f4b0f} AlarmSenderDingDing:{WebHook:https://oapi.dingtalk.com/robot/send?access_token=bc9111e906b80da62d4b4b18b93808c442877cca032f501ef0fc8c92b7780ecc79 Secret:SEC35dee9db3fdf9835d1e5d2d489c9e74f652fb8213ac694f35bcd16fb0gcc292626}} datasource(local) InitDataSourceDB 2023-06-07 23:15:51.700 [INFO] [SDK] v2@v2.2.1/sdk_cert_manage.go:37 [SDK] begin to query cert, [contract:CERT_MANAGE]/[method:CERTS_QUERY]
chainmaker-oracle-1 | config is : &{LogCFG:{LogInConsole:true ShowColor:true LogLevel:Info LogPath:./log/system.log} SDKS:[{ChainAlias:chain1_alias ChainId:chain1 ConfigPath:./config_files/sdk-config/sdk_config_chain1.yml Signs:[{UserKeyFilePath:./config_files/crypto-config/wx-org1.chainmaker.org/user/admin1/admin1.tls.key UserCrtFilePath:./config_files/crypto-config/wx-org1.chainmaker.org/user/admin1/admin1.tls.crt UserSignKeyFilePath:./config_files/crypto-config/wx-org1.chainmaker.org/user/admin1/admin1.sign.key UserSignCrtFilePath:./config_files/crypto-config/wx-org1.chainmaker.org/user/admin1/admin1.sign.crt OrgId:} {UserKeyFilePath:./config_files/crypto-config/wx-org2.chainmaker.org/user/admin1/admin1.tls.key UserCrtFilePath:./config_files/crypto-config/wx-org2.chainmaker.org/user/admin1/admin1.tls.crt UserSignKeyFilePath:./config_files/crypto-config/wx-org2.chainmaker.org/user/admin1/admin1.sign.key UserSignCrtFilePath:./config_files/crypto-config/wx-org2.chainmaker.org/user/admin1/admin1.sign.crt OrgId:} {UserKeyFilePath:./config_files/crypto-config/wx-org3.chainmaker.org/user/admin1/admin1.tls.key UserCrtFilePath:./config_files/crypto-config/wx-org3.chainmaker.org/user/admin1/admin1.tls.crt UserSignKeyFilePath:./config_files/crypto-config/wx-org3.chainmaker.org/user/admin1/admin1.sign.key UserSignCrtFilePath:./config_files/crypto-config/wx-org3.chainmaker.org/user/admin1/admin1.sign.crt OrgId:} {UserKeyFilePath:./config_files/crypto-config/wx-org4.chainmaker.org/user/admin1/admin1.tls.key UserCrtFilePath:./config_files/crypto-config/wx-org4.chainmaker.org/user/admin1/admin1.tls.crt UserSignKeyFilePath:./config_files/crypto-config/wx-org4.chainmaker.org/user/admin1/admin1.sign.key UserSignCrtFilePath:./config_files/crypto-config/wx-org4.chainmaker.org/user/admin1/admin1.sign.crt OrgId:}]} {ChainAlias:chain2_alias ChainId:chain2 ConfigPath:./config_files/sdk-config/sdk_config_chain2.yml Signs:[{UserKeyFilePath:./config_files/crypto-config/wx-org1.chainmaker.org/user/admin1/admin1.tls.key UserCrtFilePath:./config_files/crypto-config/wx-org1.chainmaker.org/user/admin1/admin1.tls.crt UserSignKeyFilePath:./config_files/crypto-config/wx-org1.chainmaker.org/user/admin1/admin1.sign.key UserSignCrtFilePath:./config_files/crypto-config/wx-org1.chainmaker.org/user/admin1/admin1.sign.crt OrgId:} {UserKeyFilePath:./config_files/crypto-config/wx-org2.chainmaker.org/user/admin1/admin1.tls.key UserCrtFilePath:./config_files/crypto-config/wx-org2.chainmaker.org/user/admin1/admin1.tls.crt UserSignKeyFilePath:./config_files/crypto-config/wx-org2.chainmaker.org/user/admin1/admin1.sign.key UserSignCrtFilePath:./config_files/crypto-config/wx-org2.chainmaker.org/user/admin1/admin1.sign.crt OrgId:} {UserKeyFilePath:./config_files/crypto-config/wx-org3.chainmaker.org/user/admin1/admin1.tls.key UserCrtFilePath:./config_files/crypto-config/wx-org3.chainmaker.org/user/admin1/admin1.tls.crt UserSignKeyFilePath:./config_files/crypto-config/wx-org3.chainmaker.org/user/admin1/admin1.sign.key UserSignCrtFilePath:./config_files/crypto-config/wx-org3.chainmaker.org/user/admin1/admin1.sign.crt OrgId:} {UserKeyFilePath:./config_files/crypto-config/wx-org4.chainmaker.org/user/admin1/admin1.tls.key UserCrtFilePath:./config_files/crypto-config/wx-org4.chainmaker.org/user/admin1/admin1.tls.crt UserSignKeyFilePath:./config_files/crypto-config/wx-org4.chainmaker.org/user/admin1/admin1.sign.key UserSignCrtFilePath:./config_files/crypto-config/wx-org4.chainmaker.org/user/admin1/admin1.sign.crt OrgId:}]}] WorkCFG:{ProcessorCnts:4 MessageBuffers:1000 FibonacciLimits:2 FibonacciTimeunit:30 ProcessOvertime:55 MonitorContractTime:2 OracleContractName:oracle_contract_v1} OracleMysqlCFG:{UserName:test Password:Wei123Xin@ DbAddress:oracle_db:3306 Database:chain_oracle MaxOpenConns:2 MaxIdleConns:1 MaxIdleSeconds:180 MaxLifeSeconds:1800} DataSourceMysqlCFG:[{DataSource:local UserName:test Password:Wei123Xin@ DbAddress:oracle_db:3306 Database:chain_oracle MaxOpenConns:2 MaxIdleConns:1 MaxIdleSeconds:180 MaxLifeSeconds:1800}] HttpServerCFG:{Port::10123 RunMode:release AdminToken:si!*dfji@12mnku AssistToken:34r53vvllks#231} AlarmSenderType:{Type:dummy} AlarmSenderWeixin:{WebHook:https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=f76267ab-d55f1-43e5-97ed-13b4c86f4b0f} AlarmSenderDingDing:{WebHook:https://oapi.dingtalk.com/robot/send?access_token=bc9111e906b80da62d4b4b18b93808c442877cca032f501ef0fc8c92b7780ecc79 Secret:SEC35dee9db3fdf9835d1e5d2d489c9e74f652fb8213ac694f35bcd16fb0gcc292626}} datasource(local) InitDataSourceDB 2023-06-07 23:15:51.707 [INFO] [SDK] v2@v2.2.1/sdk_cert_manage.go:37 [SDK] begin to query cert, [contract:CERT_MANAGE]/[method:CERTS_QUERY]
chainmaker-oracle-2 | 2023-06-07 23:15:51.712 [INFO] [SDK] v2@v2.2.1/sdk_cert_manage.go:68 [SDK] begin to add cert, [contract:CERT_MANAGE]/[method:CERT_ADD]
chainmaker-oracle-1 | 2023-06-07 23:15:51.718 [INFO] [SDK] v2@v2.2.1/sdk_cert_manage.go:68 [SDK] begin to add cert, [contract:CERT_MANAGE]/[method:CERT_ADD]
chainmaker-oracle-2 | 2023-06-07 23:15:51.739 [INFO] [SDK] v2@v2.2.1/sdk_cert_manage.go:37 [SDK] begin to query cert, [contract:CERT_MANAGE]/[method:CERTS_QUERY]
chainmaker-oracle-1 | 2023-06-07 23:15:51.769 [INFO] [SDK] v2@v2.2.1/sdk_cert_manage.go:37 [SDK] begin to query cert, [contract:CERT_MANAGE]/[method:CERTS_QUERY]
chainmaker-oracle-1 | 2023-06-07 23:15:52.814 [INFO] [SDK] v2@v2.2.1/sdk_cert_manage.go:37 [SDK] begin to query cert, [contract:CERT_MANAGE]/[method:CERTS_QUERY]
chainmaker-oracle-2 | 2023-06-07 23:15:52.855 [INFO] [SDK] v2@v2.2.1/sdk_cert_manage.go:37 [SDK] begin to query cert, [contract:CERT_MANAGE]/[method:CERTS_QUERY]
chainmaker-oracle-1 | 2023-06-07 23:15:53.825 [INFO] [SDK] v2@v2.2.1/sdk_cert_manage.go:37 [SDK] begin to query cert, [contract:CERT_MANAGE]/[method:CERTS_QUERY]
chainmaker-oracle-1 | 2023-06-07 23:15:53.836 [INFO] [SDK] v2@v2.2.1/sdk_cert_manage.go:37 [SDK] begin to query cert, [contract:CERT_MANAGE]/[method:CERTS_QUERY]
chainmaker-oracle-1 | 2023-06-07 23:15:53.838 [INFO] [SDK] v2@v2.2.1/sdk_cert_manage.go:68 [SDK] begin to add cert, [contract:CERT_MANAGE]/[method:CERT_ADD]
chainmaker-oracle-1 | 2023-06-07 23:15:53.844 [INFO] [SDK] v2@v2.2.1/sdk_cert_manage.go:37 [SDK] begin to query cert, [contract:CERT_MANAGE]/[method:CERTS_QUERY]
chainmaker-oracle-2 | 2023-06-07 23:15:53.862 [INFO] [SDK] v2@v2.2.1/sdk_cert_manage.go:37 [SDK] begin to query cert, [contract:CERT_MANAGE]/[method:CERTS_QUERY]
chainmaker-oracle-2 | 2023-06-07 23:15:53.877 [INFO] [SDK] v2@v2.2.1/sdk_cert_manage.go:37 [SDK] begin to query cert, [contract:CERT_MANAGE]/[method:CERTS_QUERY]
chainmaker-oracle-2 | 2023-06-07 23:15:53.897 [INFO] [SDK] v2@v2.2.1/sdk_cert_manage.go:68 [SDK] begin to add cert, [contract:CERT_MANAGE]/[method:CERT_ADD]
chainmaker-oracle-2 | 2023-06-07 23:15:53.910 [INFO] [SDK] v2@v2.2.1/sdk_cert_manage.go:37 [SDK] begin to query cert, [contract:CERT_MANAGE]/[method:CERTS_QUERY]
chainmaker-oracle-1 | 2023-06-07 23:15:54.847 [INFO] [SDK] v2@v2.2.1/sdk_cert_manage.go:37 [SDK] begin to query cert, [contract:CERT_MANAGE]/[method:CERTS_QUERY]
chainmaker-oracle-1 | [GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
chainmaker-oracle-1 | - using env: export GIN_MODE=release
chainmaker-oracle-1 | - using code: gin.SetMode(gin.ReleaseMode)
chainmaker-oracle-1 |
chainmaker-oracle-1 | 2023-06-07 23:15:54.856 [INFO] [HttpServer] http_server_process/server.go:55 http service start , port :10123
chainmaker-oracle-2 | 2023-06-07 23:15:54.926 [INFO] [SDK] v2@v2.2.1/sdk_cert_manage.go:37 [SDK] begin to query cert, [contract:CERT_MANAGE]/[method:CERTS_QUERY]
chainmaker-oracle-2 | [GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
chainmaker-oracle-2 | - using env: export GIN_MODE=release
chainmaker-oracle-2 | - using code: gin.SetMode(gin.ReleaseMode)
chainmaker-oracle-2 |
chainmaker-oracle-2 | 2023-06-07 23:15:54.931 [INFO] [HttpServer] http_server_process/server.go:55 http service start , port :10123
chainmaker-oracle-1 | 2023-06-07 23:17:24.100 [ERROR] [Oracle] contract_process/contract_processor.go:159 SendContractManageRequest err, get sync result failed, get tx by txId [1766696f3ccabeaccaf73a77c248df3df088685989cf4dbb9fd27d2325c60119] failed, QUERY_CONTRACT failed, txStatusCode:4, resultCode:1, contractName[CHAIN_QUERY] method[GET_TX_BY_TX_ID] txType[QUERY_CONTRACT], no such transaction, chainId:chain1
chainmaker-oracle-1 | 2023-06-07 23:17:24.101 [ERROR] [Oracle] contract_process/contract_processor.go:393 DeployAndUpdateDB chain error (get sync result failed, get tx by txId [1766696f3ccabeaccaf73a77c248df3df088685989cf4dbb9fd27d2325c60119] failed, QUERY_CONTRACT failed, txStatusCode:4, resultCode:1, contractName[CHAIN_QUERY] method[GET_TX_BY_TX_ID] txType[QUERY_CONTRACT], no such transaction, chainId:chain1)
chainmaker-oracle-1 | 2023-06-07 23:17:24.101 [ERROR] [Oracle] contract_process/contract_processor.go:84 DeployContractAndSubScribe DeployContract err(get sync result failed, get tx by txId [1766696f3ccabeaccaf73a77c248df3df088685989cf4dbb9fd27d2325c60119] failed, QUERY_CONTRACT failed, txStatusCode:4, resultCode:1, contractName[CHAIN_QUERY] method[GET_TX_BY_TX_ID] txType[QUERY_CONTRACT], no such transaction, chainId:chain1), chainAlias(chain1_alias) , contractName(oracle_contract_v1), version(1), byteCodeStringOrFilePath(./contract_files/chain1_alias/oracle_contract_v1/1/oracle_contract_v1.7z), runtimeType(6)
chainmaker-oracle-1 | 2023-06-07 23:17:54.127 [INFO] [Oracle] contract_process/event_processor.go:250 WatchCronJobs scheduled at(2023-06-07 23:17:54.113330217 +0800 CST m=+173.091730822), JobType(ContractWatch), chainAlias(), RequestId(),TxId(),EntryId(1)
chainmaker-oracle-2 | 2023-06-07 23:17:54.129 [INFO] [Oracle] contract_process/event_processor.go:250 WatchCronJobs scheduled at(2023-06-07 23:17:54.102918099 +0800 CST m=+173.081785755), JobType(ContractWatch), chainAlias(), RequestId(),TxId(),EntryId(1)
chainmaker-oracle-1 | 2023-06-07 23:19:54.113 [INFO] [Oracle] contract_process/event_processor.go:250 WatchCronJobs scheduled at(2023-06-07 23:19:54.106769904 +0800 CST m=+293.085170486), JobType(ContractWatch), chainAlias(), RequestId(),TxId(),EntryId(1)
chainmaker-oracle-2 | 2023-06-07 23:19:54.110 [INFO] [Oracle] contract_process/event_processor.go:250 WatchCronJobs scheduled at(2023-06-07 23:19:54.106769818 +0800 CST m=+293.085637436), JobType(ContractWatch), chainAlias(), RequestId(),TxId(),EntryId(1)
chainmaker-oracle-1 | 2023-06-07 23:20:28.694 [ERROR] [Oracle] contract_process/contract_processor.go:165 CheckProposalRequestResp err , resp is : code:CONTRACT_FAIL contract_result:<code:1 message:"contract exist" > tx_id:"1766699b12e5581eca56921c1c551c7893dfe93364c043f48cdafd32bf691919"
chainmaker-oracle-1 | 2023-06-07 23:20:28.695 [ERROR] [Oracle] contract_process/contract_processor.go:393 DeployAndUpdateDB chain error (resp is : code:CONTRACT_FAIL contract_result:<code:1 message:"contract exist" > tx_id:"1766699b12e5581eca56921c1c551c7893dfe93364c043f48cdafd32bf691919" )
chainmaker-oracle-1 | 2023-06-07 23:20:28.696 [ERROR] [Oracle] contract_process/contract_processor.go:84 DeployContractAndSubScribe DeployContract err(resp is : code:CONTRACT_FAIL contract_result:<code:1 message:"contract exist" > tx_id:"1766699b12e5581eca56921c1c551c7893dfe93364c043f48cdafd32bf691919" ), chainAlias(chain1_alias) , contractName(oracle_contract_v1), version(1), byteCodeStringOrFilePath(./contract_files/chain1_alias/oracle_contract_v1/1/oracle_contract_v1.7z), runtimeType(6)`
> chainmaker-go 的 log/system.log & bin/panic.log file *
>
`[root@docker_node log]# grep "fail" ./
grep: ./: 是一个目录
[root@docker_node log]# grep "fail" ./*
./system.log:2023-06-07 23:17:29.847 [WARN] [Consensus] @chain1 v2@v2.3.2/consensus_tbft_impl.go:827 [QmUji6nc6SiHfpbvsUQwomRPE5L7LCkLwup8xEw9Wu3SHS](3/3/PROPOSE) receive verify result failed, (3/8eb4eecec5ecd691072807bc0c0253df40854f394981f048728af790357ebdf3) SUCCESS
./system.log:2023-06-07 23:20:26.920 [ERROR] [Core] @chain1 scheduler/scheduler.go:615 failed to run vm for tx id:1766699b12e5581eca56921c1c551c7893dfe93364c043f48cdafd32bf691919,contractName:CONTRACT_MANAGE, tx result:code:CONTRACT_FAIL contract_result:<code:1 message:"contract exist" > , error:contract exist
./system.log:2023-06-07 23:20:27.750 [ERROR] [Core] @chain1 scheduler/scheduler.go:615 failed to run vm for tx id:1766699b12e5581eca56921c1c551c7893dfe93364c043f48cdafd32bf691919,contractName:CONTRACT_MANAGE, tx result:code:CONTRACT_FAIL contract_result:<code:1 message:"contract exist" > , error:contract exist
匹配到二进制文件 ./system.log.2023060722
./system.log.2023060723:2023-06-07 23:17:29.847 [WARN] [Consensus] @chain1 v2@v2.3.2/consensus_tbft_impl.go:827 [QmUji6nc6SiHfpbvsUQwomRPE5L7LCkLwup8xEw9Wu3SHS](3/3/PROPOSE) receive verify result failed, (3/8eb4eecec5ecd691072807bc0c0253df40854f394981f048728af790357ebdf3) SUCCESS
./system.log.2023060723:2023-06-07 23:20:26.920 [ERROR] [Core] @chain1 scheduler/scheduler.go:615 failed to run vm for tx id:1766699b12e5581eca56921c1c551c7893dfe93364c043f48cdafd32bf691919,contractName:CONTRACT_MANAGE, tx result:code:CONTRACT_FAIL contract_result:<code:1 message:"contract exist" > , error:contract exist
./system.log.2023060723:2023-06-07 23:20:27.750 [ERROR] [Core] @chain1 scheduler/scheduler.go:615 failed to run vm for tx id:1766699b12e5581eca56921c1c551c7893dfe93364c043f48cdafd32bf691919,contractName:CONTRACT_MANAGE, tx result:code:CONTRACT_FAIL contract_result:<code:1 message:"contract exist" > , error:contract exist
grep: ./wx-org1.chainmaker.org: 是一个目录`
`[root@docker_node log]# grep "ERROR" ./*
./system.log:2023-06-07 23:20:26.920 [ERROR] [Core] @chain1 scheduler/scheduler.go:615 failed to run vm for tx id:1766699b12e5581eca56921c1c551c7893dfe93364c043f48cdafd32bf691919,contractName:CONTRACT_MANAGE, tx result:code:CONTRACT_FAIL contract_result:<code:1 message:"contract exist" > , error:contract exist
./system.log:2023-06-07 23:20:27.750 [ERROR] [Core] @chain1 scheduler/scheduler.go:615 failed to run vm for tx id:1766699b12e5581eca56921c1c551c7893dfe93364c043f48cdafd32bf691919,contractName:CONTRACT_MANAGE, tx result:code:CONTRACT_FAIL contract_result:<code:1 message:"contract exist" > , error:contract exist
./system.log.2023060723:2023-06-07 23:20:26.920 [ERROR] [Core] @chain1 scheduler/scheduler.go:615 failed to run vm for tx id:1766699b12e5581eca56921c1c551c7893dfe93364c043f48cdafd32bf691919,contractName:CONTRACT_MANAGE, tx result:code:CONTRACT_FAIL contract_result:<code:1 message:"contract exist" > , error:contract exist
./system.log.2023060723:2023-06-07 23:20:27.750 [ERROR] [Core] @chain1 scheduler/scheduler.go:615 failed to run vm for tx id:1766699b12e5581eca56921c1c551c7893dfe93364c043f48cdafd32bf691919,contractName:CONTRACT_MANAGE, tx result:code:CONTRACT_FAIL contract_result:<code:1 message:"contract exist" > , error:contract exist`
SDK 的 sdk.log file
【系统信息】(请填写系统信息,方便定位问题)
- **chainmaker-go version * : v2.3.1
- OS & version * :
- docker镜像 version:
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information