[jira] [Commented] (AXIS2-5652) org.apache.axis2.AxisFault: Error in extracting message properties

2024-10-28 Thread Robert Lazarski (Jira)
ks a full stack trace, a test case, or any details that could help us determine what happened exactly. Marking as incomplete - but we can reopen it if the issue can be recreated with 1.8.2 or later. > org.apache.axis2.AxisFault: Error in extracting message pro

[jira] [Resolved] (AXIS2-5652) org.apache.axis2.AxisFault: Error in extracting message properties

2024-10-28 Thread Robert Lazarski (Jira)
nvironment: window 7 64 bit >Reporter: Mir Rabiluddin >Priority: Critical > Labels: 30m > Fix For: Transports 1.0.0 > > > org.apache.axis2.AxisFault: Error in extracting message properties > at > org.apache.axis2.u

[jira] [Created] (AXIS2-5652) org.apache.axis2.AxisFault: Error in extracting message properties

2014-05-20 Thread Mir Rabiluddin (JIRA)
Mir Rabiluddin created AXIS2-5652: - Summary: org.apache.axis2.AxisFault: Error in extracting message properties Key: AXIS2-5652 URL: https://issues.apache.org/jira/browse/AXIS2-5652 Project: Axis2

[jira] [Created] (AXIS2-5650) org.apache.axis2.AxisFault: Error in extracting message properties

2014-05-18 Thread Mir Rabiluddin (JIRA)
Mir Rabiluddin created AXIS2-5650: - Summary: org.apache.axis2.AxisFault: Error in extracting message properties Key: AXIS2-5650 URL: https://issues.apache.org/jira/browse/AXIS2-5650 Project: Axis2

[jira] [Updated] (AXIS2-5650) org.apache.axis2.AxisFault: Error in extracting message properties

2014-05-18 Thread Mir Rabiluddin (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mir Rabiluddin updated AXIS2-5650: -- Description: sdorg.apache.axis2.AxisFault: Error in extracting message properties at

[jira] [Updated] (AXIS2-5650) org.apache.axis2.AxisFault: Error in extracting message properties

2014-05-18 Thread Mir Rabiluddin (JIRA)
i run and deploy in integrated weblogic server i got the below exception. sdorg.apache.axis2.AxisFault: Error in extracting message properties at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:512) at org.apache.axis2

Re: Error in extracting message properties

2010-03-10 Thread TomazM
I figure it out, the problem is in Rampart class RampartMessageData, I think the problem is if you have in xml characters like š, š, ć, ž, đ, č so the code page ISO-8859-2. So if this is a bug I don't know. Solution: You must use encodeing(Base64.encode) Regards, Tomaz LP, T TomazM wrote:

Re: Error in extracting message properties

2010-03-10 Thread TomazM
Is there any way to debug what this error mean, because in Stub I can only see that _operationClient.execute(true); fail. Env: - axis2.1.5 - jibx 1.2.2 - rampart 1.3(InflowSecurity) Regards, Tomaz <> - To unsubscri