Title: initialization error

I'm getting an initialization error...

The company I currently work for is interested in exploring
cheaper/stabler/friendlier/shinier alternatives to Vignette.

I dug into Jetspeed, but the bulk of our page space doesn't
fit the portal analog.  I then dug into Turbine (which on first
glance mirrors a perl app I helped develop 2 years ago,
called 'switchboard', which also implements action-events)
which looks juicy.

Unfortunately, I'm experiencing 'technical difficulties.'

Here's the low-down.
I'm using JDK1.2.2 with Apache/Tomcat. I just downloaded
and installed the Turbine code, adding the Turbine jars to
CLASSPATH.  I ran the 'build/build-turbine.sh jar' and
proceeded to add the resulting jar file to CLASSPATH.

I then added the server.xml entry for the 'apps' zone, as well
as adding the <TOMCAT>/webapps/apps directory, copying
Turbine code and conf files in as appropriate (as per the
http://java.apache.org/turbine/install.html page).

Unfortunately when I go to ->
http://<my_site>/apps/servlet/Turbine

I get the following error->

[Tue Sep 26 14:36:13 PDT 2000] --  ERROR  --
        Exception:  org.apache.turbine.services.InstantiationException: Service TurbineWebMacroService failed to initialize:

init() failed to initialize service TurbineWebMacroService
        Stack Trace follows:
        org.apache.turbine.services.InstantiationException: Service TurbineWebMacroService failed to initialize:
init() failed to initialize service TurbineWebMacroService
        at org.apache.turbine.services.BaseServiceBroker.getService(BaseServiceBroker.java:190)
        at org.apache.turbine.services.webmacro.TurbineWebMacro.getContext(TurbineWebMacro.java:105)
        at org.apache.turbine.modules.pages.WebMacroSitePage.doBuildBeforeAction(WebMacroSitePage.java:94)
        at org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:145)
        at org.apache.turbine.modules.Page.build(Page.java:92)
        at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:119)
        at org.apache.turbine.Turbine.handleException(Turbine.java:532)
        at org.apache.turbine.Turbine.doGet(Turbine.java:394)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
        at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:597)
        at org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java:257)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
        at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
        at org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection(Ajp12ConnectionHandler.java:156)

        at org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338)
        at java.lang.Thread.run(Thread.java:475)

suggestions?

let me know if you need any other info to help with this.

J

Reply via email to