stegal-bh opened a new issue, #1662: URL: https://github.com/apache/plc4x/issues/1662
### What happened? I wanted to run plc4x-opcua-server jar file, but I'm getting the following error: ``` SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. ``` JDK version: "17.0.9" 2023-10-17 LTS Maven version: Apache Maven 3.9.7 My steps performed: 1. Download release v0.12.0 version [link to v0.12.0](https://github.com/apache/plc4x/tree/v0.12.0) 2. Go to the **opcua-server** folder (_plc4j\tools\opcua-server_) 3. Perform `mvn package` command 4. Go to the **plc4x-opcua-server-0.12.0-uber-jar.jar** package at _plc4j\tools\opcua-server\target_ folder 5. Perform `java -jar plc4x-opcua-server-0.12.0-uber-jar.jar -c config.yml -i` command 6. I'm getting error  ### Version v.0.12.0 ### Programming Languages - [X] plc4j - [ ] plc4go - [ ] plc4c - [ ] plc4net ### Protocols - [ ] AB-Ethernet - [ ] ADS /AMS - [ ] BACnet/IP - [ ] CANopen - [ ] DeltaV - [ ] DF1 - [ ] EtherNet/IP - [ ] Firmata - [ ] KNXnet/IP - [ ] Modbus - [ ] OPC-UA - [ ] S7 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
