webapp-hardware-bridge icon indicating copy to clipboard operation
webapp-hardware-bridge copied to clipboard

Unable to start the print application

Open test4srg opened this issue 3 years ago • 1 comments

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?

test4srg avatar Dec 14 '21 09:12 test4srg

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.

WKnak avatar Dec 14 '21 16:12 WKnak