You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Edgar Deloera Moreno <ed...@itweb.com.mx> on 2002/05/08 23:43:34 UTC

iPlanet problem ...

Hi all. Has any body had made a project deployment with Turbine over
iPlanet??? I had configured: 
- The virtual server class over my virtual server,
- My web application settings,
- The web-apps.xml is ready,
- I have my application directory seeing it by iPlanet

   But when I am trying to call my application I get the next messages into
the iPlanet error file:

[08/May/2002:17:34:08] info ( 1576): Successfully initialized web
application environment (web-apps.xml) for virtual server (https-itweb51)
[08/May/2002:17:34:14] info ( 1576): vs(https-itweb51)servlet 'amib' class =
'org.apache.turbine.Turbine' loaded in context = '/'
[08/May/2002:17:34:15] failure ( 1576): Internal error: exception thrown
from the servlet service function (uri=/servlet/template/admin,Index.vm):
org.apache.turbine.services.InstantiationException: ServiceBroker: unknown
service PoolService requested, Stack:
org.apache.turbine.services.InstantiationException: ServiceBroker: unknown
service PoolService requested
	at
org.apache.turbine.services.BaseServiceBroker.getServiceInstance(BaseService
Broker.java:356)
	at
org.apache.turbine.services.BaseServiceBroker.getService(BaseServiceBroker.j
ava:298)
	at
org.apache.turbine.util.RunDataFactory.putRunData(RunDataFactory.java:232)
	at org.apache.turbine.Turbine.doGet(Turbine.java, Compiled Code)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at
com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServl
etRunner.java:891)
	at
com.iplanet.server.http.servlet.WebApplication.service(WebApplication.java:1
064)
	at
com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunne
r.java:953)


   I don't know if the problem is into "/WEB-INF/web.xml" file, this is the
file:

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">

<web-app>
    <servlet>
        <servlet-name>
           amib
        </servlet-name>
        <servlet-class>
            org.apache.turbine.Turbine
        </servlet-class>

        <init-param>
            <param-name>properties</param-name>
            <!-- This is relative to the docBase -->
            <param-value>
                /WEB-INF/conf/TurbineResources.properties
            </param-value>
        </init-param>
    </servlet>
    <servlet-mapping>
        <servlet-name>amib</servlet-name>
        <url-pattern>/servlet/*</url-pattern>
    </servlet-mapping>
    <security-constraint>
        <web-resource-collection>
            <web-resource-name>templates</web-resource-name>
            <url-pattern>/templates/*</url-pattern>
        </web-resource-collection>
        <web-resource-collection>
            <web-resource-name>logs</web-resource-name>
            <url-pattern>/logs/*</url-pattern>
        </web-resource-collection>
        <auth-constraint>
            <role-name>admin</role-name>
        </auth-constraint>
    </security-constraint>
    <login-config>
        <auth-method>BASIC</auth-method>
        <realm-name>Templates</realm-name>
    </login-config>
</web-app>


   I hope somebody could help me, thanks for your help ...


     Edgar ...



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>