Daniel Moser

Results 8 comments of Daniel Moser

Same problem here... open62541 1.3 and Ubuntu 22.04 It works fine in Ubuntu 20.04

@shaohuazhang1 , did you try `apt install openssl` on ubuntu 20.04? It worked for me. Alternatively, `apt install libmbedtls-dev` to use TLS library. That lib works on 22.04

@shaohuazhang1 , when compiling open62541 be sure that you have these options enabled: `cmake .. -DUA_ENABLE_ENCRYPTION=ON -DBUILD_SHARED_LIBS=ON -DMBEDTLS_INCLUDE_DIRS=/usr/include/mbedtls`

Folks, current master branch compiled here after `apt install libssl-dev openssl` on Ubuntu 22.04. Build option: `-DUA_ENABLE_ENCRYPTION=OPENSSL` Thanks!!

I'm having the same issue here... NB 12.6, JDK 1.8

I've downgraded to NB 12.5, and the issue was fixed! In my case, it's likely related to https://issues.apache.org/jira/browse/NETBEANS-6349

Folks, FYI `server-custom-object.py` is working good as of today. However, I'm in trouble running `server-custom-structures-before-1.04.py`... The problem occurs at `server.load_type_definitions()`. It does not recognize the struct defined in the `DataTypeDictionaryBuilder`....

> server-create-custom-structures.py The asyncua example `server-custom-structures-amd-enums.py` is working nicely!