[Mav-user] NoClassDefFoundError and I have all the right jar files

2010-04-22 Thread Angela Day
ght jarfiles (Eelco Hillenius) 2. NoClassDefFoundError and I have all the right jar files (Angela Day) -- Message: 1 Date: Thu, 22 Apr 2010 10:36:01 -0700 From: Eelco Hillenius Subject: Re: [Mav-user] NoClassDefFoundEr

[Mav-user] NoClassDefFoundError and I have all the right jar files

2010-04-22 Thread Angela Day
It looks like it is failing on a call to a jdom Document or Element but I have jdom in the lib directory with maverick and everything else. Element and Document are definitely classes in the jar file. I am really stuck. It is failing on line 140. I would really appreciate some more ideas. W

Re: [Mav-user] NoClassDefFoundError and I have all the right jar files

2010-04-22 Thread Eelco Hillenius
Any chance you might have another maverick jar in your class path somehow? Eelco -- ___ %(real_name)s mailing list %(real_name)s...@%(host_name)s %(web_page_url)slistinfo%(cgiex

Re: [Mav-user] NoClassDefFoundError and I have all the right jar files

2010-04-22 Thread Jeff Schnitzer
There is considerable mystery here, because the NoClassDefFoundError in your stack trace was clearly thrown out of Loader.java line 140. This is not a valid line of code. You can see for yourself, line 140 is a comment: http://mav.cvs.sourceforge.net/viewvc/mav/maverick/src/java/org/infohazard/ma

[Mav-user] NoClassDefFoundError and I have all the right jar files

2010-04-22 Thread Angela Day
I didn't change maverick. Just pulled in the jar file, that is all. I am using it as-is maverick. The log file doesn't have any error messages but stops just before reading the maverick file. Here is the log file: 851304 2010-04-22 10:31:55,585 [http-8080-Processor23] DEBUG tdhca.maverick.D

Re: [Mav-user] NoClassDefFoundError and I have all the right jar files

2010-04-22 Thread Thomas Wheeler
or so of salt. :) Regards, Thomas From: Angela Day [mailto:akc...@yahoo.com] Sent: Wednesday, April 21, 2010 3:41 PM To: mav-user@lists.sourceforge.net Subject: [Mav-user] NoClassDefFoundError and I have all the right jar files I am gettin

Re: [Mav-user] NoClassDefFoundError and I have all the right jar files

2010-04-22 Thread Eelco Hillenius
Are there more logs you can share? Anything that points to what class it is trying to locate? I don't work with Tomcat often, but remember that sometimes things get scattered throughout multiple logs. Eelco On Thu, Apr 22, 2010 at 8:24 AM, Angela Day wrote: > Thanks for the idea. I tried lower

Re: [Mav-user] NoClassDefFoundError and I have all the right jar files

2010-04-22 Thread Jeff Schnitzer
Without knowing what's in your modified Maverick jar, it's impossible for anyone to help :-( Find out what's at line 140 of Loader.java. Decompile the code with JD in Eclipse if you have to. Jeff On Thu, Apr 22, 2010 at 8:24 AM, Angela Day wrote: > Thanks for the idea. I tried lowering the j

[Mav-user] NoClassDefFoundError and I have all the right jar files

2010-04-22 Thread Angela Day
Thanks for the idea.  I tried lowering the jdom, with no success.   Any other suggestions would be really appreciated.Thanks,Angela DayNational Autism Association of Central Texashttp://www.naacentraltexas.orgFrom: Angela Day To: mav-user@lists.sourceforge.netSent: Wed, April 21, 2010 3:40:44 PMSub

Re: [Mav-user] NoClassDefFoundError and I have all the right jar files

2010-04-21 Thread Jeff Schnitzer
Well this is a blast from the past. It's hard to tell what's going on here since the reported line number (Loader:140) doesn't actually point at real code. Have you customized the Maverick source? Clearly there is something missing on the classpath. Perhaps JDOM had an incompatible change... tr

[Mav-user] NoClassDefFoundError and I have all the right jar files

2010-04-21 Thread Angela Day
I am getting the following error when I try to run my applicationjavax.servlet.ServletException: Servlet.init() for servlet dispatcher threw exception org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.j