Eclipse Axis2 Plugin Rampart Module

Hallo

Also ich habe ein Projekt im Eclipse, erstellt mit dem Axis2 Plugin.
nun hab ich versucht das Rampart Module im module ordner hinzuzufügen.
Darauf hin bekam ich eine classNotFound für die Klasse Rampart.
Ich fügte das Packet axis2-secure hinzu
Danach bekomme ich folgende Exception:
java.lang.NoClassDefFoundError: org/apache/axis2/modules/ModulePolicyExtension
Jetzt füge ich also das Packet axis2-SNAPSHOT hinzu welches ModulePolicyExtension beinhaltet.
Darauf hin bekomm ich folgenden output beim Serverstart:
(Augenmerk bitte in die Mitte zur NullpointerException)
Code:
22.10.2008 09:15:24 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNUNG: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:BRZ_Services' did not find a matching property.
22.10.2008 09:15:24 org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
22.10.2008 09:15:24 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
22.10.2008 09:15:24 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 511 ms
22.10.2008 09:15:24 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
22.10.2008 09:15:24 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.18
[INFO] java.lang.NullPointerException
22.10.2008 09:15:25 org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
22.10.2008 09:15:25 org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
22.10.2008 09:15:25 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
22.10.2008 09:15:25 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
22.10.2008 09:15:25 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=1/19  config=null
22.10.2008 09:15:25 org.apache.catalina.startup.Catalina start
INFO: Server startup in 1055 ms

Ich habe eine Breakpoint für NullPointerException gesetzt, die Exception fliegt in der Klasse AdminAgent.

Ich benutze das Eclipse Ganymede, Axis2 und das ganze auf OSX 10.5 auf Java 1.5
Kann mir jemand weiterhelfen?
 

Neue Beiträge

Zurück