I'm trying to use your struts-menu for the first time and getting the following error when starting the server based off the menu-config.xml file, (see attached).  I copied the example file and modified but get the following error when starting the server and it trys to parse the file
 
I'm assuming the xml is badly formed but can not spot the problem
 
Any help would be appreciated as this like a cool solution
 

[1/25/05 16:54:09:760 EST] 5f674e65 WebGroup I SRVE0180I: [FMFootNotesWeb] [/fmfootnotes] [Servlet.LOG]: JSP 1.2 Processor: init

[1/25/05 16:54:10:353 EST] 5f674e65 WebGroup I SRVE0180I: [FMFootNotesWeb] [/fmfootnotes] [Servlet.LOG]: SimpleFileServlet: init

[1/25/05 16:54:10:353 EST] 5f674e65 WebGroup I SRVE0180I: [FMFootNotesWeb] [/fmfootnotes] [Servlet.LOG]: InvokerServlet: init

[1/25/05 16:54:10:447 EST] 5f674e65 WebGroup I SRVE0180I: [FMFootNotesWeb] [/fmfootnotes] [Servlet.LOG]: action: init

[1/25/05 16:54:11:150 EST] 5f674e65 SystemOut O 0 [Thread-1] ERROR org.apache.commons.digester.Digester - End event threw exception

java.lang.reflect.InvocationTargetException:

java.lang.NoClassDefFoundError: org/apache/commons/lang/StringUtils

at net.sf.navigator.menu.MenuComponent.equals(MenuComponent.java:94)

at java.util.ArrayList.indexOf(ArrayList.java(Compiled Code))

at java.util.ArrayList.contains(ArrayList.java(Compiled Code))

at net.sf.navigator.menu.MenuComponent.setParent(MenuComponent.java:65)

at net.sf.navigator.menu.MenuComponent.addMenuComponent(MenuComponent.java:51)

at java.lang.reflect.Method.invoke(Native Method)

at org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:252)

at org.apache.commons.digester.SetNextRule.end(SetNextRule.java:256)

at org.apache.commons.digester.Rule.end(Rule.java:276)

at org.apache.commons.digester.Digester.endElement(Digester.java:1058)

at org.apache.xerces.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java(Compiled Code))

at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(AbstractXMLDocumentParser.java(Compiled Code))

at org.apache.xerces.impl.XMLNamespaceBinder.emptyElement(XMLNamespaceBinder.java(Compiled Code))

at org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(XMLDTDValidator.java(Compiled Code))

at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java(Compiled Code))

at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java(Compiled Code))

at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:333)

at org.apache.xerces.parsers.StandardParserConfiguration.parse(StandardParserConfiguration.java:525)

at org.apache.xerces.parsers.StandardParserConfiguration.parse(StandardParserConfiguration.java:581)

at org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:147)

at org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1158)

at org.apache.commons.digester.Digester.parse(Digester.java:1567)

at net.sf.navigator.menu.MenuRepository.load(MenuRepository.java:214)

at net.sf.navigator.menu.MenuPlugIn.init(MenuPlugIn.java:59)

at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:839)

at org.apache.struts.action.ActionServlet.init(ActionServlet.java:332)

at javax.servlet.GenericServlet.init(GenericServlet.java:258)

at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doInit(StrictServletInstance.java:82)

at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._init(StrictLifecycleServlet.java:147)

at com.ibm.ws.webcontainer.servlet.PreInitializedServletState.init(StrictLifecycleServlet.java:270)

at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.init(StrictLifecycleServlet.java:113)

at com.ibm.ws.webcontainer.servlet.ServletInstance.init(ServletInstance.java:189)

at javax.servlet.GenericServlet.init(GenericServlet.java:258)

at com.ibm.ws.webcontainer.webapp.WebAppServletManager.addServlet(WebAppServletManager.java:903)

at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet(WebAppServletManager.java:266)

at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadAutoLoadServlets(WebAppServletManager.java:583)

at com.ibm.ws.webcontainer.webapp.WebApp.loadServletManager(WebApp.java:1252)

at com.ibm.ws.webcontainer.webapp.WebApp.init(WebApp.java:274)

at com.ibm.ws.webcontainer.srt.WebGroup.loadWebApp(WebGroup.java:345)

at com.ibm.ws.webcontainer.srt.WebGroup.init(WebGroup.java:208)

at com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:968)

at com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:133)

at com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:360)

at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:397)

at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:751)

at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:347)

at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:539)

at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:250)

at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:228)

at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:524)

at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:415)

at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:117)

at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:524)

at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:415)

at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:182)

at com.ibm.ws.runtime.WsServer.start(WsServer.java:131)

at com.ibm.ws.runtime.WsServer.main(WsServer.java:228)

at java.lang.reflect.Method.invoke(Native Method)

at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)

at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:97)

[1/25/05 16:54:11:150 EST] 5f674e65 SystemErr R java.lang.reflect.InvocationTargetException

[1/25/05 16:54:11:150 EST] 5f674e65 SystemErr R at org.apache.commons.digester.Digester.createSAXException(Digester.java:2540)

[1/25/05 16:54:11:150 EST] 5f674e65 SystemErr R at org.apache.commons.digester.Digester.createSAXException(Digester.java:2566)

[1/25/05 16:54:11:150 EST] 5f674e65 SystemErr R at org.apache.commons.digester.Digester.endElement(Digester.java:1061)

[1/25/05 16:54:11:150 EST] 5f674e65 SystemErr R at org.apache.xerces.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java(Compiled Code))

[1/25/05 16:54:11:150 EST] 5f674e65 SystemErr R at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(AbstractXMLDocumentParser.java(Compiled Code))

[1/25/05 16:54:11:150 EST] 5f674e65 SystemErr R at org.apache.xerces.impl.XMLNamespaceBinder.emptyElement(XMLNamespaceBinder.java(Compiled Code))

[1/25/05 16:54:11:150 EST] 5f674e65 SystemErr R at org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(XMLDTDValidator.java(Compiled Code))

[1/25/05 16:54:11:150 EST] 5f674e65 SystemErr R at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java(Compiled Code))

[1/25/05 16:54:11:150 EST] 5f674e65 SystemErr R at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java(Compiled Code))

[1/25/05 16:54:11:150 EST] 5f674e65 SystemErr R at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:333)

[1/25/05 16:54:11:150 EST] 5f674e65 SystemErr R at org.apache.xerces.parsers.StandardParserConfiguration.parse(StandardParserConfiguration.java:525)

[1/25/05 16:54:11:150 EST] 5f674e65 SystemErr R at org.apache.xerces.parsers.StandardParserConfiguration.parse(StandardParserConfiguration.java:581)

[1/25/05 16:54:11:150 EST] 5f674e65 SystemErr R at org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:147)

[1/25/05 16:54:11:150 EST] 5f674e65 SystemErr R at org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1158)

[1/25/05 16:54:11:150 EST] 5f674e65 SystemErr R at org.apache.commons.digester.Digester.parse(Digester.java:1567)

[1/25/05 16:54:11:166 EST] 5f674e65 SystemErr R at net.sf.navigator.menu.MenuRepository.load(MenuRepository.java:214)

[1/25/05 16:54:11:166 EST] 5f674e65 SystemErr R at net.sf.navigator.menu.MenuPlugIn.init(MenuPlugIn.java:59)

[1/25/05 16:54:11:166 EST] 5f674e65 SystemErr R at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:839)

[1/25/05 16:54:11:166 EST] 5f674e65 SystemErr R at org.apache.struts.action.ActionServlet.init(ActionServlet.java:332)

[1/25/05 16:54:11:166 EST] 5f674e65 SystemErr R at javax.servlet.GenericServlet.init(GenericServlet.java:258)

[1/25/05 16:54:11:197 EST] 5f674e65 SystemErr R at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doInit(StrictServletInstance.java:82)

[1/25/05 16:54:11:197 EST] 5f674e65 SystemErr R at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._init(StrictLifecycleServlet.java:147)

[1/25/05 16:54:11:197 EST] 5f674e65 SystemErr R at com.ibm.ws.webcontainer.servlet.PreInitializedServletState.init(StrictLifecycleServlet.java:270)

[1/25/05 16:54:11:197 EST] 5f674e65 SystemErr R at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.init(StrictLifecycleServlet.java:113)

[1/25/05 16:54:11:197 EST] 5f674e65 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletInstance.init(ServletInstance.java:189)

[1/25/05 16:54:11:197 EST] 5f674e65 SystemErr R at javax.servlet.GenericServlet.init(GenericServlet.java:258)

[1/25/05 16:54:11:197 EST] 5f674e65 SystemErr R at com.ibm.ws.webcontainer.webapp.WebAppServletManager.addServlet(WebAppServletManager.java:903)

[1/25/05 16:54:11:197 EST] 5f674e65 SystemErr R at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet(WebAppServletManager.java:266)

[1/25/05 16:54:11:197 EST] 5f674e65 SystemErr R at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadAutoLoadServlets(WebAppServletManager.java:583)

[1/25/05 16:54:11:197 EST] 5f674e65 SystemErr R at com.ibm.ws.webcontainer.webapp.WebApp.loadServletManager(WebApp.java:1252)

[1/25/05 16:54:11:197 EST] 5f674e65 SystemErr R at com.ibm.ws.webcontainer.webapp.WebApp.init(WebApp.java:274)

[1/25/05 16:54:11:197 EST] 5f674e65 SystemErr R at com.ibm.ws.webcontainer.srt.WebGroup.loadWebApp(WebGroup.java:345)

[1/25/05 16:54:11:197 EST] 5f674e65 SystemErr R at com.ibm.ws.webcontainer.srt.WebGroup.init(WebGroup.java:208)

[1/25/05 16:54:11:197 EST] 5f674e65 SystemErr R at com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:968)

[1/25/05 16:54:11:197 EST] 5f674e65 SystemErr R at com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:133)

[1/25/05 16:54:11:197 EST] 5f674e65 SystemErr R at com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:360)

[1/25/05 16:54:11:197 EST] 5f674e65 SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:397)

[1/25/05 16:54:11:197 EST] 5f674e65 SystemErr R at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:751)

[1/25/05 16:54:11:197 EST] 5f674e65 SystemErr R at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:347)

[1/25/05 16:54:11:197 EST] 5f674e65 SystemErr R at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:539)

[1/25/05 16:54:11:197 EST] 5f674e65 SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:250)

[1/25/05 16:54:11:197 EST] 5f674e65 SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:228)

[1/25/05 16:54:11:244 EST] 5f674e65 SystemErr R at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:524)

[1/25/05 16:54:11:244 EST] 5f674e65 SystemErr R at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:415)

[1/25/05 16:54:11:244 EST] 5f674e65 SystemErr R at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:117)

[1/25/05 16:54:11:244 EST] 5f674e65 SystemErr R at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:524)

[1/25/05 16:54:11:244 EST] 5f674e65 SystemErr R at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:415)

[1/25/05 16:54:11:244 EST] 5f674e65 SystemErr R at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:182)

[1/25/05 16:54:11:244 EST] 5f674e65 SystemErr R at com.ibm.ws.runtime.WsServer.start(WsServer.java:131)

[1/25/05 16:54:11:244 EST] 5f674e65 SystemErr R at com.ibm.ws.runtime.WsServer.main(WsServer.java:228)

[1/25/05 16:54:11:244 EST] 5f674e65 SystemErr R at java.lang.reflect.Method.invoke(Native Method)

[1/25/05 16:54:11:244 EST] 5f674e65 SystemErr R at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)

[1/25/05 16:54:11:244 EST] 5f674e65 SystemErr R at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:97)

[1/25/05 16:54:11:275 EST] 5f674e65 ServletInstan E SRVE0100E: Did not realize init() exception thrown by servlet action: javax.servlet.ServletException: Failure initializing struts-menu: Error parsing resource file: /WEB-INF/menu-config.xml nested exception is: Error at (15, 97: null

at net.sf.navigator.menu.MenuPlugIn.init(MenuPlugIn.java:67)

at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:839)

at org.apache.struts.action.ActionServlet.init(ActionServlet.java:332)

at javax.servlet.GenericServlet.init(GenericServlet.java:258)

at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doInit(StrictServletInstance.java:82)

at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._init(StrictLifecycleServlet.java:147)

at com.ibm.ws.webcontainer.servlet.PreInitializedServletState.init(StrictLifecycleServlet.java:270)

at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.init(StrictLifecycleServlet.java:113)

at com.ibm.ws.webcontainer.servlet.ServletInstance.init(ServletInstance.java:189)

at javax.servlet.GenericServlet.init(GenericServlet.java:258)

at com.ibm.ws.webcontainer.webapp.WebAppServletManager.addServlet(WebAppServletManager.java:903)

at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet(WebAppServletManager.java:266)

at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadAutoLoadServlets(WebAppServletManager.java:583)

at com.ibm.ws.webcontainer.webapp.WebApp.loadServletManager(WebApp.java:1252)

at com.ibm.ws.webcontainer.webapp.WebApp.init(WebApp.java:274)

at com.ibm.ws.webcontainer.srt.WebGroup.loadWebApp(WebGroup.java:345)

at com.ibm.ws.webcontainer.srt.WebGroup.init(WebGroup.java:208)

at com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:968)

at com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:133)

at com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:360)

at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:397)

at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:751)

at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:347)

at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:539)

at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:250)

at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:228)

at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:524)

at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:415)

at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:117)

at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:524)

at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:415)

at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:182)

at com.ibm.ws.runtime.WsServer.start(WsServer.java:131)

at com.ibm.ws.runtime.WsServer.main(WsServer.java:228)

at java.lang.reflect.Method.invoke(Native Method)

at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)

at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:97)

 

[1/25/05 16:54:11:338 EST] 5f674e65 WebGroup E SRVE0020E: [Servlet Error]-[action]: Failed to load servlet: javax.servlet.ServletException: Failure initializing struts-menu: Error parsing resource file: /WEB-INF/menu-config.xml nested exception is: Error at (15, 97: null

at net.sf.navigator.menu.MenuPlugIn.init(MenuPlugIn.java:67)

at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:839)

at org.apache.struts.action.ActionServlet.init(ActionServlet.java:332)

at javax.servlet.GenericServlet.init(GenericServlet.java:258)

at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doInit(StrictServletInstance.java:82)

at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._init(StrictLifecycleServlet.java:147)

at com.ibm.ws.webcontainer.servlet.PreInitializedServletState.init(StrictLifecycleServlet.java:270)

at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.init(StrictLifecycleServlet.java:113)

at com.ibm.ws.webcontainer.servlet.ServletInstance.init(ServletInstance.java:189)

at javax.servlet.GenericServlet.init(GenericServlet.java:258)

at com.ibm.ws.webcontainer.webapp.WebAppServletManager.addServlet(WebAppServletManager.java:903)

at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet(WebAppServletManager.java:266)

at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadAutoLoadServlets(WebAppServletManager.java:583)

at com.ibm.ws.webcontainer.webapp.WebApp.loadServletManager(WebApp.java:1252)

at com.ibm.ws.webcontainer.webapp.WebApp.init(WebApp.java:274)

at com.ibm.ws.webcontainer.srt.WebGroup.loadWebApp(WebGroup.java:345)

at com.ibm.ws.webcontainer.srt.WebGroup.init(WebGroup.java:208)

at com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:968)

at com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:133)

at com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:360)

at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:397)

at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:751)

at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:347)

at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:539)

at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:250)

at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:228)

at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:524)

at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:415)

at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:117)

at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:524)

at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:415)

at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:182)

at com.ibm.ws.runtime.WsServer.start(WsServer.java:131)

at com.ibm.ws.runtime.WsServer.main(WsServer.java:228)

at java.lang.reflect.Method.invoke(Native Method)

at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)

at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:97)

 

[1/25/05 16:54:11:338 EST] 5f674e65 TraceNLS u No message text associated with key Failure.initializing.struts-menu:.Error.parsing.resource.file:./WEB-INF/menu-config.xml.nested.exception.is:.Error.at.(15,.97:.null in bundle com.ibm.ejs.resources.seriousMessages

[1/25/05 16:54:11:338 EST] 5f674e65 WebAppServlet E Failure initializing struts-menu: Error parsing resource file: /WEB-INF/menu-config.xml nested exception is: Error at (15, 97: null

<?xml version="1.0" encoding="UTF-8"?>
<MenuConfig>
	<Displayers>
		<Displayer name="DropDown" type="net.sf.navigator.displayer.DropDownMenuDisplayer" />
		<Displayer name="Simple" type="net.sf.navigator.displayer.SimpleMenuDisplayer" />
		<Displayer name="CoolMenu" type="net.sf.navigator.displayer.CoolMenuDisplayer" />
		<Displayer name="CoolMenu4" type="net.sf.navigator.displayer.CoolMenuDisplayer4" />
		<Displayer name="MenuForm" type="net.sf.navigator.example.PermissionsFormMenuDisplayer" />
		<Displayer name="ListMenu" type="net.sf.navigator.displayer.ListMenuDisplayer" />
		<Displayer name="TabbedMenu" type="net.sf.navigator.displayer.TabbedMenuDisplayer" />
		<Displayer name="Velocity" type="net.sf.navigator.displayer.VelocityMenuDisplayer" />
	</Displayers>
	<Menus>
		<Menu name="MenuFile" title="File" width="50">
			<Item name="FileHome" title="Footnotes Home" image="../images/save.gif" location="body.jsp"/>
			<Item name="FileSave" title="Save" image="../images/save.gif" location="body.jsp"/>
			<Item name="FilePrintText" title="Print Text" image="../images/save.gif" location="body.jsp"/>
			<Item name="FilePrintedJobs" title="Printed Jobs" image="../images/save.gif" location="body.jsp"/>
			<Item name="FileClose" title="Close" image="../images/save.gif" location="body.jsp"/>
		</Menu>
	</Menus>
</MenuConfig>

Reply via email to