You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-user@portals.apache.org by "Choong Yong, Koh" <ch...@aretae.com> on 2003/11/03 03:38:09 UTC

RE: installation problems

Hi,
   You might want to install pluto on a clean installation of your servlet container.  In my case, I encountered the same problem as you, but when I installed pluto on a clean version of Tomcat 4.1.27, the problem went away. 


-----Original Message-----
From: javix [mailto:websphere@netmode.ntua.gr]
Sent: Saturday, November 01, 2003 6:51 AM
To: pluto-user@jakarta.apache.org
Subject: Re: installation problems


thanx mike but  i didn't find anything in log
 files. what do you suggest????
should i reinstall pluto fromthe beginning??????
thanx



Mike Burati wrote:

>That happens during initialization of the Pluto servlet if there were any
>exceptions thrown in Pluto's ServiceManager.init.
>
>It logs the actual exception, but unfortunately doesn't include any info
>about it in the exception that it rethrows (would be nice if it did).  Take
>a look in the logs:
>
>        try
>        {
>            ServiceManager.init (config);
>        }
>        catch (Throwable exc)
>        {
>            log ("Initialization failed!", exc);
>
>            throw (new javax.servlet.UnavailableException ("Initialization
>of one or more services failed."));
>        }
>
>
>-----Original Message-----
>From: developer [mailto:websphere@netmode.ntua.gr]
>Sent: Friday, October 31, 2003 11:39 AM
>To: pluto-user@jakarta.apache.org
>Subject: installation problems
>
>
>hi. does anybody know what this message means.
>i get this message when catalina starts :
>
>_The server encountered an internal error () that prevented it from 
>fulfilling this request._
>
>javax.servlet.UnavailableException: Initialization of one or more services
>failed.
>	at org.apache.pluto.portalImpl.Servlet.init(Servlet.java:111)
>	at
>org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:93
>5)
>	at
>org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:668)
>	at
>org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
>va:210)
>	at
>org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
>eNext(StandardPipeline.java:643)
>	at
>org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
>	at
>org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
>	at
>org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
>va:191)
>
>the build and tha install.bat were succesfull.
>
>i also take the message :
>"pluto servlet unavailable."
>thanx
>
>
>
>  
>