RE: cannot run a simple struts application, server start error - myeclipse

2011-02-10 Thread Martin Gainty
donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Thu, 10 Feb 2011 15:00:30 +0530 > Subject: Re: cannot run a simple struts application, server start error - > myeclipse > Fro

Re: cannot run a simple struts application, server start error - myeclipse

2011-02-10 Thread Mohamed SIDI
you try to parse a XML File, but there is a null value, you may put out more trace of exception 2011/2/10 abhishek jain > hi > here is another error: > cannt understand what it is: > > Digester.getParser: java.lang.UnsupportedOperationException: This > parser does not support specification "null

Re: cannot run a simple struts application, server start error - myeclipse

2011-02-10 Thread Kushan Jayathilake
This one also relates with the XML parser, What are you going to do in your application, how it interacts with a parser? On Thu, Feb 10, 2011 at 2:49 PM, abhishek jain wrote: > hi > here is another error: > cannt understand what it is: > > Digester.getParser: java.lang.UnsupportedOperationExcepti

Re: cannot run a simple struts application, server start error - myeclipse

2011-02-10 Thread abhishek jain
hi here is another error: cannt understand what it is: Digester.getParser: java.lang.UnsupportedOperationException: This parser does not support specification "null" version "null" at javax.xml.parsers.SAXParserFactory.setXIncludeAware(SAXParserFactory.java:448) at org.apache.commons.digeste

Re: cannot run a simple struts application, server start error - myeclipse

2011-02-08 Thread Kushan Jayathilake
It seems there is another xml parser is conflicting. Check the lib folder of the tomcat, there should be another Xml parser there. Remove it, and replace the parser in your application. On 8 Feb 2011 17:38, "abhishek jain" wrote: > hi, > I noticed if i remove the xerces-2.6.2.jar file and restart

Re: cannot run a simple struts application, server start error - myeclipse

2011-02-08 Thread abhishek jain
hi, I noticed if i remove the xerces-2.6.2.jar file and restart the server, it works fine, dont know why, Pl. advice the reason and will it have any affect on Hibernate thing in the project, thanks abhishek On Tue, Feb 8, 2011 at 3:13 PM, abhishek jain wrote: > hi, > thanks for replying, > in my

Re: cannot run a simple struts application, server start error - myeclipse

2011-02-08 Thread abhishek jain
hi, thanks for replying, in myeclipse,if i do contrl + click on the struts-default.xml in struts.xml, it opens the file, hence it seems this is also not the error, thanks abhishek On Tue, Feb 8, 2011 at 3:06 PM, Mohamed SIDI wrote: > You should have problem in your classpath, it looks for a file

Re: cannot run a simple struts application, server start error - myeclipse

2011-02-08 Thread Mohamed SIDI
You should have problem in your classpath, it looks for a file named struts-default in your classpath, so in your classes directory can you check if you have this file or not, another alternative, check your classpathconfiguration in your eclipse . 2011/2/8 abhishek jain > On Tue, Feb 8, 2011

Re: cannot run a simple struts application, server start error - myeclipse

2011-02-08 Thread abhishek jain
On Tue, Feb 8, 2011 at 2:47 PM, Mohamed SIDI wrote: > Hi, > > May be you dont have well configure your application context. > > check your web.xml file > > best wishes !! > > 2011/2/8 abhishek jain > > > Hi, > > I am running myeclipse(8.x) on windows. trying my hands on struts 2.x > > applicatio

Re: cannot run a simple struts application, server start error - myeclipse

2011-02-08 Thread Mohamed SIDI
Hi, May be you dont have well configure your application context. check your web.xml file best wishes !! 2011/2/8 abhishek jain > Hi, > I am running myeclipse(8.x) on windows. trying my hands on struts 2.x > application, when i try to run the application i see hte following error in > console

cannot run a simple struts application, server start error - myeclipse

2011-02-08 Thread abhishek jain
Hi, I am running myeclipse(8.x) on windows. trying my hands on struts 2.x application, when i try to run the application i see hte following error in console. Dont know why , pl help. due to this i cannt run the application and 404 error appears. I think i narrowed this to possibly remove the xerc