Apologies for the size of this post. I'm trying to install Turbine on a W2000 Pro workstation. I have successfully installed mySQL - at least I can run all the tests.
After installing the TDK, I configured the newapp\WEB-INF\build\build.properties file with the user and password for mySQL. I then ran 'ant init' from that same directory. This process begins but quickly crashes with java errors. I have included the errors below and the text from the velocity.log file. So far, I've tried the install three times from scratch and it fails at the same point with the same errors each time. Can anyone tell me what's going on? TIA Eric turbine-sql: [echo] +------------------------------------------+ [echo] | | [echo] | Generating SQL for Turbine base system! | [echo] | | [echo] +------------------------------------------+ [torque-sql] PANIC : Error configuring AvalonLogSystem : java.lang.NullPointerEx ception [torque-sql] PANIC : Error configuring AvalonLogSystem : java.lang.NullPointerEx ception [torque-sql] java.lang.NullPointerException [torque-sql] java.lang.NullPointerException [torque-sql] void org.apache.velocity.runtime.log.AvalonLogSystem.logVelocity Message(int, java.lang.String) [torque-sql] void org.apache.velocity.runtime.Runtime.log(int, java.lang.Obje ct) [torque-sql] void org.apache.velocity.runtime.Runtime.dumpPendingMessages() [torque-sql] void org.apache.velocity.runtime.Runtime.initializeLogger() [torque-sql] void org.apache.velocity.runtime.Runtime.init() [torque-sql] void org.apache.velocity.app.Velocity.init() [torque-sql] void org.apache.velocity.texen.ant.TexenTask.execute() [torque-sql] void org.apache.tools.ant.UnknownElement.execute() [torque-sql] void org.apache.tools.ant.Task.perform() [torque-sql] void org.apache.tools.ant.Target.execute() [torque-sql] void org.apache.tools.ant.Target.performTasks() [torque-sql] void org.apache.tools.ant.Project.executeTarget(java.lang.String ) [torque-sql] void org.apache.tools.ant.taskdefs.Ant.execute() [torque-sql] void org.apache.tools.ant.taskdefs.CallTarget.execute() [torque-sql] void org.apache.tools.ant.Task.perform() [torque-sql] void org.apache.tools.ant.Target.execute() [torque-sql] void org.apache.tools.ant.Target.performTasks() [torque-sql] void org.apache.tools.ant.Project.executeTarget(java.lang.String ) [torque-sql] void org.apache.tools.ant.Project.executeTargets(java.util.Vecto r) [torque-sql] void org.apache.tools.ant.Main.runBuild(java.lang.ClassLoader) [torque-sql] void org.apache.tools.ant.Main.start(java.lang.String[], java.ut il.Properties, java.lang.ClassLoader) [torque-sql] void org.apache.tools.ant.Main.main(java.lang.String[]) [torque-sql] D:\turbine\tdk\webapps\newapp\WEB-INF\src\sql\turbine-schema.sql BUILD FAILED D:\turbine\tdk\webapps\newapp\WEB-INF\build\build.xml:207: Generation failed. Fo r more information consult the velocity log. Velocity.log Tue Mar 26 20:59:15 MST 2002 AvalonLogSystem initialized using logfile D:\turbine\tdk\webapps\newapp\WEB-INF\build\velocity.log Tue Mar 26 20:59:15 MST 2002 [info] [info] Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties Tue Mar 26 20:59:15 MST 2002 [info] Resource Loader Instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader Tue Mar 26 20:59:15 MST 2002 [info] FileResourceLoader : initialization starting. Tue Mar 26 20:59:15 MST 2002 [info] FileResourceLoader : adding path 'D:\turbine\tdk\webapps\newapp\WEB-INF\build\bin\torque\templates' Tue Mar 26 20:59:15 MST 2002 [info] FileResourceLoader : initialization complete. Tue Mar 26 20:59:15 MST 2002 [info] Loaded Pluggable Directive: org.apache.velocity.runtime.directive.Literal Tue Mar 26 20:59:15 MST 2002 [info] Loaded Pluggable Directive: org.apache.velocity.runtime.directive.Macro Tue Mar 26 20:59:15 MST 2002 [info] Loaded Pluggable Directive: org.apache.velocity.runtime.directive.Parse Tue Mar 26 20:59:15 MST 2002 [info] Loaded Pluggable Directive: org.apache.velocity.runtime.directive.Include Tue Mar 26 20:59:15 MST 2002 [info] Loaded Pluggable Directive: org.apache.velocity.runtime.directive.Foreach Tue Mar 26 20:59:15 MST 2002 [info] Created: 20 parsers. Tue Mar 26 20:59:15 MST 2002 [info] Velocimacro : initialization starting. Tue Mar 26 20:59:15 MST 2002 [info] Velocimacro : adding VMs from VM library template : VM_global_library.vm Tue Mar 26 20:59:15 MST 2002 [error] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader. Tue Mar 26 20:59:15 MST 2002 [info] Velocimacro : error using VM library template VM_global_library.vm : org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'VM_global_library.vm' Tue Mar 26 20:59:15 MST 2002 [info] Velocimacro : allowInline = true : VMs can be defined inline in templates Tue Mar 26 20:59:15 MST 2002 [info] Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions Tue Mar 26 20:59:15 MST 2002 [info] Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. Tue Mar 26 20:59:15 MST 2002 [info] Velocimacro : messages on : VM system will output logging messages Tue Mar 26 20:59:15 MST 2002 [info] Velocimacro : initialization complete. Tue Mar 26 20:59:15 MST 2002 [info] Velocity successfully started. Tue Mar 26 20:59:16 MST 2002 [info] ResourceManager : found sql/db-init/Control.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader Tue Mar 26 20:59:16 MST 2002 [info] ResourceManager : found sql/db-init/mysql/windows.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
