View Issue Details

IDProjectCategoryView StatusLast Update
0000010easycwmpBugpublic2014-09-24 18:58
ReporterCwmpUser Assigned Tomohamed.kallel  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformOpenwrtOSUnbuntu 
Summary0000010: XML parsing problem
Description        I set up the genieacs server on VM and easycwmp on my AP, but I got internal server error(500) for the inform message. I did a wireshark capture and found out this in the XML:
        <ParameterValueStruct xsi:type="xsd:string">
        <Name>InternetGatewayDevice.DeviceInfo.HardwareVersion</Name>
        <Value>example_hw_version</Value>
        </ParameterValueStruct>

      But according to the author of genieacs, it should be
        <ParameterValueStruct>
        <Name>InternetGatewayDevice.DeviceInfo.HardwareVersion</Name>
        <Value xsi:type="xsd:string">example_hw_version</Value>
        </ParameterValueStruct>

      The attachment are the log of genieacs-cwmp and says there is TypeError
TagsNo tags attached.
e-mail notification

Activities

CwmpUser

2014-09-23 22:36

reporter  

cwmp-err.log (61,628 bytes)

mohamed.kallel

2014-09-24 10:08

administrator   ~0000046

I confirm that's a bug

CwmpUser

2014-09-24 16:23

reporter   ~0000047

So for now the only to fix this is to change the code of acs to parse xml properly?

mohamed.kallel

2014-09-24 18:57

administrator   ~0000048

It's a bug in easycwmp and not in the acs

mohamed.kallel

2014-09-24 18:58

administrator   ~0000049

bug fixed and delivered in easycwmp-1.0.3

Verify before installing the new version that you have cleanly removed the bins and the source codes of the old easycwmp version

Issue History

Date Modified Username Field Change
2014-09-23 22:36 CwmpUser New Issue
2014-09-23 22:36 CwmpUser File Added: cwmp-err.log
2014-09-24 10:08 mohamed.kallel Category Help => Bug
2014-09-24 10:08 mohamed.kallel Note Added: 0000046
2014-09-24 16:23 CwmpUser Note Added: 0000047
2014-09-24 18:57 mohamed.kallel Note Added: 0000048
2014-09-24 18:58 mohamed.kallel Note Added: 0000049
2014-09-24 18:58 mohamed.kallel Status new => resolved
2014-09-24 18:58 mohamed.kallel Resolution open => fixed
2014-09-24 18:58 mohamed.kallel Assigned To => mohamed.kallel