Eduardo,

you could look under the tomcat work directory
($TOMCAT_HOME\work\localhost\cocoon\cocoon-files\org\apache\cocoon\www) to
find the sitemap_xmap.java source file and see what happens at line 3323.

Anyway, you have close the <map:pipeline> element, haven't you ?

Best regards,

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

-----Original Message-----
From: Eduardo Godoy [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 04, 2002 9:41 PM
To: [EMAIL PROTECTED]
Subject: sub site...


Hi,
    I need to add my cocoon project to main sitemap, I used to do using
<map:pipeline>
<map:match patter="cm/**">
<map:mount uri-prefix="cm" src="file:///C:/UnveilSource/CM/XSP/"
check-reload="yes"/>
</map:match>

but I get this error message when I open my browser at
http://localhost:8090/cocoon/ (yes, I use tomcat at port 8090)
type fatal
message Language Exception
description org.apache.cocoon.ProcessingException: Language Exception:
org.apache.cocoon.components.language.LanguageException: Error compiling
sitemap_xmap: Line 3323, column 55: Missing term. Line 0, column 0: Note:
C:\Program Files\Apache Tomcat
4.0\work\localhost\cocoon\cocoon-files\org\apache\cocoon\www\sitemap_xmap.ja
va uses or overrides a deprecated API. Recompile with "-deprecation" for
details. 1 error, 1 warning
sender org.apache.cocoon.servlet.CocoonServlet
source Cocoon servlet

Plataform:
OS: Windows 2000 professional
Tomcat: 4.0.2
Cocoon: 2.0.1

It used to work with cocoon 2.0 ... :(

Ideas?
Eduardo.


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

Reply via email to