Hi Guys, hope you all had a good xmas...

I tried to start up struts-29/11/00 with tomcat 3.1 (inside VAJ 3.5p2) today 
and had the following errors. Anybody got any ideas? BTW, it worked ok last 
week!

I also checked all the .xml files and they don't seem to have any structural 
errors in them.

Cheers
Ned

error:
Thread[main,5,main] (Alive)
Exception Caught: java.lang.ArrayIndexOutOfBoundsException


console:
Context log path="/pw" :tomcat.errorPage: init
Context log: path="/pw" XmlReader - init  /pw 
C:\jakarta\jakarta-struts\web\paine
Context log: path="/pw" Reading C:\web\conf\web.xml
Context log: path="/pw" Reading 
C:\jakarta\jakarta-struts\web\paine\WEB-INF\web.xml
Context log: path="/pw" Loading -2147483646 jsp
Context log path="/pw" :jsp: init
Context log: path="/pw" Loading -2147483646 default
Context log path="/pw" :default: init
Context log: path="/pw" Loading 2 action
Context log path="/pw" :action: init
Context log path="/pw" :action: Loading application resources from resource 
org.secretsquirrel.pwdemo.ApplicationResources
Context log path="/pw" :action: Initializing configuration from resource 
path /WEB-INF/struts-config.xml

Stack trace attached.
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

        SymbolCache.addSymbolToCache(String, int, int)
                this=(org.apache.xerces.utils.SymbolCache) 
org.apache.xerces.utils.SymbolCache@3d45
                arg_1=(java.lang.String) quot
                arg_2=(int) 4
                arg_3=(int) 9
        StringPool.addSymbol(String)
                this=(org.apache.xerces.utils.StringPool) 
org.apache.xerces.utils.StringPool@5108
                arg_1=(java.lang.String) quot
        EntityPool.createInternalEntity(String, String)
                this=(org.apache.xerces.readers.DefaultEntityHandler$EntityPool) 
org.apache.xerces.readers.DefaultEntityHandler$EntityPool@bfc
                arg_1=(java.lang.String) quot
                arg_2=(java.lang.String) "
        EntityPool(DefaultEntityHandler, StringPool, XMLErrorReporter, boolean)
                this=(org.apache.xerces.readers.DefaultEntityHandler$EntityPool) 
org.apache.xerces.readers.DefaultEntityHandler$EntityPool@bfc
                arg_1=(org.apache.xerces.readers.DefaultEntityHandler) 
org.apache.xerces.readers.DefaultEntityHandler@456c
                arg_2=(org.apache.xerces.utils.StringPool) 
org.apache.xerces.utils.StringPool@5108
                arg_3=(org.apache.xerces.framework.XMLErrorReporter) 
org.apache.xerces.parsers.SAXParser@190e
                arg_4=(boolean) true
        DefaultEntityHandler(StringPool, XMLErrorReporter)
                this=(org.apache.xerces.readers.DefaultEntityHandler) 
org.apache.xerces.readers.DefaultEntityHandler@456c
                arg_1=(org.apache.xerces.utils.StringPool) 
org.apache.xerces.utils.StringPool@5108
                arg_2=(org.apache.xerces.framework.XMLErrorReporter) 
org.apache.xerces.parsers.SAXParser@190e
        SAXParser(XMLParser)()
                this=(org.apache.xerces.parsers.SAXParser) 
org.apache.xerces.parsers.SAXParser@190e
        SAXParser()
                this=(org.apache.xerces.parsers.SAXParser) 
org.apache.xerces.parsers.SAXParser@190e
        SAXParserImpl(boolean, boolean)
                this=(org.apache.xerces.jaxp.SAXParserImpl) 
org.apache.xerces.jaxp.SAXParserImpl@700c
                arg_1=(boolean) false
                arg_2=(boolean) true
        SAXParserFactoryImpl.newSAXParser()
                this=(org.apache.xerces.jaxp.SAXParserFactoryImpl) 
org.apache.xerces.jaxp.SAXParserFactoryImpl@7f71
        Digester.getParser()
                this=(org.apache.struts.digester.Digester) 
org.apache.struts.digester.Digester@517e
                factory=(javax.xml.parsers.SAXParserFactory) 
org.apache.xerces.jaxp.SAXParserFactoryImpl@7f71
        Digester.parse(InputStream)
                this=(org.apache.struts.digester.Digester) 
org.apache.struts.digester.Digester@517e
                input=(java.io.InputStream) java.io.BufferedInputStream@2323
        ActionServlet.initMapping()
                this=(org.apache.struts.action.ActionServlet) 
org.apache.struts.action.ActionServlet@2c0d
                value=(java.lang.String) /WEB-INF/struts-config.xml
                detail=(int) 2
                input=(java.io.InputStream) java.io.BufferedInputStream@2323
                digester=(org.apache.struts.digester.Digester) 
org.apache.struts.digester.Digester@517e
        ActionServlet.init()
                this=(org.apache.struts.action.ActionServlet) 
org.apache.struts.action.ActionServlet@2c0d
        ActionServlet(GenericServlet).init(ServletConfig)
                this=(org.apache.struts.action.ActionServlet) 
org.apache.struts.action.ActionServlet@2c0d
                config=(javax.servlet.ServletConfig) 
org.apache.tomcat.core.ServletConfigImpl@6eee

Reply via email to