You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried running the included Dockerfile and got this error:
% docker build -t photon .
% docker run --rm -v ./IMF/:/IMF photon IMPAnalyzer /IMF/colorbars
Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory
at com.netflix.imflibrary.app.IMPAnalyzer.<clinit>(IMPAnalyzer.java:55)
Caused by: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory
at java.net.URLClassLoader.findClass(URLClassLoader.java:387)
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
... 1 more
I'm not a java developer so I don't know the implications of this, but I fixed it by adding slf4j-simple as a dependency: llamafilm@41015cf
The text was updated successfully, but these errors were encountered:
I tried running the included Dockerfile and got this error:
I'm not a java developer so I don't know the implications of this, but I fixed it by adding
slf4j-simple
as a dependency: llamafilm@41015cfThe text was updated successfully, but these errors were encountered: