473,592 Members | 2,921 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem using .jars in Tomcat 5.0.16

Hi,
I have a problem with using *.jar files with Tomcat 5.0.16. I place
the jar in the lib directory of the application but server throws
Exception.

java.lang.NoCla ssDefFoundError : javax/servlet/ServletRequest
com.oreilly.ser vlet.MultipartR equest.(Multipa rtRequest.java: 222)
com.oreilly.ser vlet.MultipartR equest.(Multipa rtRequest.java: 109)
com.oreilly.ser vlet.MultipartR equest.(Multipa rtRequest.java: 89)
org.apache.jsp. receive_jsp._js pService(receiv e_jsp.java:45)
org.apache.jasp er.runtime.Http JspBase.service (HttpJspBase.ja va:133)
javax.servlet.h ttp.HttpServlet .service(HttpSe rvlet.java:856)
org.apache.jasp er.servlet.JspS ervletWrapper.s ervice(JspServl etWrapper.java: 311)
org.apache.jasp er.servlet.JspS ervlet.serviceJ spFile(JspServl et.java:301)
org.apache.jasp er.servlet.JspS ervlet.service( JspServlet.java :248)
javax.servlet.h ttp.HttpServlet .service(HttpSe rvlet.java:856)

I tried to use the packege unpacked in the class directory. But result
was the same. With 4.1.* version there was not such a problem. If any
could help or to redirect me to a place where I could read how to
solve the problem I'll be THANKFUL!
Jul 17 '05 #1
6 6945
Nic
http://jakarta.apache.org/tomcat/faq/classnotfound.html

ji*****@abv.bg (jajoo) wrote in message news:<2b******* *************** ****@posting.go ogle.com>...
Hi,
I have a problem with using *.jar files with Tomcat 5.0.16. I place
the jar in the lib directory of the application but server throws
Exception.

java.lang.NoCla ssDefFoundError : javax/servlet/ServletRequest
com.oreilly.ser vlet.MultipartR equest.(Multipa rtRequest.java: 222)
com.oreilly.ser vlet.MultipartR equest.(Multipa rtRequest.java: 109)
com.oreilly.ser vlet.MultipartR equest.(Multipa rtRequest.java: 89)
org.apache.jsp. receive_jsp._js pService(receiv e_jsp.java:45)
org.apache.jasp er.runtime.Http JspBase.service (HttpJspBase.ja va:133)
javax.servlet.h ttp.HttpServlet .service(HttpSe rvlet.java:856)
org.apache.jasp er.servlet.JspS ervletWrapper.s ervice(JspServl etWrapper.java: 311)
org.apache.jasp er.servlet.JspS ervlet.serviceJ spFile(JspServl et.java:301)
org.apache.jasp er.servlet.JspS ervlet.service( JspServlet.java :248)
javax.servlet.h ttp.HttpServlet .service(HttpSe rvlet.java:856)

I tried to use the packege unpacked in the class directory. But result
was the same. With 4.1.* version there was not such a problem. If any
could help or to redirect me to a place where I could read how to
solve the problem I'll be THANKFUL!

Jul 17 '05 #2
Nic
http://jakarta.apache.org/tomcat/faq/classnotfound.html

ji*****@abv.bg (jajoo) wrote in message news:<2b******* *************** ****@posting.go ogle.com>...
Hi,
I have a problem with using *.jar files with Tomcat 5.0.16. I place
the jar in the lib directory of the application but server throws
Exception.

java.lang.NoCla ssDefFoundError : javax/servlet/ServletRequest
com.oreilly.ser vlet.MultipartR equest.(Multipa rtRequest.java: 222)
com.oreilly.ser vlet.MultipartR equest.(Multipa rtRequest.java: 109)
com.oreilly.ser vlet.MultipartR equest.(Multipa rtRequest.java: 89)
org.apache.jsp. receive_jsp._js pService(receiv e_jsp.java:45)
org.apache.jasp er.runtime.Http JspBase.service (HttpJspBase.ja va:133)
javax.servlet.h ttp.HttpServlet .service(HttpSe rvlet.java:856)
org.apache.jasp er.servlet.JspS ervletWrapper.s ervice(JspServl etWrapper.java: 311)
org.apache.jasp er.servlet.JspS ervlet.serviceJ spFile(JspServl et.java:301)
org.apache.jasp er.servlet.JspS ervlet.service( JspServlet.java :248)
javax.servlet.h ttp.HttpServlet .service(HttpSe rvlet.java:856)

I tried to use the packege unpacked in the class directory. But result
was the same. With 4.1.* version there was not such a problem. If any
could help or to redirect me to a place where I could read how to
solve the problem I'll be THANKFUL!

Jul 17 '05 #3
ji*****@abv.bg (jajoo) wrote in message news:<2b******* *************** ****@posting.go ogle.com>...
Hi,
I have a problem with using *.jar files with Tomcat 5.0.16. I place
the jar in the lib directory of the application but server throws
Exception.

java.lang.NoCla ssDefFoundError : javax/servlet/ServletRequest
com.oreilly.ser vlet.MultipartR equest.(Multipa rtRequest.java: 222)
com.oreilly.ser vlet.MultipartR equest.(Multipa rtRequest.java: 109)
com.oreilly.ser vlet.MultipartR equest.(Multipa rtRequest.java: 89)
org.apache.jsp. receive_jsp._js pService(receiv e_jsp.java:45)
org.apache.jasp er.runtime.Http JspBase.service (HttpJspBase.ja va:133)
javax.servlet.h ttp.HttpServlet .service(HttpSe rvlet.java:856)
org.apache.jasp er.servlet.JspS ervletWrapper.s ervice(JspServl etWrapper.java: 311)
org.apache.jasp er.servlet.JspS ervlet.serviceJ spFile(JspServl et.java:301)
org.apache.jasp er.servlet.JspS ervlet.service( JspServlet.java :248)
javax.servlet.h ttp.HttpServlet .service(HttpSe rvlet.java:856)

I tried to use the packege unpacked in the class directory. But result
was the same. With 4.1.* version there was not such a problem. If any
could help or to redirect me to a place where I could read how to
solve the problem I'll be THANKFUL!


I don't know the difference of specs between 4.x and 5.x. The last
thing I'd ever want to know! Dunk the jar into Tomcat lib, not your
app's lib. That'll be OK.
Jul 17 '05 #4
ji*****@abv.bg (jajoo) wrote in message news:<2b******* *************** ****@posting.go ogle.com>...
Hi,
I have a problem with using *.jar files with Tomcat 5.0.16. I place
the jar in the lib directory of the application but server throws
Exception.

java.lang.NoCla ssDefFoundError : javax/servlet/ServletRequest
com.oreilly.ser vlet.MultipartR equest.(Multipa rtRequest.java: 222)
com.oreilly.ser vlet.MultipartR equest.(Multipa rtRequest.java: 109)
com.oreilly.ser vlet.MultipartR equest.(Multipa rtRequest.java: 89)
org.apache.jsp. receive_jsp._js pService(receiv e_jsp.java:45)
org.apache.jasp er.runtime.Http JspBase.service (HttpJspBase.ja va:133)
javax.servlet.h ttp.HttpServlet .service(HttpSe rvlet.java:856)
org.apache.jasp er.servlet.JspS ervletWrapper.s ervice(JspServl etWrapper.java: 311)
org.apache.jasp er.servlet.JspS ervlet.serviceJ spFile(JspServl et.java:301)
org.apache.jasp er.servlet.JspS ervlet.service( JspServlet.java :248)
javax.servlet.h ttp.HttpServlet .service(HttpSe rvlet.java:856)

I tried to use the packege unpacked in the class directory. But result
was the same. With 4.1.* version there was not such a problem. If any
could help or to redirect me to a place where I could read how to
solve the problem I'll be THANKFUL!


I don't know the difference of specs between 4.x and 5.x. The last
thing I'd ever want to know! Dunk the jar into Tomcat lib, not your
app's lib. That'll be OK.
Jul 17 '05 #5
ns*****@tin.it (Nic) wrote in message news:<18******* *************** ****@posting.go ogle.com>...
http://jakarta.apache.org/tomcat/faq/classnotfound.html


Thank You Nick,
I found the solution of the problem near to the link you gave me. It
was because the jar was put in the $JAVA_HOME/jre/lib/ext too, except
in the /WEB-INF/lib directory. When I removed it from
$JAVA_HOME/jre/lib/ext the problem was gone.
I still could not understand why, but everythig is ok. In the refer
was written that the jar in $JAVA_HOME/jre/lib/ext can cause problems
because these directories have a higher class loading priority than
any of the Tomcat class loaders. But i still wonder why this could be
a problem? Why Tomcat could not load the jar too. Nevermind I will
keep reading :)
Thank you very much!

Zhivko Mitrev
Jul 17 '05 #6
ns*****@tin.it (Nic) wrote in message news:<18******* *************** ****@posting.go ogle.com>...
http://jakarta.apache.org/tomcat/faq/classnotfound.html


Thank You Nick,
I found the solution of the problem near to the link you gave me. It
was because the jar was put in the $JAVA_HOME/jre/lib/ext too, except
in the /WEB-INF/lib directory. When I removed it from
$JAVA_HOME/jre/lib/ext the problem was gone.
I still could not understand why, but everythig is ok. In the refer
was written that the jar in $JAVA_HOME/jre/lib/ext can cause problems
because these directories have a higher class loading priority than
any of the Tomcat class loaders. But i still wonder why this could be
a problem? Why Tomcat could not load the jar too. Nevermind I will
keep reading :)
Thank you very much!

Zhivko Mitrev
Jul 17 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
3608
by: Roy Benjamin | last post by:
I'm developing a WEB service for Sun ONE deployment (AppServer7). I'm developing on Windows XP Pro though will deploy on Solaris, Sun AppServer7 includes a XercesImpl.jar in share/lib. 2 kb different than the one I usually use (xerces-2_1_0). If I compile all my code against the Sun xerces implementation, I get a class-def-not-found-error when trying to write any XML output. java.lang.NoClassDefFoundError:...
0
6259
by: mdh | last post by:
I am trying to learn the basics of MVC applications using a Tomcat infrastructure. I'm starting by building a simple application with: * a login.jsp page for a basic login form with a action pointing to "loginValidate.jsp" * a loginValidate.jsp page that references logic to validate requests * a loginBean class used to pass info between the JSP and validation logic * a usersDAO class used to perform lookups in a USERS
2
5870
by: bouchia.nazha | last post by:
Hello I have encountered a problem using tomcat, linux and ssl. My problem seem to be a JVM memory deallocation problem on Linux. This is my configuration: OS: Redhat7.2 Tomcat: 4.0 Jdk: 1.3.1_07
3
15641
by: Wolfie | last post by:
I'm having a strange problem running a jar file I created using Eclipse. The application works correctly inside the IDE -- it compiles, runs, etc. So I exported it to a jar file and am trying to run it outside the IDE now. It requires an external jar file. I'm running it as: java -classpath path_to_external_jar/extJar.jar -jar myapp.jar When I do this, I receive a ClassDefNotFound exception for one
0
1386
by: kimbuba | last post by:
Hello all. I would like to ask the following question: What happens if i put many version of the same jar on a tomcat lib dir? I mean if i have MyLib_1.3.jar and MyLib_1.9.jar what happens if i have a jar depending on the first one and another jar depending on the other? How java can know that a jar needs some version and that another one needs another version? Can i put a jar and its dependencies jars on a big jar?
16
4890
by: Dany | last post by:
Our web service was working fine until we installed .net Framework 1.1 service pack 1. Uninstalling SP1 is not an option because our largest customer says service packs marked as "critical" by Microsoft must be installed on their servers. Now german Umlaute (ä, ü, ö) and quotes are returned incorrectly in SOAP fault responses. This can be easily verified: Implement the following in a web service method (just raises a SOAPException with a...
0
3563
by: Ken Bass | last post by:
Hello all: I know that this is a very common problem. I have read many web pages and messages about it, and tried all different types of solutions. But nothing seems to work. The problem: "The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application"
11
7101
by: mjahabarsadiq | last post by:
Hi I have created a web application. I am using ant to build the war and deploy in tomcat. The war file is deployed under "TOMCATE_HOME/work/standalone/localhost/onlineres.war". I have my source files in "D:\Sadiq\Projects\Onlineres". The folder structure is as follows. 1) D:\Sadiq\Projects\Onlineres: This folder is having the context.xml, web.xml, build.xml and build.properties files.
0
2188
by: rajasankar | last post by:
Hi, I am using Jython based application and trying to use inspect.py in the python files. Here is my code import inspect,os,sys,pprint,imp def handle_stackframe_without_leak(getframe): frame = inspect.currentframe() try: function = inspect.getframeinfo(getframe)
0
8366
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8227
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6642
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
5735
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5400
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
3893
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2379
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1467
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1202
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.