Nobody has responded to my posts yet, but I've made some progress none the less ;>}
I've been trying to bring up TDK.
Summary
Followed all installation docs, still had problems
a) I had failed to provide classpath to MySQL JDBC driver [FIXED]
b) I made a turbine app using newapp.bat
c) Got an error on init, unable to find path to log files turbine.log and
webmacro.log
- creating the file in the proper place didn't help
- the path from TurbineResources.properties didn't work
logfile= ./webapps/turbinex1/logs/turbine.log
- the path from WebMacro.properties didn't work
LogFile = ./webapps/turbinex1/logs/webmacro.log
d)I fixed this by providing an explicit path to the log files, ie:
LogFile = c:/jakarta/jakarta-tomcat/webapps/turbinex1/logs/webmacro.log
logFile = c:/jakarta/jakarta-tomcat/webapps/turbinex1/logs/turbine.log
- Obviously these were minor errors or I wouldn't have been able to fix them.
I see the default .properties file has been changed to have no log file,
right ?
I presume this would fix this problem.
e) Finally, I saw the default TurbineResources.properties file had been changed to:
screen.homepage=Login
from
screen.homepage=WebMacroSiteScreen
The new setting using the Login screen fails for me, here's the page I get:
>This is a simple WebMacro top navigation template that is just straight html
>Error
>This is a simple WebMacro bottom navigation template that is just straight html
No errors show up in turbine.log, but there is this warning:
[Fri Sep 08 11:10:16 EDT 2000] -- WARNING -- IDBroker is being used with db:
default
which does not support transactions. It is possible to
generate duplicate keys, if multiple JVM's are used or other
means are used to write to the database.
Any ideas guys ? What do I need to set the IDBroker to ? MySQL ?
Thanks in advance,
Randy Alley
p.s. The TDK has really moved me along, at least I can play with Turbine now ! Great
work, guys.
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]