[
https://issues.apache.org/jira/browse/RAMPART-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Hausherr updated RAMPART-164:
--------------------------------------
Comment: was deleted
(was: Well, the issue should be fixed in Axiom 1.2.8 so I replaced the Axiom
jars axiom-api-1.2.7.jar, axiom-dom-1.2.7.jar and axiom-impl-1.2.7.jar with the
jars from Axiom 1.2.8. Still the problems remains the same. Was anybody able to
solve this and how did you do it?)
> Error while processing SOAP-Fault (Axis2Util.getDocumentFromSOAPEnveloper) ->
> Axis2 HTML Error Page
> ----------------------------------------------------------------------------------------------------
>
> Key: RAMPART-164
> URL: https://issues.apache.org/jira/browse/RAMPART-164
> Project: Rampart
> Issue Type: Bug
> Components: rampart-core
> Affects Versions: 1.4
> Reporter: Stefan Lischke
> Assignee: Nandana Mihindukulasooriya
> Priority: Critical
>
> Rampart throws an Exception. A SOAP-Fault is generated and will be send to
> the caller. This SOAP-Fault is also Processed by Rampart and while processing
> this Fault Message, Rampart throws another Error that causes Axis2 to send an
> HTML-internal error message to the caller.
> <soapenv:Envelope
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header
> xmlns:wsa="http://www.w3.org/2005/08/addressing"><wsa:Action>XXXXXXXXX/Fault/FaultName</wsa:Action><wsa:RelatesTo>urn:uuid:E4331B281C8C1BE1411210178240805</wsa:RelatesTo></soapenv:Header><soapenv:Body><soapenv:Fault
>
> xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"><faultcode>wsse:InvalidSecurity</faultcode><faultstring>Cannot
> load password callback class:
> xxx.xxx.xxx.PWCBHandler.java</faultstring><detail
> /></soapenv:Fault></soapenv:Body></soapenv:Envelope>
> 2008-01-31 23:37:05,844 [http-8080-Processor15] DEBUG
> org.apache.axis2.engine.Phase - [MessageContext:
> logID=urn:uuid:AEE3166C73B98914F81201818949494] Invoking Handler 'Apache
> Rampart outflow handler' in Phase 'Security'
> org.apache.ws.security.WSSecurityException: Error in converting SOAP Envelope
> to Document; nested exception is:
> org.apache.axiom.soap.SOAPProcessingException: Only Characters are
> allowed here
> in Axis2Util.getDocumentFromSOAPEnveloper
> This Exception does not make the way through Axis engine..... somehow the
> following exception pops up at Axis2Servlet
> "org.apache.axis2.AxisFault: Error in extracting message properties"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.