You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Isabelle Boyer <ib...@capgemini.fr> on 2001/03/12 16:18:02 UTC

Re: Help (NT4.0, IIS4, JRun3.0, SDK1.3) --Could not start publishing engine....

Hi ,
You must use a servlet engine, it is  a minimum requirement to use cocoon.
What servlet engine do you use to use Cocoon..?
I know 2 servlet engine, take a look to :
http://www.caucho.com/products/resin/index.xtp
http://xml.apache.org/cocoon/install.html

Hope thi help you.
Isa.
----- Original Message -----
From: "Uslu, Cihan Y (MED)" <Ci...@med.ge.com>
To: <co...@xml.apache.org>
Sent: Monday, March 12, 2001 3:47 PM
Subject: Help (NT4.0, IIS4, JRun3.0, SDK1.3) --Could not start publishing
engine....


> Hi,
>  I m trying to run Coccon for the first time and I received these
> errors.
>
> I receive this error when I try to access to
> http://localhost:80/Cocoon.xml
>
> ------------------------------------------------------------------------
> ----
> Publishing Engine could not be initialized.
> java.lang.NullPointerException
> at org.apache.cocoon.Cocoon.init(Cocoon.java:135)
> at
> allaire.jrun.servlet.JRunServletLoader.loadServletInstance(../servlet/JR
> unServletLoader.java:236)
> at
> allaire.jrun.servlet.JRunServletLoader.loadServletInstance(../servlet/JR
> unServletLoader.java:190)
> at
> allaire.jrun.servlet.JRunServletLoader.loadServlet(../servlet/JRunServle
> tLoader.java:177)
> at
> allaire.jrun.servlet.JRunSE.getServletReference(../servlet/JRunSE.java:1
> 267)
> at
> allaire.jrun.servlet.JRunSE.runServlet(../servlet/JRunSE.java:895)
> at
> allaire.jrun.servlet.JRunRequestDispatcher.forward(../servlet/JRunReques
> tDispatcher.java:88)
> at
> allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1131)
> at
> allaire.jrun.servlet.JvmContext.dispatch(../servlet/JvmContext.java:330)
> at
> allaire.jrun.jrpp.ProxyEndpoint.run(../jrpp/ProxyEndpoint.java:382)
> at allaire.jrun.ThreadPool.run(../ThreadPool.java:272)
> at allaire.jrun.WorkerThread.run(../WorkerThread.java:75)
>
> ------------------------
> the second error Im receiving is;
> ------------------------
> 500 Internal Server Error
> /demo/taglib/transaction.jsp:
>
> javax.servlet.ServletException: Parse Error in JSP page: Error parsing
> TLD '/WEB-INF/jrun/jruntags.jar/META-INF/taglib.tld': The TagExtraInfo
> class 'allaire.taglib.ForEachTei' for the 'foreach' tag couldn't be
> found..
> allaire.jrun.jsp.ParseException: Error parsing TLD
> '/WEB-INF/jrun/jruntags.jar/META-INF/taglib.tld': The TagExtraInfo class
> 'allaire.taglib.ForEachTei' for the 'foreach' tag couldn't be found..
> at
> allaire.jrun.jsp.JRunTagLibraryInfo.(../jsp/JRunTagLibraryInfo.java:63)
> at
> allaire.jrun.jsp.JSPParser.directive(../jsp/JSPParser.java:774)
> at allaire.jrun.jsp.JSPParser.parse(../jsp/JSPParser.java:598)
> at
> allaire.jrun.jsp.JSPParser.writeXML(../jsp/JSPParser.java:151)
> at
> allaire.jrun.jsp.JSPParser.generateXML(../jsp/JSPParser.java:123)
> at
> allaire.jrun.jsp.JSPParser.generateXML(../jsp/JSPParser.java:67)
> at
> allaire.jrun.jsp.JSPServlet.parsePage(../jsp/JSPServlet.java:409)
> at
> allaire.jrun.jsp.JSPServlet.createServlet(../jsp/JSPServlet.java:381)
> at
> allaire.jrun.jsp.JSPServlet.loadPage(../jsp/JSPServlet.java:202)
> at
> allaire.jrun.jsp.JSPServlet.service(../jsp/JSPServlet.java:169)
> at
> allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1013)
> at
> allaire.jrun.servlet.JRunSE.runServlet(../servlet/JRunSE.java:925)
> at
> allaire.jrun.servlet.JRunRequestDispatcher.forward(../servlet/JRunReques
> tDispatcher.java:88)
> at
> allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1131)
> at
> allaire.jrun.servlet.JvmContext.dispatch(../servlet/JvmContext.java:330)
> at
> allaire.jrun.jrpp.ProxyEndpoint.run(../jrpp/ProxyEndpoint.java:382)
> at allaire.jrun.ThreadPool.run(../ThreadPool.java:272)
> at allaire.jrun.WorkerThread.run(../WorkerThread.java:75)
> ------------------------
>
> I dont know what's wrong..help..
>
>
>
>
>
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
> To unsubscribe, e-mail: <co...@xml.apache.org>
> For additional commands, e-mail: <co...@xml.apache.org>


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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


Re: [C2] Installation with Tomcat 4.1beta

Posted by "Piroumian, Konstantin" <KP...@flagship.ru>.
> parser.jar in the lib directory
> and maybe the jaxp.jar but i'm not sure :)

There is no parser.jar in the lib directory.
This is the list of file in %CATALINA_HOME%\lib:
crimson.jar
jaxp.jar
jasper.jar
namingFactory.jar

Also, there is another directory with jars: %CATALINA_HOME%\server.
This is the list of files there:
catalina.jar
crimson.jar
jaxp.jar
jakarta-regexp-1.2.jar
warp.jar

I created cocoon.war as it is said in the INSTALL file and then copied it to
the webapps directory.
When I tried to access: http://localhost:8080/cocoon/ get an Exception.
Stack trace is attached.

Help is very apreciated.

>
> On Mon, Mar 12, 2001 at 07:03:51PM +0300, Piroumian, Konstantin wrote:
> > Hi, all!
> >
> > I am trying to install Cocoon2 into Tomcat 4.1beta and cannot get Cocoon
> > running.
> > Which JARs must be removed from Tomcat/Catalina to make Cocoon run?
> > I get error:
> > HTTP Status 503 - Servlet Cocoon2 is currently unavailable
> > The requested service (Servlet Cocoon2 is currently unavailable) is not
> > currently available.
> >
> > Thank you.
> >
> > Regards,
> >     Konstantin Piroumian.

> --
> Stefan Lettmayer
> Web: http://sharkman5.2y.net/
> ICQ: 67167870
>



Re: [C2] Installation with Tomcat 4.1beta

Posted by Stefan Lettmayer <sl...@twix.sharkman5.2y.net>.
parser.jar in the lib directory
and maybe the jaxp.jar but i'm not sure :)

On Mon, Mar 12, 2001 at 07:03:51PM +0300, Piroumian, Konstantin wrote:
> Hi, all!
> 
> I am trying to install Cocoon2 into Tomcat 4.1beta and cannot get Cocoon
> running.
> Which JARs must be removed from Tomcat/Catalina to make Cocoon run?
> I get error:
> HTTP Status 503 - Servlet Cocoon2 is currently unavailable
> The requested service (Servlet Cocoon2 is currently unavailable) is not
> currently available.
> 
> Thank you.
> 
> Regards,
>     Konstantin Piroumian.
> 
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> 
> To unsubscribe, e-mail: <co...@xml.apache.org>
> For additional commands, e-mail: <co...@xml.apache.org>
> 

-- 
Stefan Lettmayer
Web: http://sharkman5.2y.net/
ICQ: 67167870

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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


[C2] Installation with Tomcat 4.1beta

Posted by "Piroumian, Konstantin" <KP...@flagship.ru>.
Hi, all!

I am trying to install Cocoon2 into Tomcat 4.1beta and cannot get Cocoon
running.
Which JARs must be removed from Tomcat/Catalina to make Cocoon run?
I get error:
HTTP Status 503 - Servlet Cocoon2 is currently unavailable
The requested service (Servlet Cocoon2 is currently unavailable) is not
currently available.

Thank you.

Regards,
    Konstantin Piroumian.

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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