Yup. I got that message too.. I am guessing we'll fix it sometime this coming week..:)

Geeta

Mike Deegan wrote:

>  Hello - not sure if someone had this problem yet when testing the Lab 0.
>
> If I go to http://localhost/ I get the "nice" message with link  "Welcome to
> CoLinx, LLC. Enter here. "
>
> Enter here. hyperlink properties are to http://localhost/do/nameList
>
> then I get the following error (see resin dump below as well )
>
> any help please ???
>
> Regards,
> Mike Deegan
>
> 503 Unavailable
> javax.servlet.UnavailableException: Parsing error processing resource path
>
>         at
> org.apache.struts.action.ActionServlet.initModuleConfig(Ljava.lang.String;Lj
> ava.lang.String;)Lorg.apache.struts.config.ModuleConfig;(ActionServlet.java:
> 948)
>         at org.apache.struts.action.ActionServlet.init()V(ActionServlet.java:461)
>         at
> javax.servlet.GenericServlet.init(Ljavax.servlet.ServletConfig;)V(GenericSer
> vlet.java:258)
>         at
> com.caucho.server.dispatch.ServletConfigImpl.createServlet()Ljavax.servlet.S
> ervlet;(ServletConfigImpl.java:475)
>         at
> com.caucho.server.dispatch.ServletFilterChain.doFilter(Ljavax.servlet.Servle
> tRequest;Ljavax.servlet.ServletResponse;)V(ServletFilterChain.java:96)
>         at
> com.caucho.server.webapp.WebAppFilterChain.doFilter(Ljavax.servlet.ServletRe
> quest;Ljavax.servlet.ServletResponse;)V(WebAppFilterChain.java:149)
>         at
> com.caucho.server.dispatch.ServletInvocation.service(Ljavax.servlet.ServletR
> equest;Ljavax.servlet.ServletResponse;)V(ServletInvocation.java:221)
>         at
> com.caucho.server.http.HttpRequest.handleRequest()Z(HttpRequest.java:257)
>         at com.caucho.server.port.WorkerThread.run()V(WorkerThread.java:123)
>         at java.lang.Thread.run()V(Unknown Source)
>         at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)
>
> ----------------------------------------------------------------------------
> ----
>
> Resin 3.0.0-beta (built Thu Feb 13 18:21:13 PST 2003)
>
> [13:51:47.218] mvc: init
> 0 [-pool-0-worker-2] INFO util.PropertyMessageResources  - Initializing,
> config=
> 'org.apache.struts.util.LocalStrings', returnNull=true
> 31 [-pool-0-worker-2] INFO util.PropertyMessageResources  - Initializing,
> config
> ='org.apache.struts.action.ActionResources', returnNull=true
> 781 [-pool-0-worker-2] ERROR digester.Digester  - Parse Fatal Error at line
> 19 c
> olumn 0: expected `</forward>' at `</action>' (open at 18)
> org.xml.sax.SAXParseException: expected `</forward>' at `</action>' (open at
> 18)
>
>         at
> com.caucho.xml.XmlParser.error(Ljava.lang.String;)Lcom.caucho.xml.Xml
> ParseException;(XmlParser.java:2736)
>         at
> com.caucho.xml.XmlPolicy.elementCloseAction(Lcom.caucho.xml.XmlParser
> ;Lcom.caucho.xml.QName;Ljava.lang.String;)I(XmlPolicy.java:91)
>         at
> com.caucho.xml.XmlParser.closeTag(Ljava.lang.String;)V(XmlParser.java
> :787)
>         at com.caucho.xml.XmlParser.parseNode(IZ)V(XmlParser.java:358)
>         at
> com.caucho.xml.XmlParser.parseInt(Lcom.caucho.vfs.ReadStream;)Lorg.w3
> c.dom.Document;(XmlParser.java:247)
>         at
> com.caucho.xml.AbstractParser.parse(Lorg.xml.sax.InputSource;)V(Abstr
> actParser.java:568)
>         at
> org.apache.commons.digester.Digester.parse(Lorg.xml.sax.InputSource;)
> Ljava.lang.Object;(Digester.java:1543)
>         at
> org.apache.struts.action.ActionServlet.initModuleConfig(Ljava.lang.St
> ring;Ljava.lang.String;)Lorg.apache.struts.config.ModuleConfig;(ActionServle
> t.ja
> va:940)
>         at
> org.apache.struts.action.ActionServlet.init()V(ActionServlet.java:461
> )
>         at
> javax.servlet.GenericServlet.init(Ljavax.servlet.ServletConfig;)V(Gen
> ericServlet.java:258)
>         at
> com.caucho.server.dispatch.ServletConfigImpl.createServlet()Ljavax.se
> rvlet.Servlet;(ServletConfigImpl.java:475)
>         at
> com.caucho.server.dispatch.ServletFilterChain.doFilter(Ljavax.servlet
> .ServletRequest;Ljavax.servlet.ServletResponse;)V(ServletFilterChain.java:96
> )
>         at
> com.caucho.server.webapp.WebAppFilterChain.doFilter(Ljavax.servlet.Se
> rvletRequest;Ljavax.servlet.ServletResponse;)V(WebAppFilterChain.java:149)
>         at
> com.caucho.server.dispatch.ServletInvocation.service(Ljavax.servlet.S
> ervletRequest;Ljavax.servlet.ServletResponse;)V(ServletInvocation.java:221)
>         at
> com.caucho.server.http.HttpRequest.handleRequest()Z(HttpRequest.java:
> 257)
>         at com.caucho.server.port.WorkerThread.run()V(WorkerThread.java:123)
>         at java.lang.Thread.run()V(Unknown Source)
>         at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown
> Sourc
> e)
> 891 [-pool-0-worker-2] ERROR action.ActionServlet  - Parsing error
> processing re
> source path
> com.caucho.xml.XmlParseException:
> http://jakarta.apache.org/struts/dtds/struts-c
> onfig_1_1.dtd:19: expected `</forward>' at `</action>' (open at 18)
>         at
> com.caucho.xml.XmlParser.error(Ljava.lang.String;)Lcom.caucho.xml.Xml
> ParseException;(XmlParser.java:2744)
>         at
> com.caucho.xml.XmlPolicy.elementCloseAction(Lcom.caucho.xml.XmlParser
> ;Lcom.caucho.xml.QName;Ljava.lang.String;)I(XmlPolicy.java:91)
>         at
> com.caucho.xml.XmlParser.closeTag(Ljava.lang.String;)V(XmlParser.java
> :787)
>         at com.caucho.xml.XmlParser.parseNode(IZ)V(XmlParser.java:358)
>         at
> com.caucho.xml.XmlParser.parseInt(Lcom.caucho.vfs.ReadStream;)Lorg.w3
> c.dom.Document;(XmlParser.java:247)
>         at
> com.caucho.xml.AbstractParser.parse(Lorg.xml.sax.InputSource;)V(Abstr
> actParser.java:568)
>         at
> org.apache.commons.digester.Digester.parse(Lorg.xml.sax.InputSource;)
> Ljava.lang.Object;(Digester.java:1543)
>         at
> org.apache.struts.action.ActionServlet.initModuleConfig(Ljava.lang.St
> ring;Ljava.lang.String;)Lorg.apache.struts.config.ModuleConfig;(ActionServle
> t.ja
> va:940)
>         at
> org.apache.struts.action.ActionServlet.init()V(ActionServlet.java:461
> )
>         at
> javax.servlet.GenericServlet.init(Ljavax.servlet.ServletConfig;)V(Gen
> ericServlet.java:258)
>         at
> com.caucho.server.dispatch.ServletConfigImpl.createServlet()Ljavax.se
> rvlet.Servlet;(ServletConfigImpl.java:475)
>         at
> com.caucho.server.dispatch.ServletFilterChain.doFilter(Ljavax.servlet
> .ServletRequest;Ljavax.servlet.ServletResponse;)V(ServletFilterChain.java:96
> )
>         at
> com.caucho.server.webapp.WebAppFilterChain.doFilter(Ljavax.servlet.Se
> rvletRequest;Ljavax.servlet.ServletResponse;)V(WebAppFilterChain.java:149)
>         at
> com.caucho.server.dispatch.ServletInvocation.service(Ljavax.servlet.S
> ervletRequest;Ljavax.servlet.ServletResponse;)V(ServletInvocation.java:221)
>         at
> com.caucho.server.http.HttpRequest.handleRequest()Z(HttpRequest.java:
> 257)
>         at com.caucho.server.port.WorkerThread.run()V(WorkerThread.java:123)
>         at java.lang.Thread.run()V(Unknown Source)
>         at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown
> Sourc
> e)
> [13:52:01.250] Application[http://localhost:80/webcms] closing
> [13:52:01.296] Application[http://localhost:80/webcms] starting
> _______________________________________________
> MVC-Programmers mailing list
> [EMAIL PROTECTED]
> http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers

_______________________________________________
MVC-Programmers mailing list
[EMAIL PROTECTED]
http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers

Reply via email to