Don't work Cocoon Portal after installation Cocoon 2.0.4

2003-03-10 Thread silvio





Hi, 
I have installed Tomcat 4.1.18 on windows 2000 sp3 
and Jdk1.4
after I download Cocoon 2.0.4 src and I follow 
instruction in Install file I have used the manual 
installation:

  .\build.bat 
  -Dinclude.webapp.libs=yes -Dinstall.war=%TOMCAT_HOME%\webapps 
  webapp 
  
  copy .\build\cocoon\cocoon.war %TOMCAT_HOME%\webapps\cocoon.war
  
  Copy xerces-XXX.jar, xalan-XXX.jar, and the xml-apis.jar from the 
  .\lib\core\ to the %TOMCAT_HOME%\common\endorsed directory 
  Restart the servlet engine
Cocoon seem work fine when I open http://localhost:8080/cocoon/with 
internet esplorer, but when I go on Cocoon Portal login page( http://localhost:8080/cocoon/sunspotdemoportal)and 
I try enter withUser: cocoon Password: 
cocoon or User: guest Password: 
guest 
I have this answer:


Cocoon 2 - Internal server error


type 
fatal
message 
null
description java.lang.NullPointerException
sender 
org.apache.cocoon.servlet.CocoonServlet
source 
Cocoon servlet
request-uri/cocoon/sunspotdemo-portal

path-infosunspotdemo-portal

stack-tracejava.lang.NullPointerException
	at org.apache.cocoon.sunshine.xml.XMLUtil.getNodesFromPath(XMLUtil.java:869)
	at org.apache.cocoon.sunshine.xml.XMLUtil.getNodesFromPath(XMLUtil.java:871)
	at org.apache.cocoon.sunshine.xml.XMLUtil.getNodesFromPath(XMLUtil.java:871)
	at org.apache.cocoon.sunshine.xml.XMLUtil.getNodeListFromPath(XMLUtil.java:836)
	at org.apache.cocoon.sunshine.context.SimpleSessionContext.getXML(SimpleSessionContext.java:173)
	at org.apache.cocoon.sunshine.sunrise.SunRise.isAuthenticated(SunRise.java:692)
	at org.apache.cocoon.sunshine.sunrise.SunRise.checkAuthentication(SunRise.java:769)
	at org.apache.cocoon.sunshine.sunrise.acting.AuthAction.act(AuthAction.java:122)
	at org.apache.cocoon.www.sitemap_xmap.matchN400496(C:\Programmi\Apache Group\Tomcat 4.1\work\Standalone\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:5223)
	at org.apache.cocoon.www.sitemap_xmap.process(C:\Programmi\Apache Group\Tomcat 4.1\work\Standalone\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:3313)
	at org.apache.cocoon.www.sitemap_xmap.process(C:\Programmi\Apache Group\Tomcat 4.1\work\Standalone\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:3091)
	at org.apache.cocoon.sitemap.Handler.process(Handler.java:227)
	at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:173)
	at org.apache.cocoon.sitemap.SitemapManager.process(SitemapManager.java:152)
	at org.apache.cocoon.Cocoon.process(Cocoon.java:579)
	at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:1043)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
	at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(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.java:191)
	at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(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.StandardContext.invoke(StandardContext.java:2415)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
	at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
	at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
	at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
	at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
	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.StandardEngineValve.invoke(StandardEngineValve.java:174)
	at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(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.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:432)
	at 

Re: Don't work Cocoon Portal after installation Cocoon 2.0.4

2003-03-10 Thread Gautam Ganguly
You need to use   in step 'a' the -Dinclude.scratchpad.libs=yes.Here it
is:
  .\build.bat -Dinclude.webapp.libs=yes -Dinclude.scratchpad.libs=yes
-Dinstall.war=%TOMCAT_HOME%\webapps webapp 
 Its because the portal demo is in the scratch pad area..if you look
the the cocoon installation page its given there.

hope that helps,
GG

 [EMAIL PROTECTED] 03/10/03 07:47AM 


Hi, 
I have installed Tomcat 4.1.18 on windows 2000 sp3 and  Jdk1.4
after I download Cocoon 2.0.4 src and I follow instruction in Install
file I have used the manual installation: 
  a..  .\build.bat -Dinclude.webapp.libs=yes
-Dinstall.war=%TOMCAT_HOME%\webapps webapp 
  b.. copy .\build\cocoon\cocoon.war %TOMCAT_HOME%\webapps\cocoon.war

  c..  Copy xerces-XXX.jar, xalan-XXX.jar, and the xml-apis.jar from
the .\lib\core\ to the %TOMCAT_HOME%\common\endorsed directory 

  d.. Restart the servlet engine
Cocoon seem work fine when I open http://localhost:8080/cocoon/ with
internet esplorer, but when I go on Cocoon Portal login page(
http://localhost:8080/cocoon/sunspotdemoportal ) and I try enter with
 User: cocoon Password: cocoon  or User: guest Password: guest 
I have  this answer:

Cocoon 2 - Internal server error



type fatal

message null

description java.lang.NullPointerException

sender org.apache.cocoon.servlet.CocoonServlet

source Cocoon servlet

request-uri

/cocoon/sunspotdemo-portal
path-info

sunspotdemo-portal
stack-trace

java.lang.NullPointerException
at
org.apache.cocoon.sunshine.xml.XMLUtil.getNodesFromPath(XMLUtil.java:869)
at
org.apache.cocoon.sunshine.xml.XMLUtil.getNodesFromPath(XMLUtil.java:871)
at
org.apache.cocoon.sunshine.xml.XMLUtil.getNodesFromPath(XMLUtil.java:871)
at
org.apache.cocoon.sunshine.xml.XMLUtil.getNodeListFromPath(XMLUtil.java:836)
at
org.apache.cocoon.sunshine.context.SimpleSessionContext.getXML(SimpleSessionContext.java:173)
at
org.apache.cocoon.sunshine.sunrise.SunRise.isAuthenticated(SunRise.java:692)
at
org.apache.cocoon.sunshine.sunrise.SunRise.checkAuthentication(SunRise.java:769)
at
org.apache.cocoon.sunshine.sunrise.acting.AuthAction.act(AuthAction.java:122)
at
org.apache.cocoon.www.sitemap_xmap.matchN400496(C:\Programmi\Apache
Group\Tomcat
4.1\work\Standalone\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:5223)
at
org.apache.cocoon.www.sitemap_xmap.process(C:\Programmi\Apache
Group\Tomcat
4.1\work\Standalone\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:3313)
at
org.apache.cocoon.www.sitemap_xmap.process(C:\Programmi\Apache
Group\Tomcat
4.1\work\Standalone\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:3091)
at org.apache.cocoon.sitemap.Handler.process(Handler.java:227)
at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:173)
at
org.apache.cocoon.sitemap.SitemapManager.process(SitemapManager.java:152)
at org.apache.cocoon.Cocoon.process(Cocoon.java:579)
at
org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:1043)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(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.java:191)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(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.StandardContext.invoke(StandardContext.java:2415)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at

Re: Don't work Cocoon Portal after installation Cocoon 2.0.4

2003-03-10 Thread hgadm
Silvio,

guess in 2.0.4 the portal is in scratchpad.libs - try
including them in he build command.

Regards,
Holger

On Mon, 10 Mar 2003, silvio wrote:

Hi, 
I have installed Tomcat 4.1.18 on windows 2000 sp3 
and  Jdk1.4
after I download Cocoon 2.0.4 src and I follow 
instruction in Install file I have used the manual 
installation: 

   .\build.bat 
  -Dinclude.webapp.libs=yes
-Dinstall.war=%TOMCAT_HOME%\webapps 
  webapp 
  
  copy .\build\cocoon\cocoon.war
%TOMCAT_HOME%\webapps\cocoon.war
  
   Copy xerces-XXX.jar, xalan-XXX.jar, and the
xml-apis.jar from the 
  .\lib\core\ to the %TOMCAT_HOME%\common\endorsed
directory 
  Restart the servlet engine
Cocoon seem work fine when I open
http://localhost:8080/cocoon/ with 
internet esplorer, but when I go on Cocoon Portal login
page(
http://localhost:8080/cocoon/sunspotdemoportal ) and 
I try enter with  User: cocoon Password: 
cocoon  or User: guest Password: 
guest 
I have  this answer:
 

Cocoon 2 - Internal server error


type 
fatal
message 
null
description java.lang.NullPointerException
sender 
org.apache.cocoon.servlet.CocoonServlet
source 
Cocoon servlet
request-uri/cocoon/sunspotdemo-portal

path-infosunspotdemo-portal

stack-tracejava.lang.NullPointerException
at
org.apache.cocoon.sunshine.xml.XMLUtil.getNodesFromPath(XMLUtil.java:869)
at
org.apache.cocoon.sunshine.xml.XMLUtil.getNodesFromPath(XMLUtil.java:871)
at
org.apache.cocoon.sunshine.xml.XMLUtil.getNodesFromPath(XMLUtil.java:871)
at
org.apache.cocoon.sunshine.xml.XMLUtil.getNodeListFromPath(XMLUtil.java:836)
at
org.apache.cocoon.sunshine.context.SimpleSessionContext.getXML(SimpleSessionContext.java:173)
at
org.apache.cocoon.sunshine.sunrise.SunRise.isAuthenticated(SunRise.java:692)
at
org.apache.cocoon.sunshine.sunrise.SunRise.checkAuthentication(SunRise.java:769)
at
org.apache.cocoon.sunshine.sunrise.acting.AuthAction.act(AuthAction.java:122)
at
org.apache.cocoon.www.sitemap_xmap.matchN400496(C:\Programmi\Apache Group\Tomcat
4.1\work\Standalone\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:5223)
at
org.apache.cocoon.www.sitemap_xmap.process(C:\Programmi\Apache Group\Tomcat
4.1\work\Standalone\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:3313)
at
org.apache.cocoon.www.sitemap_xmap.process(C:\Programmi\Apache Group\Tomcat
4.1\work\Standalone\localhost\cocoon\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:3091)
at
org.apache.cocoon.sitemap.Handler.process(Handler.java:227)
at
org.apache.cocoon.sitemap.Manager.invoke(Manager.java:173)
at
org.apache.cocoon.sitemap.SitemapManager.process(SitemapManager.java:152)
at org.apache.cocoon.Cocoon.process(Cocoon.java:579)
at
org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:1043)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(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.java:191)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(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.StandardContext.invoke(StandardContext.java:2415)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
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.StandardEngineValve.invoke(StandardEngineValve.java:174)
at

Problem installation cocoon 2.0.4 on tomcat 4.1.18

2003-03-06 Thread silvio
Hi,
I want install Cocoon 2.0.4 on Tomcat 4.1.18 with Jdk 1.4.0 and  Windows
2000 sp3
but in instruction to instal
(http://xml.apache.org/cocoon/installing/index.html) there is not specified
what do for this case but only for installing on tomcat 4.0.x.
Where can I find instruction for this installation?
Thanks.

Silvio


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



RE: Problem installation cocoon 2.0.4 on tomcat 4.1.18

2003-03-06 Thread Luca Morandini
 -Original Message-
 From: silvio [mailto:[EMAIL PROTECTED]
 Sent: Thursday, March 06, 2003 5:14 PM
 To: [EMAIL PROTECTED]
 Subject: Problem installation cocoon 2.0.4 on tomcat 4.1.18


 Hi,
 I want install Cocoon 2.0.4 on Tomcat 4.1.18 with Jdk 1.4.0 and  Windows
 2000 sp3
 but in instruction to instal
 (http://xml.apache.org/cocoon/installing/index.html) there is not specified
 what do for this case but only for installing on tomcat 4.0.x.
 Where can I find instruction for this installation?

I fear there's none... but don't panic, it's straightforward:

1) Install JDK 1.4.1_01 (AFAIK, 1.4.0 has some bugs)
2) Install Tomcat 4.1.x (I installed 4.1.12 LE 1.4)
3) Compile Cocoon for JDK 1.4
4) Put the cocoon.war under webapps
5) Copy xerces-XXX.jar, xalan-XXX.jar, and the xml-apis.jar from the .\lib\core\ to 
the %TOMCAT_HOME%\common\endorsed directory (or
in the endorsed of the JRE, but then you have to change a variable in catalina.bat). 
BTW, I've copied xercexImpl.jar as well.

Regards,

-
   Luca Morandini
   GIS Consultant
  [EMAIL PROTECTED]
http://utenti.tripod.it/lmorandini/index.html
-



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



Re: Installation Cocoon 2.0.1

2002-03-15 Thread cyril vidal

Hi vadim,

I've also followed your instructions for the binary version.
1°) Instead of XercesImpl-2.0.0.jar, I've got xerces-1.4.4.jar. It doesn't
matter?
2°) I apologize for my  absolute ignorance, but I don't know how to execute
these two instructions:
6. Clean Cocoon:
 build clean

 7. Build Cocoon:
 build -Dinclude.webapp.libs=yes webapp

May you still once help me?
Thanks a lot,
Cyril
- Original Message -
From: Vadim Gritsenko [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, March 14, 2002 8:57 PM
Subject: RE: Installation Cocoon 2.0.1


  From: cyril vidal [mailto:[EMAIL PROTECTED]]
 
  Vadim,
 
  Actually, i've downloaded the Cocoon 2.0.1 binary version.
  Can't it really don't work by this way?

 Steps were written for src version. You can try with binary version
 also. First unpack cocoon.war in tomcat/webapps/cocoon, remove
 cocoon.war; then follow instructions, only instead of lib/core directory
 you will have tomcat/cocoon/WEB-INF/lib directory.

 PS remove also tomcat/work/* directories.

 Vadim


  Cyril.
  - Original Message -
  From: Vadim Gritsenko [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Thursday, March 14, 2002 7:56 PM
  Subject: RE: Installation Cocoon 2.0.1
 
 
From: cyril vidal [mailto:[EMAIL PROTECTED]]
   
Vadim,
   
thanks for the tip.
I've read your tutorial.
Bu I don't find the cocoon directory you're talking about in step
 2 :
xml-cocoon2\lib\core  -:(.
Could you please tell me how to see it?
I apologize for these really basics questions...
  
   xml-cocoon2 referes to place were *source Cocoon distribution* is
   installed. If you don't have lib/core, you must have at least lib/.
  
   If you have binary distribution, try source one. Snapshot is
 available
   from http://cvs.apache.org/snapshots/xml-cocoon2/, or download
 release:
   http://xml.apache.org/cocoon/dist/cocoon-2.0.1-src.zip
  
  
   Vadim
  
  
Cyril.
- Original Message -
From: Vadim Gritsenko [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, March 14, 2002 6:32 PM
Subject: RE: Installation Cocoon 2.0.1
   
   
Read
http://marc.theaimsgroup.com/?t=10150987843r=1w=2
   
Vadim
   
-Original Message-
From: cyril vidal [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 14, 2002 12:11 PM
To: [EMAIL PROTECTED]
Subject: Installation Cocoon 2.0.1
   
Hello!
   
I'm trying to install Cocoon 2.0.1 with the servlet engine Tomcat
   4.0.3
on Windows Millenium, but it doesn't work.
This is what I've done:
a) I've downloaded Cocoon on c:\cocoon (Tomcat is on c:/tomcat)
b) I've copied the file c:\cocoon\cocoon.war on c:\tomcat\webapps
c) I've run Tomcat
d) I've written http://localhost:8080/cocoon/ on IE6
   
but unfortunelately, I've always the same http 500 Internal Server
Error:
exception
javax.servlet.ServletException: Servlet.init() for servlet Cocoon2
   threw
exception
at
   
  
 org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.jav
a:935)
at org.apache.catalina.core.StandardWrapper.allocate(Compiled
Code)
at
   
  
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:214)
at
   
  
 org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.ja
va:566)

and below this one
root cause
java.lang.NoClassDefFoundError: javax/xml/transform/URIResolver
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Compiled Code)
at java.security.SecureClassLoader.defineClass(Compiled Code)
at
   
  
 org.apache.catalina.loader.WebappClassLoader.findClassInternal(Compiled
Code)
at
org.apache.catalina.loader.WebappClassLoader.findClass(Compiled
 Code)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(Compiled
 Code)
at java.lang.ClassLoader.loadClass(Compiled Code)
at java.lang.ClassLoader.loadClass(Compiled Code)
at
   
  
 org.apache.avalon.excalibur.component.ExcaliburComponentManager.configur
e(Compiled Code)
   
I don't know what to do. What's wrong?
Thanks a lot for your answers,
Cyril.
   
   
   
 -
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]
  
  
  
 -
   Please

RE: Installation Cocoon 2.0.1

2002-03-15 Thread Vadim Gritsenko

 From: cyril vidal [mailto:[EMAIL PROTECTED]]
 
 Hi vadim,
 
 I've also followed your instructions for the binary version.
 1°) Instead of XercesImpl-2.0.0.jar, I've got xerces-1.4.4.jar. It
doesn't
 matter?

No.

 2°) I apologize for my  absolute ignorance, but I don't know how to
execute
 these two instructions:
 6. Clean Cocoon:
  build clean
 
  7. Build Cocoon:
  build -Dinclude.webapp.libs=yes webapp
 

That's for source distribution.

Vadim

 May you still once help me?
 Thanks a lot,
 Cyril
 - Original Message -
 From: Vadim Gritsenko [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, March 14, 2002 8:57 PM
 Subject: RE: Installation Cocoon 2.0.1
 
 
   From: cyril vidal [mailto:[EMAIL PROTECTED]]
  
   Vadim,
  
   Actually, i've downloaded the Cocoon 2.0.1 binary version.
   Can't it really don't work by this way?
 
  Steps were written for src version. You can try with binary version
  also. First unpack cocoon.war in tomcat/webapps/cocoon, remove
  cocoon.war; then follow instructions, only instead of lib/core
directory
  you will have tomcat/cocoon/WEB-INF/lib directory.
 
  PS remove also tomcat/work/* directories.
 
  Vadim

snip/


-
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: Installation Cocoon 2.0.1

2002-03-15 Thread Vadim Gritsenko

 From: cyril vidal [mailto:[EMAIL PROTECTED]]
 
 It still doesn't work.
 By the way, I don't understand why by just copying the cocoon.war file
into
 tomcat/webapps directory, it doesn't work.

BECAUSE YOU HAVE TO USE Tomcat 4.0.1 FOR THIS. THEN IT RUNS OUT OF THE
BOX.


 If read the installation instructions, for the binary version, it
should,
 no?

For Tomcat 4.0.1 ONLY

Vadim


 Something must be wrong but I really don't undertsand why (my servlet
engine
 runs well and the problem doesn't come from it)
 It's the last time I disturb the list with this problem, but I would
like so
 much It would run...
 Perhaps, with the content of my autoexec.bat, It would help:
 SET COMSPEC=C:\WINDOWS\COMMAND.COM
 SET windir=C:\WINDOWS
 SET winbootdir=C:\WINDOWS
 SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\jdk1.2\bin;
 SET CLASSPATH=C:\tomcat\common\lib\servlet.jar
 SET JAVA_HOME=c:\jdk1.2
 SET CATALINA_HOME=c:\tomcat
 SET PROMPT=$p$g
 SET TEMP=C:\WINDOWS\TEMP
 SET TMP=C:\WINDOWS\TEMP
 Thanks
 Cyril.
 - Original Message -
 From: Vadim Gritsenko [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, March 15, 2002 7:43 PM
 Subject: RE: Installation Cocoon 2.0.1
 
 
  From: cyril vidal [mailto:[EMAIL PROTECTED]]
 
  Hi vadim,
 
  I've also followed your instructions for the binary version.
  1°) Instead of XercesImpl-2.0.0.jar, I've got xerces-1.4.4.jar. It
 doesn't
  matter?
 
 No.
 
  2°) I apologize for my  absolute ignorance, but I don't know how to
 execute
  these two instructions:
  6. Clean Cocoon:
   build clean
  
   7. Build Cocoon:
   build -Dinclude.webapp.libs=yes webapp
  
 
 That's for source distribution.
 
 Vadim
 
  May you still once help me?
  Thanks a lot,
  Cyril
  - Original Message -
  From: Vadim Gritsenko [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Thursday, March 14, 2002 8:57 PM
  Subject: RE: Installation Cocoon 2.0.1
 
 
From: cyril vidal [mailto:[EMAIL PROTECTED]]
   
Vadim,
   
Actually, i've downloaded the Cocoon 2.0.1 binary version.
Can't it really don't work by this way?
  
   Steps were written for src version. You can try with binary
version
   also. First unpack cocoon.war in tomcat/webapps/cocoon, remove
   cocoon.war; then follow instructions, only instead of lib/core
 directory
   you will have tomcat/cocoon/WEB-INF/lib directory.
  
   PS remove also tomcat/work/* directories.
  
   Vadim
 
 snip/
 


-
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]




Installation Cocoon 2.0.1

2002-03-14 Thread cyril vidal



Hello!

I'm trying to install Cocoon 2.0.1 
with the servlet engine Tomcat 4.0.3 on Windows Millenium, but it doesn't 
work.
This is what I've done:
a) I've downloaded Cocoon on 
c:\cocoon (Tomcat is on c:/tomcat)
b) I've copied the file 
c:\cocoon\cocoon.war on c:\tomcat\webapps
c) I've run Tomcat 

d) I've written http://localhost:8080/cocoon/ on 
IE6

but unfortunelately, I've always the 
same http 500 Internal Server Error:

exception 
javax.servlet.ServletException: Servlet.init() for servlet Cocoon2 threw exception
	at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:935)
	at org.apache.catalina.core.StandardWrapper.allocate(Compiled Code)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
	at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
and below this oneroot cause java.lang.NoClassDefFoundError: javax/xml/transform/URIResolver
	at java.lang.ClassLoader.defineClass0(Native Method)
	at java.lang.ClassLoader.defineClass(Compiled Code)
	at java.security.SecureClassLoader.defineClass(Compiled Code)
	at org.apache.catalina.loader.WebappClassLoader.findClassInternal(Compiled Code)
	at org.apache.catalina.loader.WebappClassLoader.findClass(Compiled Code)
	at org.apache.catalina.loader.WebappClassLoader.loadClass(Compiled Code)
	at java.lang.ClassLoader.loadClass(Compiled Code)
	at java.lang.ClassLoader.loadClass(Compiled Code)
	at org.apache.avalon.excalibur.component.ExcaliburComponentManager.configure(Compiled Code)I don't know what to do. What's wrong?Thanks a lot for your answers,Cyril.



RE: Installation Cocoon 2.0.1

2002-03-14 Thread Vadim Gritsenko

Read
http://marc.theaimsgroup.com/?t=10150987843r=1w=2

Vadim

-Original Message-
From: cyril vidal [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, March 14, 2002 12:11 PM
To: [EMAIL PROTECTED]
Subject: Installation Cocoon 2.0.1

Hello!
 
I'm trying to install Cocoon 2.0.1 with the servlet engine Tomcat 4.0.3
on Windows Millenium, but it doesn't work.
This is what I've done:
a) I've downloaded Cocoon on c:\cocoon (Tomcat is on c:/tomcat)
b) I've copied the file c:\cocoon\cocoon.war on c:\tomcat\webapps
c) I've run Tomcat  
d) I've written http://localhost:8080/cocoon/ on IE6
 
but unfortunelately, I've always the same http 500 Internal Server
Error:
exception 
javax.servlet.ServletException: Servlet.init() for servlet Cocoon2 threw
exception
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.jav
a:935)
at org.apache.catalina.core.StandardWrapper.allocate(Compiled
Code)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:214)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.ja
va:566)

and below this one
root cause 
java.lang.NoClassDefFoundError: javax/xml/transform/URIResolver
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Compiled Code)
at java.security.SecureClassLoader.defineClass(Compiled Code)
at
org.apache.catalina.loader.WebappClassLoader.findClassInternal(Compiled
Code)
at
org.apache.catalina.loader.WebappClassLoader.findClass(Compiled Code)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(Compiled Code)
at java.lang.ClassLoader.loadClass(Compiled Code)
at java.lang.ClassLoader.loadClass(Compiled Code)
at
org.apache.avalon.excalibur.component.ExcaliburComponentManager.configur
e(Compiled Code)
 
I don't know what to do. What's wrong?
Thanks a lot for your answers,
Cyril.


-
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: Installation Cocoon 2.0.1

2002-03-14 Thread cyril vidal

Vadim,

thanks for the tip.
I've read your tutorial.
Bu I don't find the cocoon directory you're talking about in step 2 :
xml-cocoon2\lib\core  -:(.
Could you please tell me how to see it?
I apologize for these really basics questions...

Cyril.
- Original Message -
From: Vadim Gritsenko [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, March 14, 2002 6:32 PM
Subject: RE: Installation Cocoon 2.0.1


Read
http://marc.theaimsgroup.com/?t=10150987843r=1w=2

Vadim

-Original Message-
From: cyril vidal [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 14, 2002 12:11 PM
To: [EMAIL PROTECTED]
Subject: Installation Cocoon 2.0.1

Hello!

I'm trying to install Cocoon 2.0.1 with the servlet engine Tomcat 4.0.3
on Windows Millenium, but it doesn't work.
This is what I've done:
a) I've downloaded Cocoon on c:\cocoon (Tomcat is on c:/tomcat)
b) I've copied the file c:\cocoon\cocoon.war on c:\tomcat\webapps
c) I've run Tomcat
d) I've written http://localhost:8080/cocoon/ on IE6

but unfortunelately, I've always the same http 500 Internal Server
Error:
exception
javax.servlet.ServletException: Servlet.init() for servlet Cocoon2 threw
exception
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.jav
a:935)
at org.apache.catalina.core.StandardWrapper.allocate(Compiled
Code)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:214)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.ja
va:566)

and below this one
root cause
java.lang.NoClassDefFoundError: javax/xml/transform/URIResolver
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Compiled Code)
at java.security.SecureClassLoader.defineClass(Compiled Code)
at
org.apache.catalina.loader.WebappClassLoader.findClassInternal(Compiled
Code)
at
org.apache.catalina.loader.WebappClassLoader.findClass(Compiled Code)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(Compiled Code)
at java.lang.ClassLoader.loadClass(Compiled Code)
at java.lang.ClassLoader.loadClass(Compiled Code)
at
org.apache.avalon.excalibur.component.ExcaliburComponentManager.configur
e(Compiled Code)

I don't know what to do. What's wrong?
Thanks a lot for your answers,
Cyril.


-
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]




RE: Installation Cocoon 2.0.1

2002-03-14 Thread Vadim Gritsenko

 From: cyril vidal [mailto:[EMAIL PROTECTED]]
 
 Vadim,
 
 thanks for the tip.
 I've read your tutorial.
 Bu I don't find the cocoon directory you're talking about in step 2 :
 xml-cocoon2\lib\core  -:(.
 Could you please tell me how to see it?
 I apologize for these really basics questions...

xml-cocoon2 referes to place were *source Cocoon distribution* is
installed. If you don't have lib/core, you must have at least lib/.

If you have binary distribution, try source one. Snapshot is available
from http://cvs.apache.org/snapshots/xml-cocoon2/, or download release:
http://xml.apache.org/cocoon/dist/cocoon-2.0.1-src.zip


Vadim


 Cyril.
 - Original Message -
 From: Vadim Gritsenko [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, March 14, 2002 6:32 PM
 Subject: RE: Installation Cocoon 2.0.1
 
 
 Read
 http://marc.theaimsgroup.com/?t=10150987843r=1w=2
 
 Vadim
 
 -Original Message-
 From: cyril vidal [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, March 14, 2002 12:11 PM
 To: [EMAIL PROTECTED]
 Subject: Installation Cocoon 2.0.1
 
 Hello!
 
 I'm trying to install Cocoon 2.0.1 with the servlet engine Tomcat
4.0.3
 on Windows Millenium, but it doesn't work.
 This is what I've done:
 a) I've downloaded Cocoon on c:\cocoon (Tomcat is on c:/tomcat)
 b) I've copied the file c:\cocoon\cocoon.war on c:\tomcat\webapps
 c) I've run Tomcat
 d) I've written http://localhost:8080/cocoon/ on IE6
 
 but unfortunelately, I've always the same http 500 Internal Server
 Error:
 exception
 javax.servlet.ServletException: Servlet.init() for servlet Cocoon2
threw
 exception
 at

org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.jav
 a:935)
 at org.apache.catalina.core.StandardWrapper.allocate(Compiled
 Code)
 at

org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
 e.java:214)
 at

org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.ja
 va:566)
 
 and below this one
 root cause
 java.lang.NoClassDefFoundError: javax/xml/transform/URIResolver
 at java.lang.ClassLoader.defineClass0(Native Method)
 at java.lang.ClassLoader.defineClass(Compiled Code)
 at java.security.SecureClassLoader.defineClass(Compiled Code)
 at

org.apache.catalina.loader.WebappClassLoader.findClassInternal(Compiled
 Code)
 at
 org.apache.catalina.loader.WebappClassLoader.findClass(Compiled Code)
 at
 org.apache.catalina.loader.WebappClassLoader.loadClass(Compiled Code)
 at java.lang.ClassLoader.loadClass(Compiled Code)
 at java.lang.ClassLoader.loadClass(Compiled Code)
 at

org.apache.avalon.excalibur.component.ExcaliburComponentManager.configur
 e(Compiled Code)
 
 I don't know what to do. What's wrong?
 Thanks a lot for your answers,
 Cyril.
 
 
 -
 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]


-
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: Installation Cocoon 2.0.1

2002-03-14 Thread cyril vidal

Vadim,

Actually, i've downloaded the Cocoon 2.0.1 binary version.
Can't it really don't work by this way?

Cyril.
- Original Message - 
From: Vadim Gritsenko [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, March 14, 2002 7:56 PM
Subject: RE: Installation Cocoon 2.0.1


  From: cyril vidal [mailto:[EMAIL PROTECTED]]
  
  Vadim,
  
  thanks for the tip.
  I've read your tutorial.
  Bu I don't find the cocoon directory you're talking about in step 2 :
  xml-cocoon2\lib\core  -:(.
  Could you please tell me how to see it?
  I apologize for these really basics questions...
 
 xml-cocoon2 referes to place were *source Cocoon distribution* is
 installed. If you don't have lib/core, you must have at least lib/.
 
 If you have binary distribution, try source one. Snapshot is available
 from http://cvs.apache.org/snapshots/xml-cocoon2/, or download release:
 http://xml.apache.org/cocoon/dist/cocoon-2.0.1-src.zip
 
 
 Vadim
 
 
  Cyril.
  - Original Message -
  From: Vadim Gritsenko [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Thursday, March 14, 2002 6:32 PM
  Subject: RE: Installation Cocoon 2.0.1
  
  
  Read
  http://marc.theaimsgroup.com/?t=10150987843r=1w=2
  
  Vadim
  
  -Original Message-
  From: cyril vidal [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, March 14, 2002 12:11 PM
  To: [EMAIL PROTECTED]
  Subject: Installation Cocoon 2.0.1
  
  Hello!
  
  I'm trying to install Cocoon 2.0.1 with the servlet engine Tomcat
 4.0.3
  on Windows Millenium, but it doesn't work.
  This is what I've done:
  a) I've downloaded Cocoon on c:\cocoon (Tomcat is on c:/tomcat)
  b) I've copied the file c:\cocoon\cocoon.war on c:\tomcat\webapps
  c) I've run Tomcat
  d) I've written http://localhost:8080/cocoon/ on IE6
  
  but unfortunelately, I've always the same http 500 Internal Server
  Error:
  exception
  javax.servlet.ServletException: Servlet.init() for servlet Cocoon2
 threw
  exception
  at
 
 org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.jav
  a:935)
  at org.apache.catalina.core.StandardWrapper.allocate(Compiled
  Code)
  at
 
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
  e.java:214)
  at
 
 org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.ja
  va:566)
  
  and below this one
  root cause
  java.lang.NoClassDefFoundError: javax/xml/transform/URIResolver
  at java.lang.ClassLoader.defineClass0(Native Method)
  at java.lang.ClassLoader.defineClass(Compiled Code)
  at java.security.SecureClassLoader.defineClass(Compiled Code)
  at
 
 org.apache.catalina.loader.WebappClassLoader.findClassInternal(Compiled
  Code)
  at
  org.apache.catalina.loader.WebappClassLoader.findClass(Compiled Code)
  at
  org.apache.catalina.loader.WebappClassLoader.loadClass(Compiled Code)
  at java.lang.ClassLoader.loadClass(Compiled Code)
  at java.lang.ClassLoader.loadClass(Compiled Code)
  at
 
 org.apache.avalon.excalibur.component.ExcaliburComponentManager.configur
  e(Compiled Code)
  
  I don't know what to do. What's wrong?
  Thanks a lot for your answers,
  Cyril.
  
  
  -
  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]
 
 
 -
 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]




RE: Installation Cocoon 2.0.1

2002-03-14 Thread Vadim Gritsenko

 From: cyril vidal [mailto:[EMAIL PROTECTED]]
 
 Vadim,
 
 Actually, i've downloaded the Cocoon 2.0.1 binary version.
 Can't it really don't work by this way?

Steps were written for src version. You can try with binary version
also. First unpack cocoon.war in tomcat/webapps/cocoon, remove
cocoon.war; then follow instructions, only instead of lib/core directory
you will have tomcat/cocoon/WEB-INF/lib directory.

PS remove also tomcat/work/* directories.

Vadim

 
 Cyril.
 - Original Message -
 From: Vadim Gritsenko [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, March 14, 2002 7:56 PM
 Subject: RE: Installation Cocoon 2.0.1
 
 
   From: cyril vidal [mailto:[EMAIL PROTECTED]]
  
   Vadim,
  
   thanks for the tip.
   I've read your tutorial.
   Bu I don't find the cocoon directory you're talking about in step
2 :
   xml-cocoon2\lib\core  -:(.
   Could you please tell me how to see it?
   I apologize for these really basics questions...
 
  xml-cocoon2 referes to place were *source Cocoon distribution* is
  installed. If you don't have lib/core, you must have at least lib/.
 
  If you have binary distribution, try source one. Snapshot is
available
  from http://cvs.apache.org/snapshots/xml-cocoon2/, or download
release:
  http://xml.apache.org/cocoon/dist/cocoon-2.0.1-src.zip
 
 
  Vadim
 
 
   Cyril.
   - Original Message -
   From: Vadim Gritsenko [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Sent: Thursday, March 14, 2002 6:32 PM
   Subject: RE: Installation Cocoon 2.0.1
  
  
   Read
   http://marc.theaimsgroup.com/?t=10150987843r=1w=2
  
   Vadim
  
   -Original Message-
   From: cyril vidal [mailto:[EMAIL PROTECTED]]
   Sent: Thursday, March 14, 2002 12:11 PM
   To: [EMAIL PROTECTED]
   Subject: Installation Cocoon 2.0.1
  
   Hello!
  
   I'm trying to install Cocoon 2.0.1 with the servlet engine Tomcat
  4.0.3
   on Windows Millenium, but it doesn't work.
   This is what I've done:
   a) I've downloaded Cocoon on c:\cocoon (Tomcat is on c:/tomcat)
   b) I've copied the file c:\cocoon\cocoon.war on c:\tomcat\webapps
   c) I've run Tomcat
   d) I've written http://localhost:8080/cocoon/ on IE6
  
   but unfortunelately, I've always the same http 500 Internal Server
   Error:
   exception
   javax.servlet.ServletException: Servlet.init() for servlet Cocoon2
  threw
   exception
   at
  
 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.jav
   a:935)
   at org.apache.catalina.core.StandardWrapper.allocate(Compiled
   Code)
   at
  
 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
   e.java:214)
   at
  
 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.ja
   va:566)
   
   and below this one
   root cause
   java.lang.NoClassDefFoundError: javax/xml/transform/URIResolver
   at java.lang.ClassLoader.defineClass0(Native Method)
   at java.lang.ClassLoader.defineClass(Compiled Code)
   at java.security.SecureClassLoader.defineClass(Compiled Code)
   at
  
 
org.apache.catalina.loader.WebappClassLoader.findClassInternal(Compiled
   Code)
   at
   org.apache.catalina.loader.WebappClassLoader.findClass(Compiled
Code)
   at
   org.apache.catalina.loader.WebappClassLoader.loadClass(Compiled
Code)
   at java.lang.ClassLoader.loadClass(Compiled Code)
   at java.lang.ClassLoader.loadClass(Compiled Code)
   at
  
 
org.apache.avalon.excalibur.component.ExcaliburComponentManager.configur
   e(Compiled Code)
  
   I don't know what to do. What's wrong?
   Thanks a lot for your answers,
   Cyril.
  
  
  
-
   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]
 
 
 
-
  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]


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

Re: installation cocoon

2001-10-21 Thread Andre Juffer



Wim Peeters wrote:

 Hello, 
 
 Can someone help me with the installation of cocoon.
 If there a document or is someon willing to describe
 the steps to make tomcat work with cocoon. I have the
 following versions installed on my machine:
 
 apache http server 1.3.22
 tomcat 4.0.1
 cocoon 1.8


This is what I have added to the conf.httpd file to get Cocoon 2 working 
on Linux Slackware with Apache and Tomcat 4 (Catalina):


LoadModule webapp_module libexec/mod_webapp.so
AddModule mod_webapp.c
WebAppConnection conn  warp  localhost:8008
WebAppDeploy cocoonconn  /cocoon
WebAppInfo /webapp-info


It worked immediately after restarting Tomcat4 and Apache.

I have not tried this with Cocoon1.8, but I guess it will work as well. 
The mod-webapp.so module can be obtained from CVS
  (jakarta-tomcat-connectors/webapp).

Hope this helps,
Andre.


 
 thanks a lot
 Wim Peeters
 
 
 __
 Do You Yahoo!?
 Make a great connection at Yahoo! Personals.
 http://personals.yahoo.com
 
 -
 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]
 


-- 
Andre H. Juffer  | Phone: +358-8-553 1683
The Biocenter and| Fax: +358-8-553-1141
 the Dep. of Biochemistry | Email: [EMAIL PROTECTED]
University of Oulu, Finland  | WWW: http://www.biochem.oulu.fi/Biocomputing/


-
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]




installation cocoon

2001-10-20 Thread Wim Peeters

Hello, 

Can someone help me with the installation of cocoon.
If there a document or is someon willing to describe
the steps to make tomcat work with cocoon. I have the
following versions installed on my machine:

apache http server 1.3.22
tomcat 4.0.1
cocoon 1.8

thanks a lot
Wim Peeters


__
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

-
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]