Autor Thema: Tomcat und Axis  (Gelesen 2961 mal)

Offline qojote

  • Aktives Mitglied
  • ***
  • Beiträge: 229
  • I love YaBB 1G - SP1!
Tomcat und Axis
« am: 26.07.04 - 22:58:12 »
Hi,
kennt sich hier jemand mit Tomact und Axis aus ?
Tomcat läuft (5er) Axis hab ich wie beschrieben rein kopiert.
Wenn ich abder die validate Seite aufrufe mault der mir x Packete an die dem fehlen. Was mach ich falsch ?
Error: could not find class javax.xml.soap.SOAPMessage from file saaj.jar
Axis will not work
See http://xml.apache.org/axis/

OUTPUT:
Error: could not find class javax.xml.rpc.Service from file jaxrpc.jar
Axis will not work
See http://xml.apache.org/axis/


Error: could not find class org.apache.axis.transport.http.AxisServlet from file axis.jar
Axis will not work
See http://xml.apache.org/axis/


Error: could not find class org.apache.commons.discovery.Resource from file commons-discovery.jar
Axis will not work
See http://jakarta.apache.org/commons/discovery.html

Found Jakarta-Commons Logging (org.apache.commons.logging.Log) at C:\Tomcat%205.0\bin\commons-logging-api.jar


Error: could not find class org.apache.log4j.Layout from file log4j-1.2.8.jar
Axis may not work
See http://jakarta.apache.org/log4j


Error: could not find class com.ibm.wsdl.factory.WSDLFactoryImpl from file wsdl4j.jar
Axis will not work

Found JAXP implementation (javax.xml.parsers.SAXParserFactory) at an unknown location


Error: could not find class javax.activation.DataHandler from file activation.jar
Axis will not work
See http://java.sun.com/products/javabeans/glasgow/jaf.html


Optional Components
Warning: could not find class javax.mail.internet.MimeMessage from file mail.jar
Attachments will not work
See http://java.sun.com/products/javamail/


Warning: could not find class org.apache.xml.security.Init from file xmlsec.jar
XML Security is not supported
See http://xml.apache.org/security/

Found Java Secure Socket Extension (javax.net.ssl.SSLSocketFactory) at an unknown location


7 core axis libraries are missing2 optional axis libraries are missing
Note: On Tomcat 4.x and Java1.4, you may need to put libraries that contain java.* or javax.* packages into CATALINA_HOME/common/lib
jaxrpc.jar and saaj.jar are two such libraries.
Note: Even if everything this page probes for is present, there is no guarantee your web service will work, because there are many configuration options that we do not check for. These tests are necessary but not sufficient


--------------------------------------------------------------------------------

Examining Application Server
Servlet version 2.4
XML Parser org.apache.xerces.jaxp.SAXParserImpl
XML ParserLocation C:\Tomcat 5.0\common\endorsed\xercesImpl.jar
Examining System Properties
java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
sun.boot.library.path=C:\J2SDK1.4.1_05\JRE\bin
java.vm.version=1.4.1_05-b01
shared.loader=${catalina.base}/shared/classes,${catalina.base}/shared/lib/*.jar
java.vm.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
path.separator=;
java.vm.name=Java HotSpot(TM) Client VM
file.encoding.pkg=sun.io
user.country=DE
sun.os.patch.level=
java.vm.specification.name=Java Virtual Machine Specification
user.dir=C:\Tomcat 5.0
java.runtime.version=1.4.1_05-b01
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
java.endorsed.dirs=C:\J2SDK1.4.1_05\JRE\lib\endorsed
os.arch=x86
java.io.tmpdir=C:\WINDOWS\TEMP\
line.separator=

java.vm.specification.vendor=Sun Microsystems Inc.
user.variant=
java.naming.factory.url.pkgs=org.apache.naming
os.name=Windows Me
sun.java2d.fontpath=
java.library.path=C:\J2SDK1.4.1_05\BIN;.;C:\WINDOWS\SYSTEM;C:\WINDOWS;C:\j2sdk1.4.1_05\bin;C:\jwsdp-1.2\jwsdp-shared\bin;C:\WINDOWS;C:\WINDOWS\COMMAND;;C:\j2sdk1.4.1_05\bin;C:\ant\bin;c:\lotus6\notes\;
java.specification.name=Java Platform API Specification
java.class.version=48.0
java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
os.version=4.90
user.home=C:\WINDOWS
user.timezone=Europe/Berlin
catalina.useNaming=true
java.awt.printerjob=sun.awt.windows.WPrinterJob
file.encoding=Cp1252
java.specification.version=1.4
catalina.home=C:\Tomcat 5.0
user.name=Standard
java.class.path=C:\Tomcat 5.0\bin\bootstrap.jar
java.naming.factory.initial=org.apache.naming.java.javaURLContextFactory
package.definition=sun.,java.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.
java.vm.specification.version=1.0
sun.arch.data.model=32
java.home=C:\J2SDK1.4.1_05\JRE
java.specification.vendor=Sun Microsystems Inc.
user.language=de
awt.toolkit=sun.awt.windows.WToolkit
java.vm.info=mixed mode
java.version=1.4.1_05
java.ext.dirs=C:\J2SDK1.4.1_05\JRE\lib\ext
sun.boot.class.path=C:\J2SDK1.4.1_05\JRE\lib\rt.jar;C:\J2SDK1.4.1_05\JRE\lib\i18n.jar;C:\J2SDK1.4.1_05\JRE\lib\sunrsasign.jar;C:\J2SDK1.4.1_05\JRE\lib\jsse.jar;C:\J2SDK1.4.1_05\JRE\lib\jce.jar;C:\J2SDK1.4.1_05\JRE\lib\charsets.jar;C:\J2SDK1.4.1_05\JRE\classes
java.vendor=Sun Microsystems Inc.
server.loader=${catalina.home}/server/classes,${catalina.home}/server/lib/*.jar
catalina.base=C:\Tomcat 5.0
file.separator=\
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
common.loader=${catalina.home}/common/classes,${catalina.home}/common/endorsed/*.jar,${catalina.home}/common/lib/*.jar
sun.cpu.endian=little
sun.io.unicode.encoding=UnicodeLittle
package.access=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.,sun.beans.
sun.cpu.isalist=pentium i486 i386



--------------------------------------------------------------------------------
Platform: Apache Tomcat/5.0.27

Kann mir jemand weiter helfen??
Ich seh schon der Weg zu den Webservices wird interessant :)
Danke
Gruß
Qojote

 

Impressum Atnotes.de  -  Powered by Syslords Solutions  -  Datenschutz