enuoCM
enuoCM
I found a solution. use FileNamePattern: **"%d{yyyy.MM.dd, " + TimeZone.getDefault().getID() + "}"**
Hi, How about the Channel.Receive, it will be canceled automatically after the workflow timeout?
> > > > 你看上图我的规划路由 A 本来应该访问到 B,但是会访问到了 C D E 感觉像是 host 没匹配到。 我尝试过 指定service 的 host、router 的host,以及他们的优先级都没有解决 2.14 中的错乱。 > > 经过上述操作后,我回滚2.13.1后就恢复正常了。 Hi, 你配置的上游服务是不是有http,也有https?我们使用2.14.1这个版本,如果上游有http和https的话,就100%重现路由乱匹配的问题。
I put it in the Data Layer, and defined an interface in the Domain Layer. https://github.com/enuoCM/DE-MVP-Clean/blob/master/app/src/main/java/com/xixicm/de/data/storage/pref/Preferences.java
Here is the trace log: code version: commit 4783098308da2b76c600c31c716d36eeedc95478 ``` root@5a94daac9bfa:/kevin/occlum/demos/runtime_boot# OCCLUM_LOG_LEVEL=trace ./build_content.sh /kevin/occlum/demos/bash /kevin/occlum/demos/runtime_boot /kevin/occlum/demos/bash/occlum_instance initialized as an Occlum instance [2023-09-13T09:28:55Z DEBUG copy_bom::util] the loader of /opt/occlum/toolchains/bash/glibc/bash is /lib64/ld-linux-x86-64.so.2....
> Hi, @enuoCM! It appears that the intel-sgx-sdk you have installed is conflicting with Occlum (0.29.7). Did you encounter this bug while using our development Docker image? You can fetch...
@ClawSeven After I changed the `resource_limits.kernel_space_stack_size` setting of build_and_gen_rootfs from 16MB to 8MB, this issue `[ERROR] occlum-pal: Failed to create enclave with error code 0x2009: Invalid enclave metadata. (line 152,...
@qzheng527 Thanks. Corrected the pccs _url to https://sgx-dcap-server.cn-shanghai.aliyuncs.com/sgx/certification/v3/, Now the error changes to(ran two times): ``` [2023-09-22T05:23:12.386Z][ERROR][T2][#125][···Ioctl] Init dcap quote generator return SGX_SUCCESS. [2023-09-22T05:23:12.386Z][ERROR][T2][#125][···Ioctl] DCAP quote qe3_ret SGX_QL_PLATFORM_UNKNOWN [2023-09-22T05:23:12.386Z][ERROR][T2][#125][···Ioctl] EIO...
@qzheng527 I'm not using the ECS in Aliyun, it's a local device. After changed the cache mode of my local PCCS from REQ to LAZY, this demo seems work: ```...
> @enuoCM `But all the IDs and SVNs are zero, is this normal?` It was correct default values. You could modify the items' values in Occlum.json->"metadata" part to what you...