Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 68786 invoked from network); 27 Oct 2006 14:49:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Oct 2006 14:49:28 -0000 Received: (qmail 47976 invoked by uid 500); 27 Oct 2006 14:49:35 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 47942 invoked by uid 500); 27 Oct 2006 14:49:35 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 47931 invoked by uid 99); 27 Oct 2006 14:49:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Oct 2006 07:49:35 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Oct 2006 07:49:21 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0FE7A7142C1 for ; Fri, 27 Oct 2006 07:48:17 -0700 (PDT) Message-ID: <16870136.1161960497047.JavaMail.root@brutus> Date: Fri, 27 Oct 2006 07:48:17 -0700 (PDT) From: "Ali Sadik Kumlali (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS2-1526) Rampart - Samples - service.01 - java.lang.NoClassDefFoundError: org/apache/ws/secpolicy/WSSPolicyException In-Reply-To: <30208032.1161946996504.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/AXIS2-1526?page=comments#action_12445203 ] Ali Sadik Kumlali commented on AXIS2-1526: ------------------------------------------ Yep :) It works with the SVN. Thanks. > Rampart - Samples - service.01 - java.lang.NoClassDefFoundError: org/apache/ws/secpolicy/WSSPolicyException > ----------------------------------------------------------------------------------------------------------- > > Key: AXIS2-1526 > URL: http://issues.apache.org/jira/browse/AXIS2-1526 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Bug > Components: modules > Affects Versions: 1.1 > Environment: Windows XP, JDK 1.4.2_12, Latest Axis2 Nightly (27 Oct 2006), Latest Rampart Nightly (26 Oct 2006) > Reporter: Ali Sadik Kumlali > Fix For: 1.1 > > > I've followed the README.TXT both under 'samples' and 'basic' directories and got the following exception at the first sample (service.01). You may follow the steps here: > C:\axis2-rampart\samples>set AXIS2_HOME=c:/axis2 > C:\axis2-rampart\samples>ant > Buildfile: build.xml > check.dependency: > setup: > [copy] Copying 6 files to C:\axis2\lib > [copy] Copying 2 files to C:\axis2\repository\modules > BUILD SUCCESSFUL > Total time: 1 second > C:\axis2-rampart\samples>cd basic > C:\axis2-rampart\samples\basic>ant service.01 > Buildfile: build.xml > check.dependency: > service.01: > [copy] Copying 1 file to C:\axis2-rampart\samples\basic\build\service_repos > itories\sample01\modules > [copy] Copying 1 file to C:\axis2-rampart\samples\basic\build\service_repos > itories\sample01\modules > [mkdir] Created dir: C:\axis2-rampart\samples\basic\build\temp > [mkdir] Created dir: C:\axis2-rampart\samples\basic\build\temp\META-INF > [javac] Compiling 1 source file to C:\axis2-rampart\samples\basic\build\temp > [copy] Copying 1 file to C:\axis2-rampart\samples\basic\build\temp\META-INF > [copy] Copying 1 file to C:\axis2-rampart\samples\basic\build\temp > [copy] Copying 1 file to C:\axis2-rampart\samples\basic\build\temp > [jar] Building jar: C:\axis2-rampart\samples\basic\build\service_repositor > ies\sample01\services\sample01.aar > [delete] Deleting directory C:\axis2-rampart\samples\basic\build\temp > [java] [SimpleHTTPServer] Starting > [java] [SimpleHTTPServer] Using the Axis2 Repository C:\axis2-rampart\sampl > es\basic\build\service_repositories\sample01 > [java] [SimpleHTTPServer] Listening on port 8080 > [java] Oct 27, 2006 1:59:32 PM org.apache.axis2.deployment.DeploymentEngine > doDeploy > [java] INFO: Deploying module : addressing-1.1 > [java] Oct 27, 2006 1:59:33 PM org.apache.axis2.transport.http.SimpleHTTPSe > rver main > [java] SEVERE: Error starting SimpleHTTPServer > [java] java.lang.NoClassDefFoundError: org/apache/ws/secpolicy/WSSPolicyExc > eption > [java] at java.lang.Class.getDeclaredConstructors0(Native Method) > [java] at java.lang.Class.privateGetDeclaredConstructors(Class.java:161 > 8) > [java] at java.lang.Class.getConstructor0(Class.java:1930) > [java] at java.lang.Class.newInstance0(Class.java:278) > [java] at java.lang.Class.newInstance(Class.java:261) > [java] at org.apache.axis2.deployment.util.Utils.addFlowHandlers(Utils. > java:69) > [java] at org.apache.axis2.deployment.DeploymentEngine.addNewModule(Dep > loymentEngine.java:326) > [java] at org.apache.axis2.deployment.DeploymentEngine.doDeploy(Deploym > entEngine.java:598) > [java] at org.apache.axis2.deployment.RepositoryListener.init(Repositor > yListener.java:160) > [java] at org.apache.axis2.deployment.RepositoryListener.(Reposit > oryListener.java:53) > [java] at org.apache.axis2.deployment.DeploymentEngine.loadRepository(D > eploymentEngine.java:104) > [java] at org.apache.axis2.deployment.FileSystemConfigurator.getAxisCon > figuration(FileSystemConfigurator.java:116) > [java] at org.apache.axis2.context.ConfigurationContextFactory.createCo > nfigurationContext(ConfigurationContextFactory.java:61) > [java] at org.apache.axis2.context.ConfigurationContextFactory.createCo > nfigurationContextFromFileSystem(ConfigurationContextFactory.java:180) > [java] at org.apache.axis2.transport.http.SimpleHTTPServer.main(SimpleH > TTPServer.java:157) > [java] [SimpleHTTPServer] Shutting down > BUILD SUCCESSFUL > Total time: 3 seconds > C:\axis2-rampart\samples\basic> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org