Re: Exception in running application

2008-03-21 Thread aum strut
na.startup.Bootstrap.main(*Bootstrap.java:413*) > > > > Caused by: java.lang.NoClassDefFoundError: *ognl/OgnlException > > * > > > > at java.lang.Class.getDeclaredConstructors0(*Native Method*) > > > > at java.lang.Class.privateGetDeclaredConstructors(Unknown S

Re: Exception in running application

2008-03-21 Thread manjunathmn
; com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.register(* > XmlConfigurationProvider.java:198*) > > ... 33 more > > Mar 21, 2008 2:58:10 PM org.apache.catalina.core.StandardContext start > > SEVERE: Error filterStart > > > > any pointer in this regard will be much appricated... > > > > --aum > > -- View this message in context: http://www.nabble.com/Exception-in-running-application-tp16195876p16197714.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Exception in running application

2008-03-21 Thread Laurie Harper
I'm surprised the application is even serving requests with an exception starting the filter, and since the cause seems to be a missing OGNL jar, OGNL expressions presumably wouldn't be working anyhow. Check that the error really is coming from the application you're testing, not another one d

Exception in running application

2008-03-21 Thread aum strut
Hi All, i am running an application, everythingis working fineapplication is running fine... but in the console it is giving an exception...although the application is running fine.. below is the console output: SEVERE: Exception starting filter struts2 Unable to load bean: type:com.ope