RE: NoClassDefFoundError

2010-02-18 Thread nani2ratna
r 21, 2008 12:36 PM > To: Struts Users Mailing List > Subject: Re: NoClassDefFoundError > > Am Dienstag, 21. Oktober 2008 18:20:09 schrieb Rabin Aryal: >> Does anybody know what might cause it? > > You are undeploying your app - according to your stacktrace. > I am ge

Re: NoClassDefFoundError Exception

2010-01-28 Thread Saeed Iqbal
Jars are in the maven dependency list? On Thu, Jan 28, 2010 at 3:59 PM, LotusHeart wrote: > > Hello, > I am quite new in Struts2 > Even I have the same errors.The jar files mentioned above are available > there but still it gives me the same error > Please tell me the solution here > > Jan 28, 2

Re: NoClassDefFoundError

2009-12-01 Thread Saeed Iqbal
No no you need the commons io file upload jar on the classpath On Wed, Dec 2, 2009 at 12:45 PM, Nguyen Xuan Son wrote: > Dear Saeed Iqbal > I do have C0003_ChangePasswordAction.class > in WebRoot\WEB-INF\classes\com\baibai\action > is that what you mean? > thank you very much > > 2009/12/2 Saeed

Re: NoClassDefFoundError

2009-12-01 Thread Nguyen Xuan Son
Dear Saeed Iqbal I do have C0003_ChangePasswordAction.class in WebRoot\WEB-INF\classes\com\baibai\action is that what you mean? thank you very much 2009/12/2 Saeed Iqbal > Your jar is not on the classpath. > > On Wed, Dec 2, 2009 at 12:22 PM, Nguyen Xuan Son > wrote: > > > dear all > > I got th

Re: NoClassDefFoundError

2009-12-01 Thread Saeed Iqbal
Your jar is not on the classpath. On Wed, Dec 2, 2009 at 12:22 PM, Nguyen Xuan Son wrote: > dear all > I got the error > java.lang.NoClassDefFoundError: > org/apache/commons/io/output/DeferredFileOutputStream > at > > org.apache.commons.fileupload.disk.DiskFileItemFactory.createItem(DiskFileItem

Re: NoClassDefFoundError: javax.faces.event.ActionLdistener in sample app - solved

2009-02-17 Thread Enric Jaen
Solved. Don't know which lib was conflicting. I had to reinstall tomcat. HTH. /Enric - Mensaje original De: Enric Jaen Para: user@struts.apache.org Enviado: domingo, 15 de febrero, 2009 11:33:37 Asunto: NoClassDefFoundError: javax.faces.event.ActionLdistener in sample app Hello, I ge

Re: NoClassDefFoundError: javax.faces.event.ActionLdistener in sample app

2009-02-15 Thread Lukasz Lenart
2009/2/15 Enric Jaen : > Hello, > I get a NoClassDefFoundError when I try to start the sample > struts2-showcase-2.1.6 application : > > org.apache.myfaces.webapp.StartupServletContextListener > java.lang.NoClassDefFoundError: javax/faces/event/ActionListener > > I just copied the avaiable struts2

Re: NoClassDefFoundError deploying on UNIX, not Windows

2008-10-23 Thread Dallas
Oh... how stupid... too much multitasking, posted on the wrong forum :-) However, if someone by any chance happens to end up here while looking for answers to a similar question, I might aswell mention that the problem was that the application had been deployed in ascii-mode instead of binary mod

Re: NoClassDefFoundError deploying on UNIX, not Windows

2008-10-23 Thread Dave Newton
I'm not sure what the Struts portion of the question is; perhaps you could elaborate. Have you considered asking on a JBoss forum? Dave --- On Thu, 10/23/08, Dallas <[EMAIL PROTECTED]> wrote: > From: Dallas <[EMAIL PROTECTED]> > Subject: NoClassDefFoundError deploying on UNIX, not Windows > To:

RE: NoClassDefFoundError

2008-10-21 Thread Rabin Aryal
, October 21, 2008 12:36 PM To: Struts Users Mailing List Subject: Re: NoClassDefFoundError Am Dienstag, 21. Oktober 2008 18:20:09 schrieb Rabin Aryal: > Does anybody know what might cause it? You are undeploying your app - according to your stacktrace. I am getting this error too, but

Re: NoClassDefFoundError

2008-10-21 Thread Torsten Krah
Am Dienstag, 21. Oktober 2008 18:20:09 schrieb Rabin Aryal: > Does anybody know what might cause it? You are undeploying your app - according to your stacktrace. I am getting this error too, but not reproducable - sometimes it undeploys without those exception, sometimes not. Additionally i am se

Re: NoClassDefFoundError Exception

2008-05-20 Thread Felipe Lorenz
hu very strange, because i have the fallows jar: antlr-2.7.2.jar commons-beanutils-1.6.jar commons-chain-1.1.jar commons-logging-1.0.4.jar commons-logging-api-1.1.jar commons-validator-1.3.0.jar freemarker-2.3.8.jar ognl-2.6.11.jar oro-2.0.8.jar struts2-core-2.0.11.1.jar xworks-2.0.4.jar and To

Re: NoClassDefFoundError Exception

2008-05-20 Thread Rushikesh Thakkar
You need to have xwork-2.0.*.jar file in your WEB-INF/lib folder. -Rushikesh On Tue, May 20, 2008 at 6:40 PM, Felipe Lorenz <[EMAIL PROTECTED]> wrote: > Hi folks. > > When i start the tomcat 5.5 this exception appear to me: > 20/05/2008 08:48:03 org.apache.catalina.core.StandardContext filterSta

Re: NoClassDefFoundError Exception

2008-05-20 Thread Jim Kiley
In 99% of cases, when you see a NoClassDefFoundError, it means you are missing a jar file. Is xwork-2.x.x.jar in your WEB-INF/lib folder? On Tue, May 20, 2008 at 12:40 PM, Felipe Lorenz <[EMAIL PROTECTED]> wrote: > Hi folks. > > When i start the tomcat 5.5 this exception appear to me: > 20/05/20

Re: NoClassDefFoundError - ApplicationContextAware

2007-04-22 Thread Martin Gainty
g List" Sent: Sunday, April 22, 2007 4:36 PM Subject: Re: NoClassDefFoundError - ApplicationContextAware --- Mike Molina <[EMAIL PROTECTED]> wrote: The error appears to be happening because it cannot find the Spring interface ApplicationContextAware. I would think that if Struts

Re: NoClassDefFoundError - ApplicationContextAware

2007-04-22 Thread Dave Newton
--- Mike Molina <[EMAIL PROTECTED]> wrote: > The error appears to be happening because it cannot > find the Spring interface ApplicationContextAware. I > would think that if Struts 2 had any dependencies on > this interface, it would include them in its own > JARs, and not require the user to g

RE: NoClassDefFoundError

2006-10-31 Thread Mariano Stampella
iling List Asunto: Re: NoClassDefFoundError Mariano include xwork.jar from OpenSymphony in /WEB-INF/lib M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended

Re: NoClassDefFoundError

2006-10-31 Thread Martin Gainty
Mariano include xwork.jar from OpenSymphony in /WEB-INF/lib M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you have re

Re: NoClassDefFoundError: org/apache/taglibs/standard/lang/support/ExpressionEvaluatorManager

2005-09-07 Thread gramani
Randy Shepherd <[EMAIL PROTECTED]> wrote on 09/07/2005 05:07:12 PM: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hey Guys, > > I am trying to migrate a small app from 1.1 to 1.2.7 and I experiencing > this exception on JSP that previously worked just fine. I have the > standard.jar in

RE: NoClassDefFoundError: org/apache/struts/action/ActionForm

2005-06-28 Thread Karr, David
It's hard to say for certain, but this could be a classloader problem. It might help if you set the "prefer-web-inf-classes" element in your weblogic.xml file (to true, of course). If that isn't there, it will use the struts.jar that is used inside WebLogic, instead of the struts.jar in your WEB

Re: NoClassDefFoundError: org/apache/struts/action/ActionForm

2005-06-28 Thread Wendy Smoak
From: "Sher, Allen - BLS CTR" <[EMAIL PROTECTED]> > I got a "java.lang.NoClassDefFoundError: > org/apache/struts/action/ActionForm" while initiating my ActionServlet. > > It's Struts 1.2.7 in WebLogic 8.1.3, if that matters. Where have you placed struts.jar? -- Wendy Smoak ---

RE: NoClassDefFoundError

2004-12-27 Thread Bala . Paranj
NoClassDefFoundError means it is not able to find the class CreateCategoryAction. Is it part of a package? If so, do you have the package statement? Is the source file in the correct directory structure? My guess is : It is thinking that there is no package name for CreateCategoryAction and finds

RE: NoClassDefFoundError: .../commons/beanutils/Converter

2004-08-31 Thread Robert Shields
NoClassDefFoundError - this means the JVM cannot find the class in question. You need to make this class available to the JVM by adding the commons-beanutils JAR to the WEB-INF/lib directory. Rob -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: 31 August 2004 14:01