build Cocoon2.1 CVS [ERROR]

2002-12-18 Thread Cocoon User

i try to build cocoon 2.1 CVS [2002.12.18 snapshot]

environment:
win XP
jakarta-tomcat-4.1.17
j2sdk1.4.1_01


i put the .war file into webapp  folder an start tomcat

when i ask cocoon [http://.:8080/cocoon]

i recieve the follow error

(copy - paste)

from error.log:

ERROR   (2002-12-18) 11:53.44:153   [access]
(/cocoon/documents/index.html) Thread-9/CocoonServlet: Problem with Cocoon
servlet
org.apache.cocoon.ProcessingException: Failed to execute pipeline.:
org.apache.cocoon.CascadingIOException:
org.apache.xml.utils.WrappedRuntimeException: The output format must have
a '{http://xml.apache.org/xslt}content-handler' property!:
org.apache.xml.utils.WrappedRuntimeException: The output format must have
a '{http://xml.apache.org/xslt}content-handler' property!
at
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.processXMLPipeline(AbstractProcessingPipeline.java:519)
at
org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.processXMLPipeline(AbstractCachingProcessingPipeline.java:192)
at
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.process(AbstractProcessingPipeline.java:484)
at
org.apache.cocoon.components.treeprocessor.sitemap.SerializeNode.invoke(SerializeNode.java:149)
at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:84)
at
org.apache.cocoon.components.treeprocessor.sitemap.PreparableMatchNode.invoke(PreparableMatchNode.java:164)


any idea?


i remember the days i try to build cocoon2rc1
i have to comment some lines in sitemap.xmap and recombile to have a
working .war


stavros kounis


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

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




RE: build Cocoon2.1 CVS [ERROR]

2002-12-18 Thread Geoff Howard
You haven't followed the jdk 1.4 specific instructions (or
they are still incorrect for recent tomcat).

Copy xalan*.jar, xerces*.jar and xml-apis.jar from WEB-INF\lib
(or from lib\core in cvs) to %TOMCAT_HOME%\common\endorsed

The docs at one point only mentioned %JAVA_HOME%\jre\lib\endorsed
but later tomcat versions use -Djava.endorsed.dirs to override
the standard jdk defined location.

Geoff Howard

 -Original Message-
 From: Cocoon User [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, December 18, 2002 5:11 AM
 To: [EMAIL PROTECTED]
 Subject: build Cocoon2.1 CVS [ERROR]



 i try to build cocoon 2.1 CVS [2002.12.18 snapshot]

 environment:
 win XP
 jakarta-tomcat-4.1.17
 j2sdk1.4.1_01


 i put the .war file into webapp  folder an start tomcat

 when i ask cocoon [http://.:8080/cocoon]

 i recieve the follow error

 (copy - paste)

 from error.log:

 ERROR   (2002-12-18) 11:53.44:153   [access]
 (/cocoon/documents/index.html) Thread-9/CocoonServlet: Problem with Cocoon
 servlet
 org.apache.cocoon.ProcessingException: Failed to execute pipeline.:
 org.apache.cocoon.CascadingIOException:
 org.apache.xml.utils.WrappedRuntimeException: The output format must have
 a '{http://xml.apache.org/xslt}content-handler' property!:
 org.apache.xml.utils.WrappedRuntimeException: The output format must have
 a '{http://xml.apache.org/xslt}content-handler' property!
   at
 org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.p
 rocessXMLPipeline(AbstractProcessingPipeline.java:519)
   at
 org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessi
 ngPipeline.processXMLPipeline(AbstractCachingProcessingPipeline.java:192)
   at
 org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.p
 rocess(AbstractProcessingPipeline.java:484)
   at
 org.apache.cocoon.components.treeprocessor.sitemap.SerializeNode.i
 nvoke(SerializeNode.java:149)
   at
 org.apache.cocoon.components.treeprocessor.AbstractParentProcessin
 gNode.invokeNodes(AbstractParentProcessingNode.java:84)
   at
 org.apache.cocoon.components.treeprocessor.sitemap.PreparableMatch
 Node.invoke(PreparableMatchNode.java:164)


 any idea?


 i remember the days i try to build cocoon2rc1
 i have to comment some lines in sitemap.xmap and recombile to have a
 working .war


 stavros kounis


 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.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/faq/index.html

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




[FIXED] RE: build Cocoon2.1 CVS [ERROR]

2002-12-18 Thread Cocoon User
that was the problem

thnx Geof

stavros





On Wed, 18 Dec 2002, Geoff Howard wrote:

 You haven't followed the jdk 1.4 specific instructions (or
 they are still incorrect for recent tomcat).

 Copy xalan*.jar, xerces*.jar and xml-apis.jar from WEB-INF\lib
 (or from lib\core in cvs) to %TOMCAT_HOME%\common\endorsed

 The docs at one point only mentioned %JAVA_HOME%\jre\lib\endorsed
 but later tomcat versions use -Djava.endorsed.dirs to override
 the standard jdk defined location.

 Geoff Howard

  -Original Message-
  From: Cocoon User [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, December 18, 2002 5:11 AM
  To: [EMAIL PROTECTED]
  Subject: build Cocoon2.1 CVS [ERROR]
 
 
 
  i try to build cocoon 2.1 CVS [2002.12.18 snapshot]
 
  environment:
  win XP
  jakarta-tomcat-4.1.17
  j2sdk1.4.1_01
 
 
  i put the .war file into webapp  folder an start tomcat
 
  when i ask cocoon [http://.:8080/cocoon]
 
  i recieve the follow error
 
  (copy - paste)
 
  from error.log:
 
  ERROR   (2002-12-18) 11:53.44:153   [access]
  (/cocoon/documents/index.html) Thread-9/CocoonServlet: Problem with Cocoon
  servlet
  org.apache.cocoon.ProcessingException: Failed to execute pipeline.:
  org.apache.cocoon.CascadingIOException:
  org.apache.xml.utils.WrappedRuntimeException: The output format must have
  a '{http://xml.apache.org/xslt}content-handler' property!:
  org.apache.xml.utils.WrappedRuntimeException: The output format must have
  a '{http://xml.apache.org/xslt}content-handler' property!
  at
  org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.p
  rocessXMLPipeline(AbstractProcessingPipeline.java:519)
  at
  org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessi
  ngPipeline.processXMLPipeline(AbstractCachingProcessingPipeline.java:192)
  at
  org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.p
  rocess(AbstractProcessingPipeline.java:484)
  at
  org.apache.cocoon.components.treeprocessor.sitemap.SerializeNode.i
  nvoke(SerializeNode.java:149)
  at
  org.apache.cocoon.components.treeprocessor.AbstractParentProcessin
  gNode.invokeNodes(AbstractParentProcessingNode.java:84)
  at
  org.apache.cocoon.components.treeprocessor.sitemap.PreparableMatch
  Node.invoke(PreparableMatchNode.java:164)
 
 
  any idea?
 
 
  i remember the days i try to build cocoon2rc1
  i have to comment some lines in sitemap.xmap and recombile to have a
  working .war
 
 
  stavros kounis
 
 
  -
  Please check that your question  has not already been answered in the
  FAQ before posting. http://xml.apache.org/cocoon/faq/index.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/faq/index.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/faq/index.html

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