Steffen

first lets look at sample01
looks like you have a permissions error please create modules folder manually at
C:\Apache Repository\Apache 
Rampart\rampart-1.6.2\samples\policy\build\client_repositories\sample01\modules

build.xml
confirm the sample.services.urlsample.services.url property in ant build.xml 
(sample.services.url is passed to Client)

    <property name="sample.services.url" 
value="http://localhost:${client.port}/axis2/services"/>

in axis2.xml
do you have the hostname specified in <transportReceiver name="http" ..the 
hostname is used for url prefix in reply-to endpoint reference
ok if  hostname is null in which case the sample.services.url is used for reply 
to EPR (end point reference)

in axis2.xml
what is value of httpFrontendHostUrl
<!-- If you have a frontend host which exposes this webservice using a 
different public URL  -->
    <!-- use this parameter to override autodetected url -->
    <!--<parameter name="httpFrontendHostUrl" 
locked="false">https://someotherhost/context</parameter>-->

be aware if you desire  to implement https then you would need to fully 
configure your https connector for webapp-server (TC, Jboss, Weblogic)
in which case you would need your security certs and security keys packaged in 
a pfx and installed according to CA (Certificate Authority) instructions

Viel Gluck,
Martin Gainty 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.




Date: Thu, 28 Jun 2012 12:30:11 +0200
From: u24...@hs-harz.de
Subject: apache rampart examples don't run
To: java-user@axis.apache.org
CC: nscheitha...@hs-harz.de; hstr...@hs-harz.de

Hi apache rampart developer team,
 
i've got problems by running the following examples - included in the 
apache rampart version 1.6.2:
 
basic
  - sample08
  - sample09
 
policy
  - sample01
  - sample05
  - sample06
  - sample07
  - sample08
 
the error log's are attached to this message.
 
is there any known issue, why it doesn't work?
 
the discribed steps in the JIRA-log (please take a look to the following 
address) are all done:
https://issues.apache.org/jira/browse/RAMPART-343
 
 
System:
  Windows XP Professional SP 3
  Java JDK 1.7.05
  Apache Axis2 1.6.2
  Apache Rampart 1.6.2
  Apache Ant
 
thanks a lot
 

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org                 
                          

Reply via email to