I am deploying a geonetwork 2.10.3 war file in TOMCAT8 but when uploaded,
and accessing to the geonetwork instance landing page I get the following
stylesheet error:
*/THE REQUESTED OPERATION COULD NOT BE PERFORMED.
TransformerConfigurationException : Failed to compile stylesheet. 3 errors
detected.
Back to previous page
/*
Someone knows how to fix it? I cannot use any opction of the webapp.
Can you give more info about the context ? platform (Windows, linux, which linux distrib., etc), Java version ?
I didn't try tomcat8, but had no pb with tomcat7. Did you try on a tomcat7 instance ?
Jean
Le 31/10/2014 17:54, Lorena a écrit :
Hi,
I am deploying a geonetwork 2.10.3 war file in TOMCAT8 but when uploaded,
and accessing to the geonetwork instance landing page I get the following
stylesheet error:
*/THE REQUESTED OPERATION COULD NOT BE PERFORMED.
TransformerConfigurationException : Failed to compile stylesheet. 3 errors
detected.
Back to previous page
/*
Someone knows how to fix it? I cannot use any opction of the webapp.
Looking at the error message, there is this '##' in the path that looks weird.
Maybe you should rename your webapp in order to avoid such special chars and try again ?
Jean
Le 06/11/2014 10:16, Lorena a écrit :
Hi Jean,
I´ m running:
- Tomcat 8.0.14
- on Windows 8.1.
- jre1.8.0_25
looking the logs file I see the following error:
2014-11-04 21:09:08,357 INFO [jeeves.request] - HTML Request (from
0:0:0:0:0:0:0:1) : /geonetwork/srv/eng/main.home
2014-11-04 21:09:08,357 INFO [jeeves.service] - Dispatching : main.home
2014-11-04 21:09:08,357 INFO [jeeves.service] - -> dispatching to output
for : main.home
2014-11-04 21:09:10,054 INFO [jeeves.service] - -> transforming with
stylesheet : C:\Tomcat8\webapps\geonetwork##2.10.3\xsl/main-page.xsl
2014-11-04 21:09:11,775 ERROR [jeeves.service] - -> exception during
transformation for : main.home
2014-11-04 21:09:11,775 ERROR [jeeves.service] - -> (C) stylesheet :
C:\Tomcat8\webapps\geonetwork##2.10.3\xsl/main-page.xsl
2014-11-04 21:09:11,775 ERROR [jeeves.service] - -> (C) message :
Failed to compile stylesheet. 3 errors detected.
2014-11-04 21:09:11,775 ERROR [jeeves.service] - -> (C) exception :
TransformerConfigurationException
2014-11-04 21:09:11,779 INFO [jeeves.service] - -> dispatching to error
for : main.home
2014-11-04 21:09:11,951 INFO [jeeves.service] - -> transforming with
stylesheet : C:\Tomcat8\webapps\geonetwork##2.10.3\xsl/error.xsl
2014-11-04 21:09:12,063 INFO [jeeves.service] - -> end error
transformation for : main.home
2014-11-04 21:09:12,063 INFO [jeeves.service] - -> error ended for :
main.home
I have tried with Tomcat 7 and it happens the same.
2014-11-04 21:25:12,643 INFO [jeeves.request] - HTML Request (from
0:0:0:0:0:0:0:1) : /geonetwork/srv/eng/main.home
2014-11-04 21:25:12,643 INFO [jeeves.service] - Dispatching : main.home
2014-11-04 21:25:12,643 INFO [jeeves.service] - -> dispatching to output
for : main.home
2014-11-04 21:25:13,139 INFO [jeeves.service] - -> transforming with
stylesheet : C:\Tomcat7\webapps\geonetwork##2.10.3\xsl/main-page.xsl
2014-11-04 21:25:14,251 ERROR [jeeves.service] - -> exception during
transformation for : main.home
2014-11-04 21:25:14,251 ERROR [jeeves.service] - -> (C) stylesheet :
C:\Tomcat7\webapps\geonetwork##2.10.3\xsl/main-page.xsl
2014-11-04 21:25:14,251 ERROR [jeeves.service] - -> (C) message :
Failed to compile stylesheet. 3 errors detected.
2014-11-04 21:25:14,251 ERROR [jeeves.service] - -> (C) exception :
TransformerConfigurationException
2014-11-04 21:25:14,251 INFO [jeeves.service] - -> dispatching to error
for : main.home
2014-11-04 21:25:14,395 INFO [jeeves.service] - -> transforming with
stylesheet : C:\Tomcat7\webapps\geonetwork##2.10.3\xsl/error.xsl
2014-11-04 21:25:14,475 INFO [jeeves.service] - -> end error
transformation for : main.home
2014-11-04 21:25:14,475 INFO [jeeves.service] - -> error ended for :
main.home