Re: struts 2 exception - SEVERE: Exception starting filter struts2

2012-03-01 Thread Dave Newton
We may need to know slightly more in order to help... Dave (pardon brevity and typos, on cell) On Mar 1, 2012 10:25 PM, "jay" wrote: > I have created simple struts 2 app with latest struts2 jar files. > > > > - > To unsubscribe

struts 2 exception - SEVERE: Exception starting filter struts2

2012-03-01 Thread jay
I have created simple struts 2 app with latest struts2 jar files. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: SEVERE: Exception starting filter struts2

2011-04-26 Thread Dave Newton
On Apr 26, 2011 10:40 AM, "alex zaim" wrote: > Thank you, can you please show me what line indicates that the error is specific to the server but not struts? > Caused by: java.lang.ClassNotFoundException: org.hibernate.Session Dave

Re: SEVERE: Exception starting filter struts2

2011-04-26 Thread alex zaim
: Exception starting filter struts2 To: "Struts Users Mailing List" Date: Tuesday, April 26, 2011, 10:04 AM Just because ant or an ide sees a class doesn't mean the web server does when you're deploying or starting up. Almost certainly a classpath issue with the server, almost certai

Re: SEVERE: Exception starting filter struts2

2011-04-26 Thread Dave Newton
wrote: > Hello. I'm trying to make a simple hibernate setup, but i encounter an error when i start the server (Apache). > > Apr 26, 2011 3:20:18 PM org.apache.catalina.core.StandardContext filterStart > SEVERE: Exception starting filter struts2 > java.lang.NoClassDefFo

SEVERE: Exception starting filter struts2

2011-04-26 Thread alex zaim
Hello. I'm trying to make a simple hibernate setup, but i encounter an error when i start the server (Apache). Apr 26, 2011 3:20:18 PM org.apache.catalina.core.StandardContext filterStart SEVERE: Exception starting filter struts2 java.lang.NoClassDefFoundError: org/hibernate/Session  

Re: Exception starting filter struts2 java.lang.ClassNotFoundException: org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter

2010-04-03 Thread sandeep kotha
Thank you Lenart, Its working after making the change you said. On 3 April 2010 14:05, Lukasz Lenart wrote: > 2010/4/2 sandeep kotha : > > In-spite of having *struts2-core-2.1.8.1.jar *under > > /WebContent/WEB-INF/lib/struts-2.1.8.1/ . im getting the below error . > > Is that /WEB-INF/lib/strut

Re: Exception starting filter struts2 java.lang.ClassNotFoundException: org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter

2010-04-03 Thread Lukasz Lenart
2010/4/2 sandeep kotha : > In-spite of having *struts2-core-2.1.8.1.jar *under > /WebContent/WEB-INF/lib/struts-2.1.8.1/ . im getting the below error . Is that /WEB-INF/lib/struts-2.1.8.1/ a directory ??? ^ If so, your jars cannot be found, move them to

Exception starting filter struts2 java.lang.ClassNotFoundException: org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter

2010-04-02 Thread sandeep kotha
In-spite of having *struts2-core-2.1.8.1.jar *under /WebContent/WEB-INF/lib/struts-2.1.8.1/ . im getting the below error . Exception starting filter struts2 *java.lang.ClassNotFoundException*: org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter * my web.xml* http

Re: Getting an erro like Exception starting filter struts2

2007-11-15 Thread Jeromy Evans
SEVERE: Exception starting filter struts2 is most commonly caused by a classpath error - usually there's something missing from the lib directory of your webapp. In your case, the root cause is "name xwork has already been loaded by bean", which probably means you have two differ

Re: Getting an erro like Exception starting filter struts2

2007-11-15 Thread vijay vijay
wrote: > > Hi > > i am new to this struts 2.i am getting an error like fallowing can > any > > one help me why i am getting like this. > > > > 15/11/2007 12:51:47 ã org.apache.catalina.core.StandardContextfilterStart > > SEVERE:

Re: Getting an erro like Exception starting filter struts2

2007-11-15 Thread joey
15/11/2007 12:51:47 ã org.apache.catalina.core.StandardContext filterStart > SEVERE: Exception starting filter struts2 > Unable to load bean: type: class:com.opensymphony.xwork2.ObjectFactory - > bean - > jar:file:/C:/Tomcat%206.0/webapps/struts2tutorial/WEB-INF/lib/struts2- > core-2.0.11

Getting an erro like Exception starting filter struts2

2007-11-15 Thread vijay vijay
Hi i am new to this struts 2.i am getting an error like fallowing can any one help me why i am getting like this. 15/11/2007 12:51:47 ã org.apache.catalina.core.StandardContext filterStart SEVERE: Exception starting filter struts2 Unable to load bean: type: class:com.opensymphony.xwork2

Exception starting filter struts2

2007-06-28 Thread Alan Smith
When I try to run the application I get this error in the error log: 28-Jun-2007 9:53:50 AM org.apache.catalina.core.StandardContext filterStart SEVERE: Exception starting filter struts2 Class: org.apache.xerces.framework.XMLParser File: XMLParser.java Method: parse Line: - org/apa

Exception starting filter struts2

2007-04-09 Thread McKinley, Kevin
:13:20,234 ERROR [[/query-tool]] Exception starting filter struts2 Class: net.sf.saxon.event.SerializerFactory File: SerializerFactory.java Method: getReceiver Line: 154 - net/sf/saxon/event/SerializerFactory.java:154:-1 at com.opensymphony.xwork2.config.providers.XmlConfigurationProvi

Re: SEVERE: Exception starting filter struts2

2007-02-02 Thread Dave Newton
--- shahab <[EMAIL PROTECTED]> wrote: > I dont have struts2-Spring-plugin.jar. That will be a problem. Like I said before, I'm using the one from the sample apps (I'm using the one from showcase). > but I couldnt find it anywhere. Search is your friend, either the broken Windows version, or cy

Re: SEVERE: Exception starting filter struts2

2007-02-02 Thread shahab
EMAIL PROTECTED]> wrote: > >> >> Hi: >> >> I am getting the following error when I try to bring >> up my app - >> >> SEVERE: Exception starting filter struts2 >> Cannot locate the chosen ObjectFactory >>

Re: SEVERE: Exception starting filter struts2

2007-02-02 Thread Dave Newton
Do you have the spring plugin jar? I think you answered this already but I can't find it. --- shahab <[EMAIL PROTECTED]> wrote: > > Hi: > > I am getting the following error when I try to bring > up my app - > > SEVERE: Exception starting filter stru

SEVERE: Exception starting filter struts2

2007-02-02 Thread shahab
Hi: I am getting the following error when I try to bring up my app - SEVERE: Exception starting filter struts2 Cannot locate the chosen ObjectFactory implementation: spring - [unknown location] at org.apache.struts2.config.BeanSelectionProvider.alias(BeanSelectionProvider.java:198) I