[Laszlo-dev] missing template in Windows

P T Withington ptw at pobox.com
Tue Sep 1 12:48:13 PDT 2009


[re-directing to Laszlo-Dev, in case anyone else is being bitten by  
this.]

If you just want to make some progress,  you can expand the include by  
hand for now.

In WEB-INF/lps/tempates/ look for:

   app-console.xslt

and:

   html-response.xslt

and look for the <xsl:include ... > tag.  Replace it with the  
<xsl:template ...> tag from:

   embed-body.xslt

in the same directory.  Save out the files and try again.  Sorry for  
the confusion.  Max is digging in to this...


On 2009-09-01, at 15:35, promanik at laszlosystems.com wrote:

> Hi Tucker,
>
> I tried to confirm a bug and found that I can't run on Windows in  
> trunk. After building I get a tomcat error when trying to run an  
> app. The relevant line is:
>
> org.openlaszlo.utils.ChainedException:  
> javax.xml.transform.TransformerConfigurationException: Failure  
> reading file:/C:/WINDOWS/system32/WEB-INF/lps/templates/embed- 
> body.xslt; SystemID: ; Line#: -1; Column#: -1
>
> It thinks LPS_HOME is c:/WINDOWS/system32 instead of where LPS_HOME  
> really is. Perhaps this is caused by the relative path specified in  
> WEB-INF/lps/templates/app-console.xslt.
>
> Thanks!
>
> Phil
>
>



More information about the Laszlo-dev mailing list