occasionally endless_cycle

Pavel Mracek mracek at poda.cz
Fri Jun 16 05:48:51 EDT 2017


Hi,
I migrated our ACS server on genieacs 1.1 with provision script. So far
9000 huawei HG8245H ONU and works very well. But sometimes a
endless_cycle fault occurs. After fail is destroyed and refresh device
(connection request), everything is working as it should.

In attachment is log snippet from cwmp.log and debug log when issue
occurs. To debug log I choose only two  request+responce from many
repetitions of the same.


Any idea what causes it?

Thanks, Pavel.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.genieacs.com/pipermail/users/attachments/20170616/e080b6e4/attachment.html>
-------------- next part --------------
2017-06-16T08:15:17.631Z [INFO] 10.32.151.132 00259E-HG8245H-485754434806FF5C: Inform; cpeRequestId="162" informEvent="2 PERIODIC" informRetryCount=3
2017-06-16T08:15:17.648Z [INFO] 10.32.151.132 00259E-HG8245H-485754434806FF5C: Script: INFO: HUAWEI-ONT1 start
2017-06-16T08:15:17.725Z [INFO] 10.32.151.132 00259E-HG8245H-485754434806FF5C: Script: Ext getCpeConf.js, return values after:65ms
2017-06-16T08:15:17.812Z [INFO] 10.32.151.132 00259E-HG8245H-485754434806FF5C: Script: HUAWEI-ONT1 end
2017-06-16T08:15:17.851Z [INFO] 10.32.151.132 00259E-HG8245H-485754434806FF5C: ACS request; acsRequestId="15caff8807a100" acsRequestName="GetParameterNames"
2017-06-16T08:15:17.979Z [INFO] 10.32.151.132 00259E-HG8245H-485754434806FF5C: ACS request; acsRequestId="15caff8807a101" acsRequestName="GetParameterNames"
2017-06-16T08:15:18.023Z [INFO] 10.32.151.132 00259E-HG8245H-485754434806FF5C: ACS request; acsRequestId="15caff8807a102" acsRequestName="GetParameterNames"
2017-06-16T08:15:18.095Z [INFO] 10.32.151.132 00259E-HG8245H-485754434806FF5C: ACS request; acsRequestId="15caff8807a103" acsRequestName="GetParameterNames"
2017-06-16T08:15:18.166Z [INFO] 10.32.151.132 00259E-HG8245H-485754434806FF5C: ACS request; acsRequestId="15caff8807a104" acsRequestName="GetParameterNames"
...
...
...
2017-06-16T08:15:29.779Z [INFO] 10.32.151.132 00259E-HG8245H-485754434806FF5C: ACS request; acsRequestId="15caff8807a1a5" acsRequestName="GetParameterNames"
2017-06-16T08:15:29.849Z [INFO] 10.32.151.132 00259E-HG8245H-485754434806FF5C: ACS request; acsRequestId="15caff8807a1a6" acsRequestName="GetParameterNames"
2017-06-16T08:15:29.925Z [INFO] 10.32.151.132 00259E-HG8245H-485754434806FF5C: ACS request; acsRequestId="15caff8807a1a7" acsRequestName="GetParameterNames"
2017-06-16T08:15:29.995Z [INFO] 10.32.151.132 00259E-HG8245H-485754434806FF5C: ACS request; acsRequestId="15caff8807a1a8" acsRequestName="GetParameterNames"
2017-06-16T08:15:30.066Z [INFO] 10.32.151.132 00259E-HG8245H-485754434806FF5C: ACS request; acsRequestId="15caff8807a1a9" acsRequestName="GetParameterNames"
2017-06-16T08:15:30.132Z [ERROR] 10.32.151.132 00259E-HG8245H-485754434806FF5C: Channel has faulted; channel="default" retries=1 faultCode="endless_cycle" faultMessage="The provision seems to be repeating indefinitely (rpc:170 cycle:1 length:0 inter:728)"
-------------- next part --------------
# RESPONSE Fri Jun 16 2017 10:05:12 GMT+0200 (CEST)
{"Server":"GenieACS/1.1.1","SOAPServer":"GenieACS/1.1.1","Content-Type":"text/xml; charset=\"utf-8\""}
<?xml version="1.0" encoding="UTF-8"?>
<soap-env:Envelope xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.o
rg/2001/XMLSchema-instance" xmlns:cwmp="urn:dslforum-org:cwmp-1-0"><soap-env:Header><cwmp:ID soap-env:mustUnderstand="1">15cafef4398100</cwmp:ID></soap-env:Header><soap-env:Body><cwmp:GetParameterNames><Param
eterPath/><NextLevel>1</NextLevel></cwmp:GetParameterNames></soap-env:Body></soap-env:Envelope>


# REQUEST Fri Jun 16 2017 10:05:12 GMT+0200 (CEST)
{"host":"vm-tr069.poda.cz:7547","soapaction":"","connection":"Keep-Alive","content-type":"text/xml; charset=UTF-8","cookie":"session=112abfac7374edc8","user-agent":"HW_WAP_CWMP_V02","content-length":"682"}
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.o
rg/2001/XMLSchema-instance" xmlns:cwmp="urn:dslforum-org:cwmp-1-0">
<SOAP-ENV:Header>
<cwmp:ID SOAP-ENV:mustUnderstand="1">15cafef4398100</cwmp:ID>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<cwmp:GetParameterNamesResponse>
<ParameterList SOAP-ENC:arrayType="cwmp:ParameterInfoStruct[1]">
<ParameterInfoStruct>
<Name>InternetGatewayDevice.</Name>
<Writable>0</Writable>
</ParameterInfoStruct>
</ParameterList>
</cwmp:GetParameterNamesResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>


# RESPONSE Fri Jun 16 2017 10:05:12 GMT+0200 (CEST)
{"Server":"GenieACS/1.1.1","SOAPServer":"GenieACS/1.1.1","Content-Type":"text/xml; charset=\"utf-8\""}
<?xml version="1.0" encoding="UTF-8"?>
<soap-env:Envelope xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cwmp="urn:dslforum-org:cwmp-1-0"><soap-env:Header><cwmp:ID soap-env:mustUnderstand="1">15cafef4398101</cwmp:ID></soap-env:Header><soap-env:Body><cwmp:GetParameterNames><ParameterPath/><NextLevel>1</NextLevel></cwmp:GetParameterNames></soap-env:Body></soap-env:Envelope>


# REQUEST Fri Jun 16 2017 10:05:12 GMT+0200 (CEST)
{"host":"vm-tr069.poda.cz:7547","soapaction":"","connection":"Keep-Alive","content-type":"text/xml; charset=UTF-8","cookie":"session=112abfac7374edc8","user-agent":"HW_WAP_CWMP_V02","content-length":"682"}
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cwmp="urn:dslforum-org:cwmp-1-0">
<SOAP-ENV:Header>
<cwmp:ID SOAP-ENV:mustUnderstand="1">15cafef4398101</cwmp:ID>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<cwmp:GetParameterNamesResponse>
<ParameterList SOAP-ENC:arrayType="cwmp:ParameterInfoStruct[1]">
<ParameterInfoStruct>
<Name>InternetGatewayDevice.</Name>
<Writable>0</Writable>
</ParameterInfoStruct>
</ParameterList>
</cwmp:GetParameterNamesResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>


More information about the Users mailing list