Ive been trying to get jyve running for about 2 weeks now and to be
honest,
its been a nightmare. Generally I know how to read and follow
directions.
Ive loaded allot of software through the years. And I just don't
understand
why this is so difficult. Ive tried building tomcat from scratch, tdk in
binary
form, and everything in-between. And it just wont run for me. I get tdk
running, its a no brainer. I then setup a directory for jyve by doing a
"./newapp.sh jyve". I then copy over the jyve classes directory to
/usr/local/tdk/webapps/jyve/WEB-INF/classes. I also copy over the
jyve.jar file to the /usr/local/tdk/webapps/jyve/WEB-INF/lib
directory. I also copy the mysql.jar to the same lib directory. I also
replace the turbine.jar file with the one that came with the jyve src.
I configure the TurbineResources.properties file exactly as in the
docs. And I get
Error: 503
Location: /Turbine/servlet/Turbine
javax.servlet.ServletException: Turbine::init(ServletConfig) -
'properties' Init Parameter not found. Please specify a value for the
'properties' Init
Parameter by editing the servlet zone properties file. This is done by
adding the following line to the zone properties file:
servlet.Turbine.initArgs=properties=/path/to/TurbineResources.properties
After which I added
# List of servlet zones Apache JServ manages
# Syntax: zones=[servlet zone],[servlet zone]... (Comma separated list
of String)
# Default: NONE
zones=root,Turbine
# Configuration file for each servlet zone (one per servlet zone)
# Syntax: [servlet zone name as on the zones list].properties=[full path
to configFile] (String)
# Default: NONE
# Note: if the file could not be opened, try using absolute paths.
root.properties=@JSERV_CONF@/zone.properties
Turbine.properties=/usr/local/tdk/conf/Turbine.properties
to the tomcat.properties file. I also created the
/usr/local/tdk/conf/Turbine.properties
file with the specified parameter. And I still get the same error. If I
replace the turbine.jar file with the one that came with tdk I get
Error=Turbine.handleException: null
2000-11-13 04:44:54 - Ctx( /jyve ): Exception in: R( /jyve +
/servlet/jyve + /) - java.lang.NoSuchMethodError
at
org.apache.jyve.navigations.OptionsFooter.doBuild(OptionsFooter.java:90)
at org.apache.turbine.modules.Navigation.build(Navigation.java:99)
at
org.apache.turbine.modules.NavigationLoader.eval(NavigationLoader.java:128)
at
org.apache.jyve.layouts.DefaultLayout.doBuild(DefaultLayout.java:116)
at org.apache.turbine.modules.Layout.build(Layout.java:93)
at org.apache.turbine.modules.LayoutLoader.exec(LayoutLoader.java:122)
at
org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:170)
at org.apache.turbine.modules.Page.build(Page.java:92)
at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:122)
at org.apache.turbine.Turbine.handleException(Turbine.java:581)
at org.apache.turbine.Turbine.doGet(Turbine.java:424)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:387)
at org.apache.tomcat.core.Handler.service(Handler.java:263)
at
org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:371)
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:786)
at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:732)
at
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection(Ajp12ConnectionHandler.java:166)
at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:407)
at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
at java.lang.Thread.run(Thread.java:484)
Which makes sense because of the om.user method isnt in the newer
turbine. So anyone that can take the time, to help this poor confused
individual.
Will earn my eternal respect and gratitude. It aint much but its all I
got to
offer for now.
--
[EMAIL PROTECTED]
Grabel's Law:
2 is not equal to 3 -- not even for large values of 2.
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]