ma wrote:When you launch OpenEMM do you have an error report in log file openemm_stdout.log?
No. There are the following log files in /home/openemm/var/log:
Code: Select all
/home/openemm/var/log$ ls -l
total 80
-rw-r--r-- 1 openemm openemm 104 2010-02-03 17:11 20100203-extbounce.log
-rw-r--r-- 1 openemm openemm 51 2010-02-03 17:10 20100203-tolc-bavd.log
-rw-r--r-- 1 openemm openemm 54 2010-02-03 17:10 20100203-tolc-bav-trigger.log
-rw-r--r-- 1 openemm openemm 14227 2010-02-03 23:58 20100203-tolc-bav-update.log
-rw-r--r-- 1 openemm openemm 151 2010-02-03 23:11 20100203-tolc-pickdist.log
-rw-r--r-- 1 openemm openemm 173 2010-02-03 17:10 20100203-tolc-recovery.log
-rw-r--r-- 1 openemm openemm 151 2010-02-03 23:10 20100203-tolc-slrtscn.log
-rw-r--r-- 1 openemm openemm 419 2010-02-03 23:12 20100203-tolc-update.log
-rw-r--r-- 1 openemm openemm 18156 2010-02-04 08:52 20100204-tolc-bav-update.log
-rw-r--r-- 1 openemm openemm 150 2010-02-04 08:11 20100204-tolc-pickdist.log
-rw-r--r-- 1 openemm openemm 150 2010-02-04 08:10 20100204-tolc-slrtscn.log
-rw-r--r-- 1 openemm openemm 150 2010-02-04 08:13 20100204-tolc-update.log
-rw-r--r-- 1 openemm openemm 3375 2010-02-03 22:47 velocity.log
I have noticed the following repeating error in the bav-update.log
Code: Select all
[04.02.2010 08:52:20] 8503 ERROR/data: Unable to read virtusertable (2, 'No such file or directory')
[04.02.2010 08:55:20] 8503 ERROR/data: Unable to read virtusertable (2, 'No such file or directory')
And in velocity.log is the following:
Code: Select all
2010-02-03 22:47:04,262 - SimpleLog4JLogSystem initialized using logfile '/home/openemm/var/log/velocity.log'
2010-02-03 22:47:04,262 - **************************************************************
2010-02-03 22:47:04,262 - Starting Jakarta Velocity v1.4
2010-02-03 22:47:04,262 - RuntimeInstance initializing.
2010-02-03 22:47:04,262 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
2010-02-03 22:47:04,262 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogSystem
2010-02-03 22:47:04,262 - Couldn't find class org.apache.velocity.runtime.log.AvalonLogSystem or necessary supporting classes in classpath. Exception : java.lang.NoClassDefFoundError: org/apache/log/format/Formatter
2010-02-03 22:47:04,263 - Trying to use logger class org.apache.velocity.runtime.log.SimpleLog4JLogSystem
2010-02-03 22:47:04,263 - Using logger class org.apache.velocity.runtime.log.SimpleLog4JLogSystem
2010-02-03 22:47:04,270 - Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
2010-02-03 22:47:04,278 - Resource Loader Instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2010-02-03 22:47:04,278 - FileResourceLoader : initialization starting.
2010-02-03 22:47:04,278 - FileResourceLoader : adding path '.'
2010-02-03 22:47:04,278 - FileResourceLoader : initialization complete.
2010-02-03 22:47:04,283 - ResourceCache : initialized. (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
2010-02-03 22:47:04,283 - Default ResourceManager initialization complete.
2010-02-03 22:47:04,286 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2010-02-03 22:47:04,291 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2010-02-03 22:47:04,298 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2010-02-03 22:47:04,316 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2010-02-03 22:47:04,319 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2010-02-03 22:47:04,387 - Created: 20 parsers.
2010-02-03 22:47:04,407 - Velocimacro : initialization starting.
2010-02-03 22:47:04,407 - Velocimacro : adding VMs from VM library template : VM_global_library.vm
2010-02-03 22:47:04,415 - ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader.
2010-02-03 22:47:04,416 - Velocimacro : error using VM library template VM_global_library.vm : org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'VM_global_library.vm'
2010-02-03 22:47:04,416 - Velocimacro : VM library template macro registration complete.
2010-02-03 22:47:04,416 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2010-02-03 22:47:04,416 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2010-02-03 22:47:04,416 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2010-02-03 22:47:04,416 - Velocimacro : messages on : VM system will output logging messages
2010-02-03 22:47:04,416 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2010-02-03 22:47:04,416 - Velocimacro : initialization complete.
2010-02-03 22:47:04,416 - Velocity successfully started.
Do these help?