AW: [opencms-dev] Re: having "25 tag missing" error too!

Tilo Kellermeier Tilo.Kellermeier at framfab.de
Wed May 16 11:19:41 CEST 2001


Hi Dick,
 
can you please give more details of the problem you have with the template
as it is described in the
documentation.
What Opencms- and Xerces-Version do you use etc...
I tested the code and had no problems with it.
 
Thanks for your help,
 
Tilo
 

-----Ursprungliche Nachricht-----
Von: Dick Poon [mailto:dick at javacatz.com]
Gesendet: Dienstag, 24. April 2001 10:25
An: opencms-dev at www.opencms.com; opencms-dev at opencms.com
Betreff: [opencms-dev] Re: having "25 tag missing" error too!


Hello,
 
I solved the problem.It's because of a syntax error typed in the first
template example of the opencmsdoc.pdf
On the manual,it is written that:
 
<?xml version="1.0"?>
<XMLTEMPLATE>
<TEMPLATE><![CDATA[
<HTML>
<HEAD>
<TITLE>The first template</TITLE>
</HEAD>
<BODY>
Hello, world!
</BODY>
</HTML>]]>    
</TEMPLATE>
</XMLTEMPLATE>
 
Actually, the </HTML>]] > syntax is wrong! after changing it to 
 
        </HTML>
            ]]>
 The html page should work now!
 
 
Dick Poon
 

----- Original Message ----- 
From: Dick Poon <mailto:dick at javacatz.com>  
To: opencms-dev at www.opencms.com <mailto:opencms-dev at www.opencms.com>  ;
opencms-dev at opencms.com <mailto:opencms-dev at opencms.com>  
Sent: Tuesday, April 24, 2001 3:59 PM
Subject: having "25 tag missing" error too!

I have this problem too!
 
 
 
 
Dick
 
 
*********************
 
[opencms-dev] [CmsException]: 25 XML tag missing
To: " 'opencms-dev at opencms.com' <mailto:'opencms-dev at opencms.com'> " <
opencms-dev at opencms.com <mailto:opencms-dev at opencms.com> >
Subject: [opencms-dev] [CmsException]: 25 XML tag missing
From: "Carell, Matthias" < Matthias.Carell at hot.de
<mailto:Matthias.Carell at hot.de> >
Date: Mon, 23 Apr 2001 16:39:45 +0100
Hi everybody! After a successful installtion of openCMS_4.2 under win32 I am
trying to do
all the exercises from the documentation  (OpenCmsDoc190401.pdf). When I
tried to preview my first page I got the following error: [CmsException]: 25
XML tag missing. Detailed Error: "MASTERTEMPLATE"
definition tag not found in file /body2.html..
at
com.opencms.template.CmsXmlControlFile.getMasterTemplate(CmsXmlControlFile.j
ava:174)
at
com.opencms.workplace.CmsXmlTemplateEditor.getContent(CmsXmlTemplateEditor.j
ava:308)
at
com.opencms.template.CmsXmlTemplate.getContent(CmsXmlTemplate.java:121)
at
com.opencms.template.CmsRootTemplate.getMasterTemplate(CmsRootTemplate.java:
125)
at
com.opencms.launcher.A_CmsLauncher.callCanonicalRoot(A_CmsLauncher.java:94)
at
com.opencms.launcher.CmsXmlLauncher.generateOutput(CmsXmlLauncher.java:167)
at
com.opencms.launcher.CmsXmlLauncher.launch(CmsXmlLauncher.java:207)
at
com.opencms.launcher.A_CmsLauncher.initlaunch(A_CmsLauncher.java:272)
at com.opencms.core.OpenCms.showResource(OpenCms.java:357)
at
com.opencms.core.OpenCmsHttpServlet.doGet(OpenCmsHttpServlet.java:465)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at com.opencms.core.OpenCmsServlet.service(OpenCmsServlet.java:89)
at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:317)
at org.apache.jserv.JServConnection.run(JServConnection.java:188)
at java.lang.Thread.run(Thread.java:484) After this I have installed
(imported) the OpenCms homepage. Now I got this
error if I try to edit my second page (chapter 1.2.2 in docu). Does anyone
know this problem? 
 
Thank you in advance.
 
 Matthias Carell


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20010516/fcaef5e0/attachment.htm>


More information about the opencms-dev mailing list