Toni Popovic
Forum Replies Created
-
Thanks Bryson for your input. I agree with everything you said. One question though. Can I apply timecode offset from the Worker Node? I ended up doing a .avi -> .mov conversion and changed the timecode with ffmpeg, but I am always curious about new methods.
Best,
Toni -
Thanks for the quick reply Bryson.
This is what I thought as well. We’ve been doing it externally in ffmpeg so far like you suggested. Doing it manually in CatDV is sometimes nice for quick fixes, but it’s not generally an option for us.
Best,
Toni Popovic -
Toni Popovic
September 5, 2013 at 1:06 pm in reply to: How customize the logo top left side on Simple Web Client?Is it JPG, PNG or GIF and size 50×35 pixels or smaller? Have you tried restarting Tomcat? Is the logo working in the regular web client?
Best,
Toni Popovic -
So it is possible to set the timecode from an XML sidecar file? I have tried to do this multiple times with .MOV or .MP4 videos that have a timecode of 0:00:00.00 to begin with. I edited an exported CatDV XML file by changing the in and out fields 10 seconds forward:
After saving and importing the same video file again it has the same 0:00:00:00 timecode as opposed to 0:00:10.00.
I use 9.0.6 in Windows. Is this a bug or is it supposed to be like that?
Best,
Toni Popovic -
Why don’t you just disable delete and move altogether from preferences->file system menu? Did I miss something? Granted this does not allow to enable and disable it for different users but it might help. You could also place different users in different product groups so you can have different preferences (with move+delete enabled/disabled).
-
Nevermind the previous question. I forgot about the catdv webapp XML file where the path is set.
Best,
Toni Popovic -
Thanks for the replies guys. I will test your suggestion John when I get the chance.
Just to be clear about the .properties path for Tomcat machine: what path for Windows environment or is it hard coded at all? If it is not hard coded how can I choose the path to use?
Best,
Toni Popovic -
Thanks John and Rolf for the help. The lib folder was in the wrong directory and everything works fine after I moved it to WEB-INF.
Best,
Toni Popovic -
Hey Rolf,
Here is some additional information from Tomcat logs:Tomcat stderr:
2013-04-19 15:21:24 Commons Daemon procrun stderr initialized
huhti 19, 2013 3:21:25 IP. org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:Program FilesApache Software FoundationTomcat 7.0bin;C:WindowsSunJavabin;C:Windowssystem32;C:Windows;C:Program Files (x86)AMD APPbinx86_64;C:Program Files (x86)AMD APPbinx86;C:Program Files (x86)Xugglebin;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:Program Files (x86)ATI TechnologiesATI.ACECore-Static;c:Program Files (x86)Microsoft SQL Server90Toolsbinn;C:Program Files (x86)MySQLMySQL Server 5.5bin;C:Program FilesJavajdk1.7.0bin;C:Program Files (x86)QuickTimeQTSystem;;.
huhti 19, 2013 3:21:25 IP. org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
huhti 19, 2013 3:21:25 IP. org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8443"]
huhti 19, 2013 3:21:25 IP. org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 628 ms
huhti 19, 2013 3:21:25 IP. org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
huhti 19, 2013 3:21:25 IP. org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.22
huhti 19, 2013 3:21:25 IP. org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive websamples.war
huhti 19, 2013 3:21:25 IP. org.apache.catalina.startup.SetContextPropertiesRule begin
WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug' to '1' did not find a matching property.
huhti 19, 2013 3:21:25 IP. org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory catdv2
huhti 19, 2013 3:21:26 IP. org.apache.catalina.core.StandardContext startInternal
SEVERE: Error listenerStart
huhti 19, 2013 3:21:26 IP. org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [/catdv2] startup failed due to previous errors
huhti 19, 2013 3:21:26 IP. org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory manager
huhti 19, 2013 3:21:26 IP. org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
huhti 19, 2013 3:21:26 IP. org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8443"]
huhti 19, 2013 3:21:26 IP. org.apache.catalina.startup.Catalina start
INFO: Server startup in 385 msLocalhost:
huhti 19, 2013 3:21:25 IP. org.apache.catalina.core.ApplicationContext log
INFO: Marking servlet cgi as unavailable
huhti 19, 2013 3:21:25 IP. org.apache.catalina.core.StandardContext loadOnStartup
SEVERE: Servlet /websamples threw load() exception
java.lang.SecurityException: Restricted class org.apache.catalina.servlets.CGIServlet
at org.apache.catalina.core.DefaultInstanceManager.checkAccess(DefaultInstanceManager.java:546)
at org.apache.catalina.core.DefaultInstanceManager.checkAccess(DefaultInstanceManager.java:537)
at org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:509)
at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:126)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1099)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1043)
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4957)
at org.apache.catalina.core.StandardContext$3.call(StandardContext.java:5284)
at org.apache.catalina.core.StandardContext$3.call(StandardContext.java:5279)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)huhti 19, 2013 3:21:26 IP. org.apache.catalina.core.StandardContext listenerStart
SEVERE: Error configuring application listener of class squarebox.catdv.web.services.SessionManager
java.lang.ClassNotFoundException: squarebox.catdv.web.services.SessionManager
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1678)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1523)
at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:525)
at org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:507)
at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:126)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4660)
at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5226)
at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5221)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)huhti 19, 2013 3:21:26 IP. org.apache.catalina.core.StandardContext listenerStart
SEVERE: Error configuring application listener of class squarebox.catdv.restapi.SessionManager
java.lang.ClassNotFoundException: squarebox.catdv.restapi.SessionManager
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1678)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1523)
at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:525)
at org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:507)
at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:126)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4660)
at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5226)
at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5221)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)huhti 19, 2013 3:21:26 IP. org.apache.catalina.core.StandardContext listenerStart
SEVERE: Skipped installing application listeners due to previous error(s)Everything works fine with the old catdv2 directory, which I made a backup of before upgrading. As soon as I put the new webapp in place this happens. I hope this helps if it is a software bug.
Kind regards,
Toni Popovic -
I tested umpacking the catdv2.war manually, copying the entire lib folder from the CatDV server folder to the tomcatpath\webapps\catdv2 directory, but it did not help. The Tomcat manager still says: FAIL – Application at context path /catdv2 could not be started. Should I copy only the contents or the entire folder?
Any further ideas? There’s also a lib directory in the tomcatpath. Should I copy the CatDV Server lib contents there?
BR,
Toni Popovic