Re: AW: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-10-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steffen, Steffen Heil wrote: > Hi > >> The method yielding the problem is the following one: >> >> private static PageLifecycleFactory getDefaultInstance() >>{ >> if (defaultInstance == null) >> { >> defaultInstance = new Def

Re: AW: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-10-02 Thread Jon Haitz Legarreta Gorroño
Hi Steffen and all, thanks for the suggestion. 1. How do I do that? 2. Why does it work for other projects without the synchronization? Thanks. Regards, JON HAITZ Steffen Heil escribió: Hi The method yielding the problem is the following one: private static PageLifecycleFactory getDef

AW: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-09-30 Thread Steffen Heil
Hi > The method yielding the problem is the following one: > > private static PageLifecycleFactory getDefaultInstance() >{ > if (defaultInstance == null) > { > defaultInstance = new DefaultStrutsPageLifecycleFactory(); > } > > return defaultInstance; >

Re: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-09-30 Thread Jon Haitz Legarreta Gorroño
Sorry, forgot to translate a couple of lines of the stack trace: 2008-09-29 17:57:12 StandardWrapperValve[action]: Excepción de reserva de espacio para servlet action means 2008-09-29 17:57:12 StandardWrapperValve[action]: Exception in memory space reserve for servlet action javax.servlet.Se

Re: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-09-29 Thread Jon Haitz Legarreta Gorroño
Hi all, first of all, sorry for posting here the complete stack trace, but I don't know which other information may be of use... The log files I am looking in Tomcat are three: 1. stdout - Edited each time I restart tomcat (I stop tomcat before superseding my old webapp version). Apparently O

Re: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-09-29 Thread David Smith
Tomcat maintains log files in it's logs directory. All the log files are just plain old text files, typically with timestamps. Just take a read through it for the moment in time when your webapp is deployed and see if there are any error messages. Because you work on a Windows environment, y

Re: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-09-29 Thread Jon Haitz Legarreta Gorroño
Sorry for my ignorance, but what do you mena by "the log files for messages that occur when your webapp starts"? Where can I look for them? Thanks for your patience and support, JON HAITZ David Smith escribió: Have you looked at any of the log files for messages that occur when you webapp st

Re: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-09-29 Thread David Smith
Have you looked at any of the log files for messages that occur when you webapp starts? --David Jon Haitz Legarreta Gorroño wrote: Hi there, thanks for the suggestion David. I am pretty new to all these Web technologies, so I hope I understood well your mail. 1. I've got two versions of th

Re: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-09-29 Thread Jon Haitz Legarreta Gorroño
I forgot to mention that the application works fine when launched from my IDE. Sorry. Thanks in advance, JON HAITZ -- Jon Haitz Legarreta Gorroño Laguntzaile zientifikoa / Colaborador científico / Scientific collaborator VICOMTech - Visual Interaction and Communication Technologies Center Mike

Re: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-09-29 Thread Jon Haitz Legarreta Gorroño
Hi there, thanks for the suggestion David. I am pretty new to all these Web technologies, so I hope I understood well your mail. 1. I've got two versions of the StrutsPageLifecycleFactory and DefaultStrutsPageLifeCycleFactory classes: the first ones located in the folder C:\Program Files\J

Re: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-09-25 Thread David Smith
Hmmm... and I take it you are sure the version being used when the stack trace is produced is the same version you are looking at. In that case my next thought is to check for a classloader issue. Do StrutsPageLifecycleFactory and DefaultStrutsPageLifecycleFactory only exist once in tomcat (i

Re: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-09-25 Thread Jon Haitz Legarreta Gorroño
Hi again, thanks for your interest, David. Well, found that line 68 in StrutsPageLifecycleFactory.java is empty !! The method menetioned is the following, and line 68 is the one above the return statement: private static StrutsPageLifecycleFactory getDefaultInstance() { if (defaultInsta

Re: [TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-09-25 Thread David Smith
oracle.adf.controller.v2.struts.lifecycle.StrutsPageLifecycleFactory.getDefaultInstance(StrutsPageLifecycleFactory.java:68) ... so what class is referenced at line 68 of StrutsPageLifecycleFactory.java? It's weird that it didn't include the class name it couldn't find in the stack trace. --

[TOMCAT] Internal Tomcat Server error (HTTP Status 500): NoClassDefFound

2008-09-25 Thread Jon Haitz Legarreta Gorroño
Hi all, since a couple of days ago I've been experiencing problems with a Web application of mine that worked fine until then: when I deployed the application (built with Java and JSP) under my Tomcat 5.0.28 I got the following error stack (sorry for the length): HTTP Status 500 The server f