You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lenya.apache.org by Jörn Nettingsmeier <ne...@apache.org> on 2006/10/10 13:41:12 UTC

is anyone running 1.4-trunk on tomcat successfully?

hi everyone!


i'm having weird library issues (or so i think) while running
lenya-trunk in tomcat. xalan seems unable to map namespaces to prefixes,
and this has been reported as a jar incompatibility issue before
is anyone currently using this setup successfully?

if so, would you mind sharing
a) your tomcat and java version
b) your architecture and os
c) a listing of your tomcat endorsed lib directory and the
lenya/WEB-INF/lib directory

i'm desperately looking for clues...

the full story as originally posted to the dev list is attached below.

any hints greatly appreciated.


regards,

jörn



>> 
>> since moving to a tomcat deployment, i've had problems with the
>> sitetree generation code. when i click on the "site" tab, i get an
>> alert saying
>> 
>> "Error: could not load response xml for url: 
>> /lenya/soziologie/authoring/sitetree-fragment.xml?area=authoring&path=/index&language=de&initial=true&areas=authoring,trash,archive&lenya.module=sitetree"
>> 
> 
> the stacktrace i posted was probably a red herring. the real problem
> surfaced when i tried the url from the error message above manually:
> 
> An error occured.
> 
> Unable to map "http://www.w3.org/2000/xmlns/"
> 
> org.apache.cocoon.ProcessingException: Unable to map
> "http://www.w3.org/2000/xmlns/" at [SAXParseException] -
> file:/srv/www/tomcat5/base/webapps/lenya/lenya/modules/sitetree/xslt/navigation/sitetree2nav.xsl:61:19
> at <map:serialize type="xml"> -
> file:/srv/www/tomcat5/base/webapps/lenya/lenya/modules/sitetree/sitemap.xmap:144:36
> at <map:transform> -
> file:/srv/www/tomcat5/base/webapps/lenya/lenya/modules/sitetree/sitemap.xmap:140:113
> at <map:transform type="access-control-sitetree"> -
> file:/srv/www/tomcat5/base/webapps/lenya/lenya/modules/sitetree/sitemap.xmap:132:55
> 
> 
> 
> the line in question is this:
> 
> <xsl:template match="tree:fragment"> <nav:fragment> 
> ^^^^^^^^^^^^^^^^^^^ <xsl:copy-of select="@*"/> <xsl:choose> <xsl:when
> test="@base"> <xsl:apply-templates>
> 
> i.e. the moment the xsl processor tries a namespace mapping, it
> becomes unhappy.
> 
> some googling turned up this: 
> http://mail-archives.apache.org/mod_mbox/lenya-user/200504.mbox/%3c42633983.2020301@apache.org%3e
> 
> 
> so i double-checked my endorsed libs: 
> soz-131:/usr/share/tomcat5/common/endorsed # ls -1 . .. 
> [jaxp_parser_impl].jar [xml-commons-apis].jar 
> jakarta-bcel-20040329.jar jakarta-regexp-1.4.jar xalan-2.7.0.jar 
> xercesImpl-2.8.1.jar xml-apis-1.3.03.jar
> 
> soz-131:/usr/share/tomcat5/webapps/lenya/WEB-INF/lib/endorsed # ls -1
>  . ..
> 
> shared/ and server/ don't have any conflicting jars either.
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: is anyone running 1.4-trunk on tomcat successfully?

Posted by Jann Forrer <ja...@id.unizh.ch>.
On Tue, 10 Oct 2006, Jörn Nettingsmeier wrote:

Hi Jörn

> hi jan!
>
> Jann Forrer wrote:
>> Jörn Nettingsmeier wrote:
>>> hi everyone!
>>> 
>>> 
>>> i'm having weird library issues (or so i think) while running
>>> lenya-trunk in tomcat. xalan seems unable to map namespaces to prefixes,
>>> and this has been reported as a jar incompatibility issue before
>>> is anyone currently using this setup successfully?
>>> 
>> 
>> I am rununing 1.4( svn Revision: 450435) on tomcat.
>> 
>
> i have 453639.
>
> tried rolling back to your revision, re-deployed, deleted tomcat work dir, 
> restarted, same problem.
>
>>> if so, would you mind sharing
>>> a) your tomcat and java version
>> 
>> java version "1.4.2_06
>> Apache Tomcat/5.0.30
>
> same here..
>
>>> b) your architecture and os
>> Linux  2.6.13-15.11-smp
>> SUSE LINUX 10.0 (X86-64)
>
> same here, except i'm on a 32bit machine.
>
>>> c) a listing of your tomcat endorsed lib directory and the
>>> lenya/WEB-INF/lib directory
>>> 
>> 
>> common endorsed:
>> jakarta-bcel-20040329.jar  jakarta-regexp-1.4.jar  xalan-2.7.0.jar
>> xercesImpl-2.8.1.jar  xml-apis-1.3.03.jar
>
> same here. i had to delete two symlinks for xml-apis and xerces that
> pointed into the java sdk.
>
>> You could also test whether you hava a $JAVA_HOME/jre/endorsed (and some
>> xml libraries within this dir. They might conflict with the libraries
>> located in tomcat's common endorsed ....).
>
> it's empty.
>
>
>
> this one is tricky...
>
>

Indeed :-( Did you try to make a ./build.sh clean before redeploying?
But most likely you already tried it .... but this is the only 
suggestion which crosses my mind (at the moment).

Jann


Re: is anyone running 1.4-trunk on tomcat successfully?

Posted by Jörn Nettingsmeier <ne...@apache.org>.
hi jan!

Jann Forrer wrote:
> Jörn Nettingsmeier wrote:
>> hi everyone!
>>
>>
>> i'm having weird library issues (or so i think) while running
>> lenya-trunk in tomcat. xalan seems unable to map namespaces to prefixes,
>> and this has been reported as a jar incompatibility issue before
>> is anyone currently using this setup successfully?
>>
> 
> I am rununing 1.4( svn Revision: 450435) on tomcat.
> 

i have 453639.

tried rolling back to your revision, re-deployed, deleted tomcat work 
dir, restarted, same problem.

>> if so, would you mind sharing
>> a) your tomcat and java version
> 
> java version "1.4.2_06
> Apache Tomcat/5.0.30

same here..

>> b) your architecture and os
> Linux  2.6.13-15.11-smp
> SUSE LINUX 10.0 (X86-64)

same here, except i'm on a 32bit machine.

>> c) a listing of your tomcat endorsed lib directory and the
>> lenya/WEB-INF/lib directory
>>
> 
> common endorsed:
> jakarta-bcel-20040329.jar  jakarta-regexp-1.4.jar  xalan-2.7.0.jar
> xercesImpl-2.8.1.jar  xml-apis-1.3.03.jar

same here. i had to delete two symlinks for xml-apis and xerces that
pointed into the java sdk.

> You could also test whether you hava a $JAVA_HOME/jre/endorsed (and some
> xml libraries within this dir. They might conflict with the libraries
> located in tomcat's common endorsed ....).

it's empty.



this one is tricky...


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: is anyone running 1.4-trunk on tomcat successfully?

Posted by Jann Forrer <ja...@id.unizh.ch>.
Jörn Nettingsmeier wrote:
> hi everyone!
> 
> 
> i'm having weird library issues (or so i think) while running
> lenya-trunk in tomcat. xalan seems unable to map namespaces to prefixes,
> and this has been reported as a jar incompatibility issue before
> is anyone currently using this setup successfully?
>

I am rununing 1.4( svn Revision: 450435) on tomcat.

> if so, would you mind sharing
> a) your tomcat and java version

java version "1.4.2_06
Apache Tomcat/5.0.30

> b) your architecture and os
Linux  2.6.13-15.11-smp
SUSE LINUX 10.0 (X86-64)

> c) a listing of your tomcat endorsed lib directory and the
> lenya/WEB-INF/lib directory
> 

common endorsed:
jakarta-bcel-20040329.jar  jakarta-regexp-1.4.jar  xalan-2.7.0.jar
xercesImpl-2.8.1.jar  xml-apis-1.3.03.jar

You could also test whether you hava a $JAVA_HOME/jre/endorsed (and some
xml libraries within this dir. They might conflict with the libraries
located in tomcat's common endorsed ....).


HTH

Jann

> 
> 
> 
>>>
>>> since moving to a tomcat deployment, i've had problems with the
>>> sitetree generation code. when i click on the "site" tab, i get an
>>> alert saying
>>>
>>> "Error: could not load response xml for url:
>>> /lenya/soziologie/authoring/sitetree-fragment.xml?area=authoring&path=/index&language=de&initial=true&areas=authoring,trash,archive&lenya.module=sitetree"
>>>
>>>
>>
>> the stacktrace i posted was probably a red herring. the real problem
>> surfaced when i tried the url from the error message above manually:
>>
>> An error occured.
>>
>> Unable to map "http://www.w3.org/2000/xmlns/"
>>
>> org.apache.cocoon.ProcessingException: Unable to map
>> "http://www.w3.org/2000/xmlns/" at [SAXParseException] -
>> file:/srv/www/tomcat5/base/webapps/lenya/lenya/modules/sitetree/xslt/navigation/sitetree2nav.xsl:61:19
>>
>> at <map:serialize type="xml"> -
>> file:/srv/www/tomcat5/base/webapps/lenya/lenya/modules/sitetree/sitemap.xmap:144:36
>>
>> at <map:transform> -
>> file:/srv/www/tomcat5/base/webapps/lenya/lenya/modules/sitetree/sitemap.xmap:140:113
>>
>> at <map:transform type="access-control-sitetree"> -
>> file:/srv/www/tomcat5/base/webapps/lenya/lenya/modules/sitetree/sitemap.xmap:132:55
>>
>>
>>
>>
>> the line in question is this:
>>
>> <xsl:template match="tree:fragment"> <nav:fragment>
>> ^^^^^^^^^^^^^^^^^^^ <xsl:copy-of select="@*"/> <xsl:choose> <xsl:when
>> test="@base"> <xsl:apply-templates>
>>
>> i.e. the moment the xsl processor tries a namespace mapping, it
>> becomes unhappy.
>>
>> some googling turned up this:
>> http://mail-archives.apache.org/mod_mbox/lenya-user/200504.mbox/%3c42633983.2020301@apache.org%3e
>>
>>
>>
>> so i double-checked my endorsed libs:
>> soz-131:/usr/share/tomcat5/common/endorsed # ls -1 . ..
>> [jaxp_parser_impl].jar [xml-commons-apis].jar
>> jakarta-bcel-20040329.jar jakarta-regexp-1.4.jar xalan-2.7.0.jar
>> xercesImpl-2.8.1.jar xml-apis-1.3.03.jar
>>
>> soz-131:/usr/share/tomcat5/webapps/lenya/WEB-INF/lib/endorsed # ls -1
>>  . ..
>>
>> shared/ and server/ don't have any conflicting jars either.
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
> For additional commands, e-mail: user-help@lenya.apache.org
> 
> 


-- 
Jann Forrer
Informatikdienste
Universität Zürich
Winterthurerstr. 190
CH-8057 Zürich

oooO   mail:  jann.forrer@id.unizh.ch
(  )   phone: +41 44 63 56772
 \ (   fax:   +41 44 63 54505
  \_)  http://www.id.unizh.ch


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: is anyone running 1.4-trunk on tomcat successfully?

Posted by simon litwan <si...@wyona.com>.
Jörn Nettingsmeier schrieb:
hi jörn
> hi simon!
>
> simon litwan wrote:
>> Jörn Nettingsmeier schrieb:
>>> hi everyone!
>>>
>>>
>>> i'm having weird library issues (or so i think) while running
>>> lenya-trunk in tomcat. xalan seems unable to map namespaces to 
>>> prefixes,
>>> and this has been reported as a jar incompatibility issue before
>>> is anyone currently using this setup successfully?
>>>
>>> if so, would you mind sharing
>>> a) your tomcat and java version
>> jakarta-tomcat-5.0.28
>> j2sdk1.4.2_10
>>
>>> b) your architecture and os
>> x86, ubunut 6.06
>>> c) a listing of your tomcat endorsed lib directory and the
>>> lenya/WEB-INF/lib directory
>> ls common/endorsed/
>> jakarta-bcel-20040329.jar  xalan-2.6.1-dev-20041008T0304.jar  
>> xercesImpl-2.8.0.jar  xml-apis.jar
>> jakarta-regexp-1.3.jar     xalan-2.7.0.jar                    
>> xercesImpl-2.8.1.jar
>> jakarta-regexp-1.4.jar     xercesImpl-2.6.2.jar               
>> xml-apis-1.3.02.jar
>> old                        xercesImpl-2.7.1.jar               
>> xml-apis-1.3.03.jar
>
> funny. after re-reading the tomcat/lenya install instructions, i'm sorry
> to say that your setup does not work :)
lucky me, it works :)
> that's a whole zoo of xerces versions you have in there... according to
> the docs, this should lead to problems. weird.
>
> did you do any cleanup after deploying? how exactly did you deploy to
> tomcat? with ./build.sh and the appropriate settings in
> local.build.properties, or via a war file?
i deployed with lenyas ./build.sh and local.build.properties
i must say i'm using this tomcat for a long time for testing purposes 
and deployed many projects in it.
but as far as i can say i have no problem with it.
>
> maybe i've cleaned up too much?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
> For additional commands, e-mail: user-help@lenya.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: is anyone running 1.4-trunk on tomcat successfully?

Posted by Jörn Nettingsmeier <ne...@apache.org>.
hi simon!

simon litwan wrote:
> Jörn Nettingsmeier schrieb:
>> hi everyone!
>>
>>
>> i'm having weird library issues (or so i think) while running
>> lenya-trunk in tomcat. xalan seems unable to map namespaces to prefixes,
>> and this has been reported as a jar incompatibility issue before
>> is anyone currently using this setup successfully?
>>
>> if so, would you mind sharing
>> a) your tomcat and java version
> jakarta-tomcat-5.0.28
> j2sdk1.4.2_10
> 
>> b) your architecture and os
> x86, ubunut 6.06
>> c) a listing of your tomcat endorsed lib directory and the
>> lenya/WEB-INF/lib directory
> ls common/endorsed/
> jakarta-bcel-20040329.jar  xalan-2.6.1-dev-20041008T0304.jar  
> xercesImpl-2.8.0.jar  xml-apis.jar
> jakarta-regexp-1.3.jar     xalan-2.7.0.jar                    
> xercesImpl-2.8.1.jar
> jakarta-regexp-1.4.jar     xercesImpl-2.6.2.jar               
> xml-apis-1.3.02.jar
> old                        xercesImpl-2.7.1.jar               
> xml-apis-1.3.03.jar

funny. after re-reading the tomcat/lenya install instructions, i'm sorry
to say that your setup does not work :)
that's a whole zoo of xerces versions you have in there... according to
the docs, this should lead to problems. weird.

did you do any cleanup after deploying? how exactly did you deploy to
tomcat? with ./build.sh and the appropriate settings in
local.build.properties, or via a war file?

maybe i've cleaned up too much?


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: is anyone running 1.4-trunk on tomcat successfully?

Posted by simon litwan <si...@wyona.com>.
Jörn Nettingsmeier schrieb:
> hi everyone!
>
>
> i'm having weird library issues (or so i think) while running
> lenya-trunk in tomcat. xalan seems unable to map namespaces to prefixes,
> and this has been reported as a jar incompatibility issue before
> is anyone currently using this setup successfully?
>
> if so, would you mind sharing
> a) your tomcat and java version
jakarta-tomcat-5.0.28
j2sdk1.4.2_10

> b) your architecture and os
x86, ubunut 6.06
> c) a listing of your tomcat endorsed lib directory and the
> lenya/WEB-INF/lib directory
ls common/endorsed/
jakarta-bcel-20040329.jar  xalan-2.6.1-dev-20041008T0304.jar  
xercesImpl-2.8.0.jar  xml-apis.jar
jakarta-regexp-1.3.jar     xalan-2.7.0.jar                    
xercesImpl-2.8.1.jar
jakarta-regexp-1.4.jar     xercesImpl-2.6.2.jar               
xml-apis-1.3.02.jar
old                        xercesImpl-2.7.1.jar               
xml-apis-1.3.03.jar


ls webapps/lenya/WEB-INF/lib/
ant-contrib-0.6.jar                    excalibur-xmlutil-2.1.jar
ant.jar                                fop-0.20.5.jar
ant-junit.jar                          
geronimo-spec-activation-1.0.2-rc4.jar
ant-launcher.jar                       geronimo-spec-javamail-1.3.1-rc5.jar
ant-trax.jar                           hsqldb-1.8.0.2.jar
avalon-framework-api-4.3.jar           icu4j-2.8.jar
avalon-framework-impl-4.3.jar          jackrabbit-1.0-LCR330244.jar
avalon-logkit-2.1.jar                  jackrabbit-commons-1.0-LCR330244.jar
axis-1.4.jar                           jakarta-oro-2.0.8.jar
axis-jaxrpc-1.4.jar                    javacApi-0.9.jar
axis-saaj-1.4.jar                      javacImpl-0.9.jar
batik-all-1.6.jar                      jcifs-mock.jar
castor-0.9.6-xml.jar                   jcr-1.0.jar
chaperon-20040205.jar                  jcs-1.2.5-dev-20050313.jar
cocoon-2.1.10-dev.jar                  jdbi-1.3.1.jar
cocoon-ajax-block.jar                  jdtcore-3.0.2.jar
cocoon-asciiart-block.jar              jena-2.1.jar
cocoon-auth-block.jar                  jing-20030619.jar
cocoon-axis-block.jar                  jtidy-04aug2000r7-dev.jar
cocoon-batik-block.jar                 junit-3.8.1.jar
cocoon-captcha-block.jar               lenya-1.4-dev-api.jar
cocoon-chaperon-block.jar              lenya-1.4-dev-impl.jar
cocoon-cron-block.jar                  lenya-1.4-dev-pubs.jar
cocoon-databases-block.jar             
lenya-module-org.apache.lenya.modules.ac-impl.jar
cocoon-deli-block.jar                  
lenya-module-org.apache.lenya.modules.administration.jar
cocoon-fop-block.jar                   
lenya-module-org.apache.lenya.modules.bxe.jar
cocoon-forms-block.jar                 
lenya-module-org.apache.lenya.modules.cache.jar
cocoon-hsqldb-block.jar                
lenya-module-org.apache.lenya.modules.contactform.jar
cocoon-html-block.jar                  
lenya-module-org.apache.lenya.modules.defaultusecases.jar
cocoon-imageop-block.jar               
lenya-module-org.apache.lenya.modules.editors.jar
cocoon-linkrewriter-block.jar          
lenya-module-org.apache.lenya.modules.fckeditor.jar
cocoon-lucene-block.jar                
lenya-module-org.apache.lenya.modules.jackrabbit.jar
cocoon-mail-block.jar                  
lenya-module-org.apache.lenya.modules.janitor.jar
cocoon-naming-block.jar                
lenya-module-org.apache.lenya.modules.jcr.jar
cocoon-profiler-block.jar              
lenya-module-org.apache.lenya.modules.kupu.jar
cocoon-proxy-block.jar                 
lenya-module-org.apache.lenya.modules.ldap.jar
cocoon-querybean-block.jar             
lenya-module-org.apache.lenya.modules.lenyadoc.jar
cocoon-serializers-block.jar           
lenya-module-org.apache.lenya.modules.linkcheck.jar
cocoon-serializers-charsets-0.2.jar    
lenya-module-org.apache.lenya.modules.lucene.jar
cocoon-session-fw-block.jar            
lenya-module-org.apache.lenya.modules.notification.jar
cocoon-template-block.jar              
lenya-module-org.apache.lenya.modules.observation-impl.jar
cocoon-testcase.jar                    
lenya-module-org.apache.lenya.modules.opendocument.jar
cocoon-validation-block.jar            
lenya-module-org.apache.lenya.modules.pagecatcher.jar
cocoon-xsltal-block.jar                
lenya-module-org.apache.lenya.modules.properties.jar
cocoon-xsp-block.jar                   
lenya-module-org.apache.lenya.modules.repository.jar
commons-beanutils-core-1.7.0.jar       
lenya-module-org.apache.lenya.modules.resource.jar
commons-cli-1.0.jar                    
lenya-module-org.apache.lenya.modules.sitemanagement.jar
commons-codec-1.3.jar                  
lenya-module-org.apache.lenya.modules.sitetree.jar
commons-collections-3.2.jar            
lenya-module-org.apache.lenya.modules.sourcerepository.jar
commons-discovery-0.2.jar              
lenya-module-org.apache.lenya.modules.templating-impl.jar
commons-httpclient-2.0.2.jar           
lenya-module-org.apache.lenya.modules.tinymce.jar
commons-io-1.2.jar                     
lenya-module-org.apache.lenya.modules.usecasedocument.jar
commons-jexl-1.0.jar                   
lenya-module-org.apache.lenya.modules.usecase-impl.jar
commons-jxpath-1.2.jar                 
lenya-module-org.apache.lenya.modules.usecase.jar
commons-lang-2.1.jar                   
lenya-module-org.apache.lenya.modules.webdav.jar
commons-logging-1.0.4.jar              
lenya-module-org.apache.lenya.modules.workflow-impl.jar
concurrent-1.3.4.jar                   
lenya-module-org.wyona.lenya.modules.wiki.jar
daisy-htmlcleaner-1.4.1.jar            log4j-1.2.13.jar
daisy-util-1.4.1.jar                   lucene-1.4.3.jar
deli-x050330.jar                       nekodtd-0.1.11.jar
dojo-rsrc-20060614.jar                 nekohtml-0.9.5.jar
ehcache-1.2.2.jar                      nekopull-0.2.4.jar
endorsed                               
org.apache.forrest.plugin.output.inputModule-r431162.jar
excalibur-component-2.1.jar            pizza-1.1.jar
excalibur-datasource-2.1.jar           quartz-1.5.2.jar
excalibur-i18n-1.1.jar                 rhino1.5r4-continuations-R26.jar
excalibur-instrument-api-2.1.jar       websphinx-0.5.jar
excalibur-instrument-mgr-api-2.1.jar   WikiParser-r10618-lcr7205.jar
excalibur-instrument-mgr-http-2.1.jar  wsdl4j-1.5.1.jar
excalibur-instrument-mgr-impl-2.1.jar  xercesImpl-2.7.1.jar
excalibur-logger-2.1.jar               xercesImpl-2.8.0.jar
excalibur-naming-1.0.jar               xml-apis.jar
excalibur-pool-api-2.1.jar             xml-commons-resolver-1.1.jar
excalibur-pool-impl-2.1.jar            xmldb-common-2003-09-02.jar
excalibur-pool-instrumented-2.1.jar    xmldb-xupdate-20040205.jar
excalibur-sourceresolve-2.1.jar        xml-forrest-r428652.jar
excalibur-store-2.1.jar                xmlunit1.0.jar
excalibur-testcase-1.0.jar             xreporter-expression-r674.jar

>
> i'm desperately looking for clues...
>
> the full story as originally posted to the dev list is attached below.
>
> any hints greatly appreciated.
at least i can say i don't have problems with the sitetree in my sitetab.

HTH
simon

>
>
> regards,
>
> jörn
>
>
>
>>>
>>> since moving to a tomcat deployment, i've had problems with the
>>> sitetree generation code. when i click on the "site" tab, i get an
>>> alert saying
>>>
>>> "Error: could not load response xml for url: 
>>> /lenya/soziologie/authoring/sitetree-fragment.xml?area=authoring&path=/index&language=de&initial=true&areas=authoring,trash,archive&lenya.module=sitetree" 
>>>
>>>
>>
>> the stacktrace i posted was probably a red herring. the real problem
>> surfaced when i tried the url from the error message above manually:
>>
>> An error occured.
>>
>> Unable to map "http://www.w3.org/2000/xmlns/"
>>
>> org.apache.cocoon.ProcessingException: Unable to map
>> "http://www.w3.org/2000/xmlns/" at [SAXParseException] -
>> file:/srv/www/tomcat5/base/webapps/lenya/lenya/modules/sitetree/xslt/navigation/sitetree2nav.xsl:61:19 
>>
>> at <map:serialize type="xml"> -
>> file:/srv/www/tomcat5/base/webapps/lenya/lenya/modules/sitetree/sitemap.xmap:144:36 
>>
>> at <map:transform> -
>> file:/srv/www/tomcat5/base/webapps/lenya/lenya/modules/sitetree/sitemap.xmap:140:113 
>>
>> at <map:transform type="access-control-sitetree"> -
>> file:/srv/www/tomcat5/base/webapps/lenya/lenya/modules/sitetree/sitemap.xmap:132:55 
>>
>>
>>
>>
>> the line in question is this:
>>
>> <xsl:template match="tree:fragment"> <nav:fragment> 
>> ^^^^^^^^^^^^^^^^^^^ <xsl:copy-of select="@*"/> <xsl:choose> <xsl:when
>> test="@base"> <xsl:apply-templates>
>>
>> i.e. the moment the xsl processor tries a namespace mapping, it
>> becomes unhappy.
>>
>> some googling turned up this: 
>> http://mail-archives.apache.org/mod_mbox/lenya-user/200504.mbox/%3c42633983.2020301@apache.org%3e 
>>
>>
>>
>> so i double-checked my endorsed libs: 
>> soz-131:/usr/share/tomcat5/common/endorsed # ls -1 . .. 
>> [jaxp_parser_impl].jar [xml-commons-apis].jar 
>> jakarta-bcel-20040329.jar jakarta-regexp-1.4.jar xalan-2.7.0.jar 
>> xercesImpl-2.8.1.jar xml-apis-1.3.03.jar
>>
>> soz-131:/usr/share/tomcat5/webapps/lenya/WEB-INF/lib/endorsed # ls -1
>>  . ..
>>
>> shared/ and server/ don't have any conflicting jars either.
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
> For additional commands, e-mail: user-help@lenya.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org