Thanks for your knowledge Nissim,
That almost did it. After removing the extaneous jars from the $TOMCAT/lib
directory, restarting tomcat, and visiting the
.../servlet/Turbine/template/index.wm, webmacro showed signs of starting in
turbine.log:
[Tue Jul 11 10:00:28 GMT 2000] -- NOTICE -- WebMacroService
init()....starting!
[Tue Jul 11 10:00:41 GMT 2000] -- NOTICE -- WebMacroService
init()....finished!
Unfortunately, now a new problem has arisen and I don't have the slightest
idea about where to start looking for the cause of it. When I tried to
access the template (index.wm), I recieved this on my console:
java.lang.IllegalAccessError:
org.webmacro.broker.ResourceManager._expireTime
at org.webmacro.broker.ResourceManager$1.run(ResourceManager.java)
java.lang.IllegalAccessError:
org.webmacro.broker.ResourceManager._expireTime
at org.webmacro.broker.ResourceManager$1.run(ResourceManager.java)
java.lang.IllegalAccessError:
org.webmacro.broker.ResourceManager._expireTime
at org.webmacro.broker.ResourceManager$1.run(ResourceManager.java)
java.lang.IllegalAccessError:
org.webmacro.broker.ResourceManager._expireTime
at org.webmacro.broker.ResourceManager$1.run(ResourceManager.java)
java.lang.IllegalAccessError:
org.webmacro.broker.ResourceManager._expireTime
at org.webmacro.broker.ResourceManager$1.run(ResourceManager.java)
java.lang.IllegalAccessError:
org.webmacro.broker.ResourceManager._expireTime
at org.webmacro.broker.ResourceManager$1.run(ResourceManager.java)
I have played with WebMacro.properties file and set logging to ALL, yet
nothing shows up in the webmacro.log. However, tomcat.log provides a trace
that looks like this:
Context log: path="/app" Error in Turbine service() :
org.webmacro.engine.ParseTool._cur
java.lang.IllegalAccessError: org.webmacro.engine.ParseTool._cur
at org.webmacro.engine.WMParser.parseVariable(WMParser.java)
at org.webmacro.engine.WMParser.parseBlock(WMParser.java)
at org.webmacro.engine.WMParser.parseBlock(WMParser.java)
... (more trace)
Context log: path="/app" <b>Internal Servlet Error:</b><br>
<pre>
java.lang.IllegalAccessError: org.webmacro.engine.ParseTool._cur
at org.webmacro.engine.WMParser.parseVariable(WMParser.java)
at org.webmacro.engine.WMParser.parseBlock(WMParser.java)
... (more trace)
Have I made a silly mistake? I can't seem to access the FAQ... Again, any
that can be provided will be greatly appreciated.
Best Regards,
Kevin Clark
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]