473,811 Members | 2,685 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

axis library not found?

5 New Member
I am setting-up an experimental web service using Apache Axis but I'm having problems. AXIS can't find a library that I've verified exists on my computer and that CLASSPATH points to it.

I'm using a simple service for testing purposes (1 string IN, 1 string OUT) and I've found where the exception occures but not why.

But I've exhausted my own attempts.

I've researched the web for Axis issues and here is a brief description of the results of the debugging steps taken. I can provide any details you need.

Does anybody have an idea what I'm missing?




1. Run-time exception when trying to establish a Server Connection in a servlet. (java.lang.NoCl assDefFoundErro r: org/apache/axis/client/Service)

2. Application versions
JavaSE: 1.4.2_07
Netbeans: 4
Tomcat: 5.0.28 2 4
Axis: 1.1 Built on Jun 13, 2003
Windows: XP x86 5.1

3. A simple stand-alone client works while one that extends HttpServlet doesn't.

4. The server is a simple 'JWS' file which is consumed by a static client.

5. AXIS HAPPINESS PAGE runs ok, all core libraries found, report includes
"The core axis libraries are present. 2 optional axis libraries are missing"

6. The Axis libraries exist in the FINGER PRINT output

7. ACTIVATION.JAR is in TOMCAT common library and ref'd in CLASSPATH.

8. AXIS.JAR libraries are in AXIS libraries and ref'd in CLASSPATH.

9. libraries using java.* or javax.* are in TOMCAT's common library and not AXIS'

10. AXIS.JAR is found by both JAVAC (without the -CLASSPATH option) and NETBEANS.

11.The latest XERCES parser is used (xercesImpl.jar and xml-apis.jar)

12. No duplicate parsers exist

13. No spaces are in the CLASSPATH (8x3 names are used when spaces exist)

14. All CLASSPATH entries match case with the directory entry

15. using Sun's JVM

16. verified the "org/apache/axis/client/Service" classes exists in the .JAR (using FILEALYZER)
Sep 19 '05 #1
1 10248
yitzle
1 New Member
Similar topic...
happyaxis.jsp tells me:
Error: could not find class javax.activatio n.DataHandler from file activation.jar
Axis will not work.
See http://java.sun.com/products/javabeans/glasgow/jaf.html
I downloaded the .jar but can't figure out where to put it so Axis will find it. Tried everywhere inside the TomCat folder (in which I got the webapps/Axis etc)...
Please help!

EDIT: Restarting TomCat helped.
Sorry for hijacking this thread ;)
May 24 '06 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

6
4462
by: Gerrit Holl | last post by:
Hi, I have a dictionairy containing DateTime objects as keys and integers as values. What would be the easiest way to create a simple plot of these, with a number axis versus a time axis? What library is the most suitable for this? 'plot' on parnassus yields 18 hits, but since I have zero experience, I don't know where to start. What makes it difficult is that I have a time axis instead of a simple integer x-axis. Gnuplot doesn't seem...
3
1936
by: Maarten van Reeuwijk | last post by:
Hello, I am using the Numeric package, and I need to strip edge cells off an array (dimension unknown) in an a-priori unknown direction. I implented this as follows: def el_remove_bcells(var, axis): """ elementary routine to strip the edge cells of an array for the given direction. """
2
7240
by: RJGraham | last post by:
I've goggled a few posts about this but haven't found a definitive answer. I have an Apache Axis SOAP web service that I ned to write a C# client for. When I point VS.Net Studio 2003 at my Axis WSDL, I get the following error message from VS.net: - Report from 'WSDL Document' is 'There is an error in XML document (46, 16).'.
3
2708
by: Jacky Zhu | last post by:
Hi all, I am having a problem trying to consume a webservice that is developed on ..Net. I can access it without any problem using a .net client, but when I use a java client (based on Axis 1.1), some methods work, some don't. The error message I got is "org.apache.axis.types.URI$MalformedURIException: No scheme found in URI..."
3
3693
by: Claus Haslauer | last post by:
Hi, I want to create a chart value (y-axis) vs. time (x-axis). In fact very similar to the xy(scatter) example in the graph10.chm help-file. I ran into problems, so I started a very basic *.mdb file. It contains one table with ID, Date, and Price (Value) Column ID is automatically assigned Date is in the short date format
3
9798
by: parrot toes | last post by:
Summary: I have been trying to make requests of a web service provided by Axis using a dotnet client with code generated by wsdl.exe and have been getting exceptions when trying to process the response. As a result of seraching news groups I guessed that the SOAP response defines an array element in a way that causes the dotnet deserialization routines to put the content in a generic object array (object) BUT the content is supposed to...
3
6959
by: Tom_B | last post by:
Trying to consume with a VB.Net client a Java Axis web service that returns a DataHandler type. After much searching on the internet -- no clues found. Any ideas on how to do this? Thanks. TomB
1
2009
by: kelvlam | last post by:
Hello, I'm a brand new web service developer, so forgive me if my question have been asked before. I tried to search online and the only thread I can found in Google Group doesn't have any answer/resolution. This is the only one I'm able to find so far: http://groups.google.com/group/microsoft.public.dotnet.framework.webservices/browse_thread/thread/8ae08c100682b774/7efb09202802d00a I'm trying to integrate with a 3rd party vendor. ...
0
2393
by: TraceyAnnison | last post by:
I wonder if you can help me - I'm new to this, and working in a project that has already been configured to work with Axis. We have a Java project built with the Spring framework, in order to provide webservices for access via SOAP. As I understand it (ie not very well!) Axis works to accept these SOAP messages from the client and transform them into calls on our Java methods, and do the reverse with the responses - cool! Which is excellent,...
0
9727
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10647
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10386
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
10133
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...
1
7669
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
5554
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4339
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
2
3865
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3017
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.