imTigger / webapp-hardware-bridge

Silent print and serial ports for web!
MIT License
135 stars 71 forks source link

Unable to start the print application #42

Open test4srg opened 2 years ago

test4srg commented 2 years ago

I created the jar using intellij, created the executable using NSIS. While starting the application getting the below error.

C:\WebApp_Hardware_Bridge>C:\WebApp_Hardware_Bridge\jre\bin\java -cp webapp-hardware-bridge.jar tigerworkshop.webapphardwarebridge.Server SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

Any idea why this could be happening?

WKnak commented 2 years ago

I think can be related to the Log4J upgrade. Take a look at the manifest.mf file, check if the Log4J versions were also upgraded there.