[c1] Publishing Engine could not be initialized Error?

2002-01-30 Thread Derek Hohls

Hi

I have been running Cocoon 1.8.2. for some time now on my machine
(under Win2000, as a localhost, for test purposes) - but it has suddenly
stopped working, with the old error message:

Publishing Engine could not be initialized.
java.lang.RuntimeException: Exception when creating "
org.apache.cocoon.processor.xsp.XSPProcessor" : 
java.lang.NoSuchMethodError: See
http://xml.apache.org/cocoon/faqs.html#faq-normalize

As far as I can see (or know) - the tomcat.bat file has not been
changed, and it is still doing the static load of the various .jar files
(as discussed at length on this group).

What else could be the source of the problem... or do I need to do a
complete reinstall?!

Thanks
Derek

-
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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




Publishing Engine could not be initialized HELP!!

2002-01-11 Thread Anthony Diodato

Hi Cocoon users, 
Im having a problem installing Cocoon 1.8.2 on Tomcat 4.0.1 with IIS.

Here is the error I am receiving.
Publishing Engine could not be initialized.
java.lang.RuntimeException: Error loading logicsheet at
resource://org/apache/cocoon/processor/xsp/library/java/util.xsl due to
java.lang.Exception: Resource not found or retrieving error.
at
org.apache.cocoon.processor.xsp.XSPProcessor.init(XSPProcessor.java:302)
at org.apache.cocoon.framework.Manager.create(Manager.java:109)
at org.apache.cocoon.framework.Router.init(Router.java:80)
at org.apache.cocoon.framework.Manager.create(Manager.java:109)
at org.apache.cocoon.Engine.(Engine.java:179)
at org.apache.cocoon.Engine.getInstance(Engine.java:232)
at org.apache.cocoon.Cocoon.init(Cocoon.java:157)
at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:852)
at
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:615)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:214)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:201)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2344)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164
)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.
java:170)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
64)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170
)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
64)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:462)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
64)
at
org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:368)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
64)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:163)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at
org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:
1011)
at
org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1106
)
at java.lang.Thread.run(Thread.java:484)

Any help would be appreciated.
Thanks
Anthony




Anthony Diodato
Webmaster - IT
Prophet 21, Inc.
19 West College Avenue
Yardley, PA 19067
1-800-776-7438, ext. 4600
Fax: 215-321-8014 
[EMAIL PROTECTED]
http://www.p21.com/
Prophet 21 -- Powering the Distribution Industry for the Digital Age 

For the latest press releases from Prophet 21 --
http://www.p21.com/press/press.html 
*   2/12/2001 - Trading Partner Connect Offers Enterprise-to-Enterprise
(E2E) Commerce 
*   2/9/2001 -- Prophet 21 CommerceCenter 8.0 is Now Available
*   2/9/2001 -- Prophet 21 Upgrades and Enhances Prophet 21 Acclaim
For the latest articles on Prophet 21
http://www.manufacturing.net/magazine/id/archives/2001/ind010.02/techupdate.
htm 
http://www.manufacturing.net/magazine/id/develop/techmain01.1.htm 
http://www.manufacturing.net/magazine/id/archives/2000/ind1201/news.htm




Visit our website at http://www.p21.com/visit 
The information in this e-mail is confidential and may contain legally
privileged information.  It is intended solely for the person or entity to
which it is addressed.  Access to this e-mail by anyone else is
unauthorized. If you are not the intended recipient, any disclosure,
copying, distribution, action taken, or action omitted to be taken in
reliance on it, is prohibited and may be unlawful.  If you received this
e-mail in error, please contact the sender and delete the material from any
computer. 



-
Please check that your question

Re: Publishing Engine could not be initialized.

2001-11-03 Thread Frank Hess

Hi Leo, 

you have to put cocoon.jar in the classpath-variable of the VM. That's because the 
util-class of cocoon uses the ClassLoader.getSystemResource() method 
and can't find these classes when they are stored as jar in a lib-directory. 

I've spend one day to solve this problem.  

I've done it in catalina.sh on line 70. 

rem - Set Up The Runtime Classpath  
set 
CP=%CATALINA_HOME%\bin\bootstrap.jar;%CATALINA_HOME%\common\lib\tools.jar;%CATALINA_HOME%\common\lib\xerces_1_2.jar;%CATALINA_
 
HOME%\common\lib\cocoon.jar 

After done cocoon was running. 

But now i have the problem, that the xsp-Pages throw a class cast exception. Can you 
please tell me, if  you have the same problem when cocoon is
running? 

BTW there is no Cocoon.xml file. that's the alias of the servlet configured in the 
web.xml. If that servlet is called without a valid xml-File it produces a standard 
output with some informations about cocoon.

Regards Frank

Am 02.11.01 06:20:02, schrieb Tod Thomas <[EMAIL PROTECTED]>:

>> Error loading logicsheet at 
>resource://org/apache/cocoon/processor/xsp/library/java/util.xsl due to 
>java.lang.Exception: Resource not found or 
retrieving error.
>
>
>I get this error when trying the run the Hello.xml sample.  I'm running
>Tomcat standalone from a binary install, and am using a binary install
>of Cocoon 1.8.2.  I've followed all the installation instructions
>(except for the Apache customization parts) and here I am.
>
>Details:
>
>Tomcat 4.0.1 from binary, running standalone.
>Cocoon 1.8.2 from binary
>Java - Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)
>Files -  
>   jakarta-tomcat-4.0.1.tar.gz
>   Cocoon-1.8.2.tar.gz
>
>Tomcat lib contents:
>   cocoon.jar
>   ant_1_1.jar   
>   bsfengines.jar
>   bsf.jar
>   fesi.jar
>   fop_0_15_0.jar
>   sax-bugfix.jar
>   servlet_2_2.jar 
>   stylebook-1.0-b2.jar
>   turbine-pool.jar
>   w3c.jar
>   xalan_1_2_D02.jar
>   xerces_1_2.jar
>   xml.jar
>   xt.jar
>   jasper-compiler.jar
>   naming-factory.jar
>   jasper-runtime.jar
>
>BTW, I can't find Cocoon.xml in either of the install tar.gz's.  I'm
>getting to the Hello.xml file by using 
>http://localhost:8080/cocoon/samples/hello/hello-page.xml.  Is this
>right?  Maybe I have a configuration problem?  Maybe I have a frontal
>lobe problem?  
>
>Thanks for any assistance.
>
>Tod
>
>-
>Please check that your question has not already been answered in the
>FAQ before posting. 
>
>To unsubscribe, e-mail: <[EMAIL PROTECTED]>
>For additional commands, e-mail: <[EMAIL PROTECTED]>
>
>




-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




Publishing Engine could not be initialized.

2001-11-02 Thread Tod Thomas

> Error loading logicsheet at 
>resource://org/apache/cocoon/processor/xsp/library/java/util.xsl due to 
>java.lang.Exception: Resource not found or retrieving error.


I get this error when trying the run the Hello.xml sample.  I'm running
Tomcat standalone from a binary install, and am using a binary install
of Cocoon 1.8.2.  I've followed all the installation instructions
(except for the Apache customization parts) and here I am.

Details:

Tomcat 4.0.1 from binary, running standalone.
Cocoon 1.8.2 from binary
Java - Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)
Files -  
   jakarta-tomcat-4.0.1.tar.gz
   Cocoon-1.8.2.tar.gz

Tomcat lib contents:
cocoon.jar
ant_1_1.jar   
bsfengines.jar
bsf.jar
fesi.jar
fop_0_15_0.jar
sax-bugfix.jar
servlet_2_2.jar 
stylebook-1.0-b2.jar
turbine-pool.jar
w3c.jar
xalan_1_2_D02.jar
xerces_1_2.jar
xml.jar
xt.jar
jasper-compiler.jar
naming-factory.jar
jasper-runtime.jar

BTW, I can't find Cocoon.xml in either of the install tar.gz's.  I'm
getting to the Hello.xml file by using 
http://localhost:8080/cocoon/samples/hello/hello-page.xml.  Is this
right?  Maybe I have a configuration problem?  Maybe I have a frontal
lobe problem?  

Thanks for any assistance.

Tod

-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




Re: Publishing Engine could not be initialized.

2001-09-05 Thread Christopher Painter-Wakefield


I'm sorry, I don't know the source of your problem, but I can help a little
bit.  My setup is mostly like yours.

The symbolic links shouldn't be a problem (I assume you are on some kind of
*nix).  My setup uses symlinks as well, and I've done that successfully on
both Solaris and Linux.  When you start Tomcat, it usually shows its
classpath.  Is it showing the xalan_1_2_D02.jar as part of its classpath?

I think most people just dump their jars in the tomcat/lib directory, and
let tomcat add them to the classpath.  You can easily hack the tomcat.sh
script for more control, though.  Mine now reads its jars from a file.

It seems like I've read about problems with JDK 1.3.1 on the list (I have
JDK1.3.0).  I don't remember the details, but you might want to search the
archives.  Maybe it is related somehow.

-Christopher




Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:

Subject:  Publishing Engine could not be initialized.


> java.lang.RuntimeException: Error creating
org.apache.cocoon.transformer.XalanTransformer: make sure the needed
classes can be found in the classpath
> (org/apache/xalan/xpath/xml/XMLParserLiaison)
>

I'm trying to just set up Cocoon with Tomcat, no Apache yet.  I've
symlinked the
necessary .jar files to the Tomcat /lib directory reather than doing a copy
as per
README, could this be part of the problem?  I also noticed that the
xalan.jar that
comes from Sun is more recent than the one shipped with the Cocoon package.
I've
tried both, same problem.  Tomcat works fine.  Suggestions?

Thanks - Tod

---

java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24)
Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode)

Cocoon-1.8
Tomcat 3.2.3





-
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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




Publishing Engine could not be initialized.

2001-09-05 Thread Tod Thomas

> java.lang.RuntimeException: Error creating 
>org.apache.cocoon.transformer.XalanTransformer: make sure the needed classes can be 
>found in the classpath
> (org/apache/xalan/xpath/xml/XMLParserLiaison)
>

I'm trying to just set up Cocoon with Tomcat, no Apache yet.  I've symlinked the
necessary .jar files to the Tomcat /lib directory reather than doing a copy as per
README, could this be part of the problem?  I also noticed that the xalan.jar that
comes from Sun is more recent than the one shipped with the Cocoon package.  I've
tried both, same problem.  Tomcat works fine.  Suggestions?

Thanks - Tod

---

java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24)
Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode)

Cocoon-1.8
Tomcat 3.2.3



-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




[c1] w2k, coconn 1.8.2 and tomcat 4.0-b7: publishing Engine could not be initialized.

2001-08-24 Thread Hubert NEOtyk Iwaniuk



hi,
    onmy w2k pro i have tomcat 4.0-b7 - it works,
    and cocoon 1.8.2 and Sun JDK 1.3.1
 
when i try to access cocoons samples page (index.xml), here is what i 
get:
 
 


  
  

  Cocoon 
  1.8.2
  

  
  Publishing Engine could not be initialized.
  java.lang.RuntimeException: Error loading logicsheet at resource://org/apache/cocoon/processor/xsp/library/java/util.xsl due to java.lang.Exception: Resource not found or retrieving error.
 
What's wrong with my system, an how to run?
 
Hubert.
 
---Ausgehende Mail ist zertifiziert virenfrei.Uberpruft durch 
AVG Antivirus System (http://www.grisoft.com/de).Version: 
6.0.265 / Virendatenbank: 137 - Erstellungsdatum: 
2001-07-18


Cocoon 1.8 (OK) -> 1.8.2 (Publishing Engine could not be initialized)

2001-07-22 Thread smallufo



Hi all!
 
   I am new to Cocoon, step by step 
following  the "Java and XML" book.
I was using Cocoon 1.8 , It seems OK except the JSP 
compilation error (will be discussed in another mail).
All XML and XSLT files seems works. But after I 
upgrade my Cocoon 1.8 to 1.8.2, I can't start Cocoon.
The error message is as follows:
---
Publishing Engine could not be 
initialized.java.lang.RuntimeException: Error loading logicsheet at 
resource://org/apache/cocoon/processor/xsp/library/java/util.xsl due to 
java.lang.Exception: Resource not found or retrieving error. at 
org.apache.cocoon.processor.xsp.XSPProcessor.init(XSPProcessor.java:302)
---
I carefully checked the classpath and included jar 
filename (the jar difference is FOP 0.13-> 0.15 , I updated too)
I am using Linux 7.1 , Resin 1.2.7
The resin.conf about Cocoon is as follows:
(I am sure all the .jar files are located 
correctly)
---                
    
org.apache.cocoon.Cocoon  
org.apache.cocoon.Cocoon  
    
properties    
conf/cocoon.properties  
  
      ---
Thank you all in 
advance!
 


Re: ERROR Publishing Engine could not be initialized.

2001-06-20 Thread Gustavo Mejia
startSecure
echo Starting Tomcat with a SecurityManager
%_SECSTARTJAVA% %TOMCAT_OPTS% -Djava.security.manager
-Djava.security.policy=="%TOMCAT_HOME%/conf/tomcat.policy" -Dtomcat.home="%TOMCAT_HOME%"
org.apache.tomcat.startup.Tomcat %3 %4 %5
%6 %7 %8 %9
goto cleanup
:runServer
rem Running Tomcat in this window
if "%2" == "-security" goto runSecure
%_RUNJAVA% %TOMCAT_OPTS% -Dtomcat.home="%TOMCAT_HOME%"
org.apache.tomcat.startup.Tomcat %2 %3 %4 %5 %6 %7 %8 %9
goto cleanup
:runSecure
rem Running Tomcat with a SecurityManager
%_RUNJAVA% %TOMCAT_OPTS% -Djava.security.manager -Djava.security.policy=="%TOMCAT_HOME%/conf/tomcat.policy"
-Dtomcat.home="%TOMCAT_HOME%" org.apache.tomcat.startup.Tomcat %3 %4 %5
%6 %7
%8 %9
goto cleanup
:stopServer
rem Stopping the Tomcat Server
%_RUNJAVA% %TOMCAT_OPTS% -Dtomcat.home="%TOMCAT_HOME%"
org.apache.tomcat.startup.Tomcat -stop %2 %3 %4 %5 %6 %7 %8 %9
goto cleanup
:runAnt
rem Run ANT in Tomcat's Environment
set CP=%CP%;%TOMCAT_HOME%\lib\ant.jar
%_RUNJAVA% %ANT_OPTS% -Dant.home="%TOMCAT_HOME%" -Dtomcat.home="%TOMCAT_HOME%"
org.apache.tools.ant.Main %2 %3 %4 %5 %6 %7 %8 %9
goto cleanup
:runJspc
rem Run JSPC in Tomcat's Environment
%_RUNJAVA% %JSPC_OPTS% -Dtomcat.home="%TOMCAT_HOME%"
org.apache.jasper.JspC %2 %3 %4 %5 %6 %7 %8 %9
goto cleanup
rem - Restore Environment Variables ---
:cleanup
set _LIBJARS=
set _SECSTARTJAVA=
set _STARTJAVA=
set _RUNJAVA=
set CLASSPATH=%_CLASSPATH%
set _CLASSPATH=
set TOMCAT_HOME=%_TOMCAT_HOME%
set _TOMCAT_HOME=
set CP=%_CP%
set _CP=
:finish
malik hayat hashmi wrote:
Hi
I have Installed cocoon-1.8.2 with tomcat ver 3.2.1 using professional-2000.
when I try http://localhost:8080/cocoon/cocoon.xml
I get following error :
Publishing Engine could not be initialized.
java.lang.RuntimeException: Exception when creating " org.apache.cocoon.processor.xsp.XSPProcessor"
:
java.lang.NoSuchMethodError: See http://xml.apache.org/cocoon/faqs.html#faq-normalize
at org.apache.cocoon.framework.Manager.create(Manager.java:124)
at org.apache.cocoon.framework.Router.init(Router.java:80)
at org.apache.cocoon.framework.Manager.create(Manager.java:109)
at org.apache.cocoon.Engine.(Engine.java:179)
at org.apache.cocoon.Engine.getInstance(Engine.java:232)
at org.apache.cocoon.Cocoon.init(Cocoon.java:157)
at org.apache.tomcat.core.ServletWrapper.doInit(ServletWrapper.java:317)
at org.apache.tomcat.core.Handler.init(Handler.java:215)
at org.apache.tomcat.core.ServletWrapper.init(ServletWrapper.java:296)
at org.apache.tomcat.core.Handler.service(Handler.java:254)
at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)
at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
at java.lang.Thread.run(Thread.java:484)
I have placed web.xml and cocoon.properties in tomcat/webapps/cocoon/META-INF
with neccessary modification as per instruction given in installation.html
which is available with coocoon package
so kindly post reply at earliest, thanks in advance
with regards
Malik Hashmi
_
Buy Lagaan & Yaadein music for 30% less.
Avail this special offer at http://shopping.rediff.com/shopping/music/offerrediffmailer.htm
-
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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>



ERROR Publishing Engine could not be initialized.

2001-06-20 Thread malik hayat hashmi

Hi 
I have Installed cocoon-1.8.2 with tomcat ver 3.2.1 using professional-2000. 
when I try http://localhost:8080/cocoon/cocoon.xml 
I get following error :
Publishing Engine could not be initialized.
java.lang.RuntimeException: Exception when creating " 
org.apache.cocoon.processor.xsp.XSPProcessor" : 
java.lang.NoSuchMethodError: See http://xml.apache.org/cocoon/faqs.html#faq-normalize 
at org.apache.cocoon.framework.Manager.create(Manager.java:124)
at org.apache.cocoon.framework.Router.init(Router.java:80)
at org.apache.cocoon.framework.Manager.create(Manager.java:109)
at org.apache.cocoon.Engine.(Engine.java:179)
at org.apache.cocoon.Engine.getInstance(Engine.java:232)
at org.apache.cocoon.Cocoon.init(Cocoon.java:157)
at org.apache.tomcat.core.ServletWrapper.doInit(ServletWrapper.java:317)
at org.apache.tomcat.core.Handler.init(Handler.java:215)
at org.apache.tomcat.core.ServletWrapper.init(ServletWrapper.java:296)
at org.apache.tomcat.core.Handler.service(Handler.java:254)
at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
at 
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)
at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
at java.lang.Thread.run(Thread.java:484)

I have placed web.xml and cocoon.properties in tomcat/webapps/cocoon/META-INF with 
neccessary modification as per instruction given in installation.html which is 
available with coocoon package 
so kindly post reply at earliest, thanks in advance
with regards 
Malik Hashmi 



_
Buy Lagaan & Yaadein music for 30% less.
Avail this special offer at 
http://shopping.rediff.com/shopping/music/offerrediffmailer.htm 




-
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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




ERROR Publishing Engine could not be initialized.

2001-06-20 Thread malik hayat hashmi

Hi 
I have Installed cocoon-1.8.2 with tomcat ver 3.2.1 using professional-2000. 
when I try http://localhost:8080/cocoon/cocoon.xml 
I get following error :
Publishing Engine could not be initialized.
java.lang.RuntimeException: Exception when creating " 
org.apache.cocoon.processor.xsp.XSPProcessor" : 
java.lang.NoSuchMethodError: See http://xml.apache.org/cocoon/faqs.html#faq-normalize 
at org.apache.cocoon.framework.Manager.create(Manager.java:124)
at org.apache.cocoon.framework.Router.init(Router.java:80)
at org.apache.cocoon.framework.Manager.create(Manager.java:109)
at org.apache.cocoon.Engine.(Engine.java:179)
at org.apache.cocoon.Engine.getInstance(Engine.java:232)
at org.apache.cocoon.Cocoon.init(Cocoon.java:157)
at org.apache.tomcat.core.ServletWrapper.doInit(ServletWrapper.java:317)
at org.apache.tomcat.core.Handler.init(Handler.java:215)
at org.apache.tomcat.core.ServletWrapper.init(ServletWrapper.java:296)
at org.apache.tomcat.core.Handler.service(Handler.java:254)
at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
at 
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)
at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
at java.lang.Thread.run(Thread.java:484)

I have placed web.xml and cocoon.properties in tomcat/webapps/cocoon/META-INF with 
neccessary modification as per instruction given in installation.html which is 
available with coocoon package 
so kindly post reply at earliest, thanks in advance
with regards 
Malik Hashmi 



_
Buy Lagaan & Yaadein music for 30% less.
Avail this special offer at 
http://shopping.rediff.com/shopping/music/offerrediffmailer.htm 




-
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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




Re: Publishing Engine could not be initialized

2001-06-11 Thread Gritsenko

My case:

both cocoon.properties and web.xml are in

C:\tomcat\webapps\cocoon\WEB-INF


See these attached.

Viktor

- Original Message -
From: "Joel Benveniste" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 11, 2001 6:01 PM
Subject: Re: Publishing Engine could not be initialized


> Hello...
>
> I've been looking into this problem and it seems that it comes from the
> cocoon.properties line 164.
>
> I really need help on this one...anyone??? just a little direction...
>
> Thanks
> JOEL
>
>
>
> JOEL BENVENISTE wrote:
>
> >
> > Hi all,
> >
> > I am trying to get cocoon working within Weblogic and am getting the
> > error listed below...
> >
> > This is my first time working with cocoon...can anyone help me...
> >
> > Thanks
> > JOEL
> >
> >
> >
> > Publishing Engine could not be initialized.
> >
> > java.lang.RuntimeException: Error loading logicsheet at
> > resource://org/apache/cocoon/processor/xsp/library/java/cookie.xsl due
> > to java.lang.Exception: Resource not found or retrieving error.
> > at
> > org.apache.cocoon.processor.xsp.XSPProcessor.init(XSPProcessor.java:302)
> > at org.apache.cocoon.framework.Manager.create(Manager.java:109)
> > at org.apache.cocoon.framework.Router.init(Router.java:80)
> > at org.apache.cocoon.framework.Manager.create(Manager.java:109)
> > at org.apache.cocoon.Engine.(Engine.java:179)
> > at org.apache.cocoon.Engine.getInstance(Engine.java:232)
> > at org.apache.cocoon.Cocoon.init(Cocoon.java:157)
> > at
> >
weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java
:474)
> >
> > at
> >
weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.ja
va:432)
> >
> > at
> >
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.jav
a:421)
> >
> > at
> >
weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:18
1)
> >
> > at
> >
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:118)
> >
> > at
> >
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:761)
> >
> > at
> >
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:708)
> >
> > at
> >
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
Manager.java:252)
> >
> > at
> >
weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:346)
> > at
> > weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:246)
> > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
> >
> >
> > -
> > 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: <[EMAIL PROTECTED]>
> > For additional commands, e-mail: <[EMAIL PROTECTED]>
>
>
> -
> 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: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
>




http://java.sun.com/j2ee/dtds/web-app_2.2.dtd";>

	
		org.apache.cocoon.Cocoon
		org.apache.cocoon.Cocoon
		
			properties
			/WEB-INF/cocoon.properties
		
	
	
		org.apache.cocoon.Cocoon
		*.xml
	


 cocoon.properties

-
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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>


Re: Publishing Engine could not be initialized

2001-06-11 Thread Joel Benveniste

Hello...

I've been looking into this problem and it seems that it comes from the 
cocoon.properties line 164.

I really need help on this one...anyone??? just a little direction...

Thanks
JOEL



JOEL BENVENISTE wrote:

> 
> Hi all,
> 
> I am trying to get cocoon working within Weblogic and am getting the 
> error listed below...
> 
> This is my first time working with cocoon...can anyone help me...
> 
> Thanks
> JOEL
> 
> 
> 
> Publishing Engine could not be initialized.
> 
> java.lang.RuntimeException: Error loading logicsheet at 
> resource://org/apache/cocoon/processor/xsp/library/java/cookie.xsl due 
> to java.lang.Exception: Resource not found or retrieving error.
> at 
> org.apache.cocoon.processor.xsp.XSPProcessor.init(XSPProcessor.java:302)
> at org.apache.cocoon.framework.Manager.create(Manager.java:109)
> at org.apache.cocoon.framework.Router.init(Router.java:80)
> at org.apache.cocoon.framework.Manager.create(Manager.java:109)
> at org.apache.cocoon.Engine.(Engine.java:179)
> at org.apache.cocoon.Engine.getInstance(Engine.java:232)
> at org.apache.cocoon.Cocoon.init(Cocoon.java:157)
> at 
> weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:474) 
> 
> at 
> weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:432) 
> 
> at 
> weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:421) 
> 
> at 
> weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:181) 
> 
> at 
> weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:118) 
> 
> at 
> 
>weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:761)
> 
> 
> at 
> 
>weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:708)
> 
> 
> at 
> 
>weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:252)
> 
> 
> at 
> weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:346)
> at 
> weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:246)
> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
> 
> 
> -
> 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: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>


-
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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




Publishing Engine could not be initialized

2001-06-11 Thread JOEL BENVENISTE


Hi all,

I am trying to get cocoon working within Weblogic and am getting the 
error listed below...

This is my first time working with cocoon...can anyone help me...

Thanks
JOEL



Publishing Engine could not be initialized.

java.lang.RuntimeException: Error loading logicsheet at 
resource://org/apache/cocoon/processor/xsp/library/java/cookie.xsl due 
to java.lang.Exception: Resource not found or retrieving error.
at org.apache.cocoon.processor.xsp.XSPProcessor.init(XSPProcessor.java:302)
at org.apache.cocoon.framework.Manager.create(Manager.java:109)
at org.apache.cocoon.framework.Router.init(Router.java:80)
at org.apache.cocoon.framework.Manager.create(Manager.java:109)
at org.apache.cocoon.Engine.(Engine.java:179)
at org.apache.cocoon.Engine.getInstance(Engine.java:232)
at org.apache.cocoon.Cocoon.init(Cocoon.java:157)
at 
weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:474)
at 
weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:432)
at 
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:421)
at 
weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:181)
at 
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:118)
at 
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:761)
at 
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:708)
at 
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:252)
at 
weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:346)
at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:246)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)


-
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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>