jVDR
titel
Get jVDR at SourceForge.net. Fast, secure and Free Open Source software downloads
Startseite

3  3.4  Running jVDR

3.4

Running jVDR

Start jVDR by executing the jar File: java -jar jvdr-<version>.jar or executing the script jvdr.sh. If you are using the script, you hava to modify the directory!

The first time doing this you probably get a error loke this:

Listing:

11:11:13,440 [FATAL] Directory /tmp/vdr not found!
11:11:13,440 [FATAL] Please create it manually or edit your configuration.
11:11:13,441 [FATAL] Application will be shut down!

The tmp directory does not exist. Of course, it's easy to create directories automaticly, but we want you to create this manually ( mkdir /tmp/vdr), thus you know, that there is such directory! A successfull start of jVDR would look like this:

Listing:

11:16:39,625 [ INFO] Jvdr-42: Initializing CacheUpdater ...
11:16:39,638 [ INFO] Jvdr-53: Initializing Hibernate ...
11:16:40,421 [ INFO] VdrCacheUpdater-63: Updating Channels
11:16:40,559 [ INFO] VdrCacheUpdater-76: Updating Channel Epg
11:16:41,265 [ INFO] Jvdr-64: Initializing PodcastEncoder ...
11:16:41,901 [ INFO] PodcastEncodingDispatcher-57: Creating 2 ffmpeg encoder
11:16:41,908 [ INFO] Jvdr-72: Initializing ShutdownHook ...
11:16:41,996 [ INFO] VdrCacheUpdater-50: Updating Timer
11:16:42,052 [ WARN] VdrCacheUpdater-55: No Timer defined.
11:16:42,063 [ INFO] Slf4jLog-67: Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
11:16:42,206 [ INFO] Slf4jLog-67: jetty-6.1.16
11:16:42,242 [ INFO] JvdrContextListener-32: Servlet Context initialized. Now adding Objects to context.
11:16:42,256 [ INFO] Slf4jLog-67: Started SocketConnector@0.0.0.0:44044

Now you can conntect with your web browser to http://host:port/jvdr.