+Martin

On Fri, Sep 3, 2021 at 12:28 AM Michael D?rre <
[email protected]> wrote:

> Hi Goutam,
>
> Okay. so now we know we are on alu-sr1. So my approach would be to migrate
> your honeycomb also to the odl libs of alu-sr1. Sadly we do not have that
> much experience with honeycomb, so we cannot really help, but as I already
> said, it looks like a NETCONF protocol error, so take a look at the netconf
> trace logs in odl and you may find the problem in one of the first messages
> your simulator is sending.
>
> Hint: If you do not know which versions of which libs to update you can
> find some in our ONAP internal ccsdk-parents here:
> https://gerrit.onap.org/r/gitweb?p=ccsdk/parent.git;a=tree;hb=29089ff437e05d45ca8dd4d9e9f4d090bfde3c0a
> <https://protect2.fireeye.com/v1/url?k=b19d6303-ee065bd8-b19e2efa-86540f2c5b1f-05fedfd6d6d858cc&q=1&e=95f5f461-637a-4916-a8d0-4cecea2b2594&u=https%3A%2F%2Fgerrit.onap.org%2Fr%2Fgitweb%3Fp%3Dccsdk%2Fparent.git%3Ba%3Dtree%3Bhb%3D29089ff437e05d45ca8dd4d9e9f4d090bfde3c0a>
> (link goes to release version 2.1.3 which is shown in about output)
>
> Kind regards,
> Michael
> On 02.09.21 10:21, Goutam Roy wrote:
>
> Hi Michael,
>
> Thank you for your response.  We are using SDNRWT is true. Bellow is the
> details and I have attached the screenshot. Please help me.
>
> ===========================================
> $kubectl  exec -it  dev-sdnc-0  bash
>
> bash-5.0$ echo  $SDNRWT
> *true*
> ============================================
> *curl http://10.107.173.144:8181/about
> <https://protect2.fireeye.com/v1/url?k=6e373edb-31ac0631-6e347322-86861b72af13-0fd3d4c6352e641f&q=1&e=296a8bb8-2c9f-4b8b-9fa5-100fa599241d&u=http%3A%2F%2F10.107.173.144%3A8181%2Fabout>*
> ## Version Info
> |  |  |
> | --- | ----- |
> | ONAP release | ONAP Honolulu |
> | ONAP release version | 2.1.3 |
> | Opendaylight release | aluminium-SR1 (0.13.1) |
> | ONAP CCSDK version | 2.1.3 |
> | Build timestamp | Mon Apr 19 20:42:27 GMT 2021 |
> | Yangtools version | 5.0.7  |
> | MD-SAL version | 6.0.7 |
> | SDN-R packages version | 1.1.4 (abbrev=a31d111) |
> | Cluster size | 1 |
>
> ## Device manager
>
> | Bundle-Id | Version | Symbolic-Name | Status |
> | --- | --- | --- | --- |
> | 231 | 1.1.4 |
> org.onap.ccsdk.features.sdnr.wt.sdnr-wt-devicemanager-adapter-manager-provider
> | active |
>  233 | 1.1.4 |
> org.onap.ccsdk.features.sdnr.wt.sdnr-wt-devicemanager-onf-provider | active
> |
>  235 | 1.1.4 |
> org.onap.ccsdk.features.sdnr.wt.sdnr-wt-devicemanager-onf14-provider |
> active |
>  236 | 1.1.4 |
> org.onap.ccsdk.features.sdnr.wt.sdnr-wt-devicemanager-openroadm-provider |
> active |
>  237 | 1.1.4 |
> org.onap.ccsdk.features.sdnr.wt.sdnr-wt-devicemanager-oran-provider |
> active |
>
>
> ## System Info
> ```
> Karaf
>   Karaf version               4.2.9
>   Karaf home                  /opt/opendaylight
>   Karaf base                  /opt/opendaylight
>   OSGi Framework              org.eclipse.osgi-3.12.100.v20180210-1608
> JVM
>   Java Virtual Machine        OpenJDK 64-Bit Server VM version 11.0.9.1+1
>   Version                     11.0.9.1
>   Vendor                      AdoptOpenJDK
>   Pid                         141
>   Uptime                      1 day 19 hours
>   Process CPU time            33 minutes
>   Process CPU load            0
>   System CPU load             0.08
>   Open file descriptors       313
>   Max file descriptors        1,048,576
>   Total compile time          3 minutes
> Threads
>   Live threads                166
>   Daemon threads              69
>   Peak                        182
>   Total started               45807
> Memory
>   Current heap size           924,626 kbytes
>   Maximum heap size           2,097,152 kbytes
>   Committed heap size         1,468,416 kbytes
>   Pending objects             0
>   Garbage collector           Name = 'G1 Young Generation', Collections =
> 344, Time = 7.864 seconds
>   Garbage collector           Name = 'G1 Old Generation', Collections =
> 15, Time = 3.102 seconds
> Classes
>   Current classes loaded      29,846
>   Total classes loaded        31,679
>   Total classes unloaded      1,833
> Operating system
>   Name                        Linux version 4.15.0-154-generic
>   Architecture                amd64
>   Processors                  1
>
>
> On Thu, Sep 2, 2021 at 9:56 AM Michael D?rre <
> [email protected]> wrote:
>
>> Hi,
>>
>> as the error says
>> >> .EOFException, errorType=RPC, errorTag=MALFORMED_MESSAGE
>>
>> it looks like it is not a specific SDN-R problem. You should see see the
>> same issue on a vanilla opendaylight instance.
>>
>> So the first question is: Are you really running a SDN-R (SDNRWT=true).
>> So are SDN-R wt features enabled? If yes could you please post the response
>> for
>>
>> curl http(s)://<your-sdnr/sdnc-host>:<your-sdnr/sdnc-port>/about
>>
>> So if this responding with a 404/401 SDN-R wt features are not enabled.
>> I'm just asking because as far as I remember Honolulu has a maintenance
>> release with an opendaylight upgrade to aluminium-SR3.
>>
>> But in the end it sounds like the problem is on the honeycomb side. I
>> mean something like a NETCONF protocol issue which you may find out by
>> enabling TRACE logs for org.opendaylight.netconf. I can only suggest, but
>> Dublin branch of ran-sim sounds quite old. Dublin was based on odl fluorine
>> if I remember correctly and I know about some problems in other projects if
>> odl and honeycomb sim were not based on the same odl version.
>>
>> I hope this helps a bit.
>>
>> Kind regards,
>> Michael
>> On 01.09.21 20:55, Goutam Roy via lists.onap.org
>> <https://protect2.fireeye.com/v1/url?k=f4b3e374-ab28dbaf-f4b0ae8d-86540f2c5b1f-2390b1893774af2d&q=1&e=95f5f461-637a-4916-a8d0-4cecea2b2594&u=http%3A%2F%2Flists.onap.org%2F>
>> wrote:
>>
>> Hi our HoneyComb agent does not able to speak SDNR. After mounting the
>> HoneyComb we are getting bellow exception.
>>
>> SDNR version: Honolulu
>>
>> HoneyComb: as per this documents.( git clone
>> https://github.com/onap-oof-pci-poc/ran-sim.git
>> <https://protect2.fireeye.com/v1/url?k=05fdf394-5a66cb6c-05febe6d-868753e36a0a-5312438f5b232abc&q=1&e=d612a044-5526-442a-aac7-41f44fd4e91e&u=https%3A%2F%2Fgithub.com%2Fonap-oof-pci-poc%2Fran-sim%2Fhoneycombsim%2F>
>>  .    git
>> checkout Dublin)
>>
>>
>> Exception:
>>
>>
>> 9,"blacklisted":false},{"plmnid":"ran-1","cid":"Chn0038","phy-cell-id":4,"blacklisted":false},{"plmnid":"ran-1","cid":"Chn0041","phy-cell-id":7,"blacklisted":false},{"plmnid":"ran-1","cid":"Chn0061","phy-cell-id":27,"blacklisted":false}]}}}}}]}
>> 2021-09-01 17:56:31.254 UTC [WebSocketSimpleContainer@815992954-23]
>> DEBUG o.o.r.w.c.RansimClientWebSocket - Periodic ping message.... ignore
>> 2021-09-01 17:56:31.591 UTC [globalEventExecutor-1-2] INFO
>>  o.a.s.s.s.ServerUserAuthService - Session admin@/172.30.161.157:15185
>> <https://protect2.fireeye.com/v1/url?k=a8fd605b-f76658a3-a8fe2da2-868753e36a0a-bdd5e7ade80273d7&q=1&e=d612a044-5526-442a-aac7-41f44fd4e91e&u=http%3A%2F%2F172.30.161.157%3A15185%2F>
>>  authenticated
>> 2021-09-01 17:56:31.931 UTC [netconf-netty-1] WARN
>>  o.o.n.i.u.DeserializerExceptionHandler - An exception occurred during
>> message handling
>> io.netty.handler.codec.DecoderException: java.lang.NullPointerException
>> at
>> io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459)
>> [netty-codec-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265)
>> [netty-codec-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
>> [netty-codec-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284)
>> [netty-codec-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1414)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:945)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.local.LocalChannel.finishPeerRead0(LocalChannel.java:446)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at io.netty.channel.local.LocalChannel.access$300(LocalChannel.java:50)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at io.netty.channel.local.LocalChannel$5.run(LocalChannel.java:400)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
>> [netty-common-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
>> [netty-common-4.1.22.Final.jar:4.1.22.Final]
>> at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:886)
>> [netty-common-4.1.22.Final.jar:4.1.22.Final]
>> at java.lang.Thread.run(Thread.java:748) [na:1.8.0_292]
>> Caused by: java.lang.NullPointerException: null
>> at org.openexi.sax.ReaderSupport.doAttribute(Unknown Source)
>> ~[nagasena-0000.0002.0062.0.jar:na]
>> at org.openexi.sax.EXIReader.doElement(Unknown Source)
>> ~[nagasena-0000.0002.0062.0.jar:na]
>> at org.openexi.sax.EXIReader.parse(Unknown Source)
>> ~[nagasena-0000.0002.0062.0.jar:na]
>> at org.openexi.sax.EXIReader.parse(Unknown Source)
>> ~[nagasena-0000.0002.0062.0.jar:na]
>> at
>> org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:96)
>> ~[netconf-netty-util-1.4.2.jar:na]
>> at
>> io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489)
>> [netty-codec-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428)
>> [netty-codec-4.1.22.Final.jar:4.1.22.Final]
>> ... 21 common frames omitted
>> 2021-09-01 17:56:32.600 UTC [netconf-netty-1] WARN
>>  o.o.n.i.u.DeserializerExceptionHandler - An exception occurred during
>> message handling
>> io.netty.handler.codec.DecoderException: java.io
>> <https://protect2.fireeye.com/v1/url?k=46ad2cbc-19361444-46ae6145-868753e36a0a-1b18152aa6cf149c&q=1&e=d612a044-5526-442a-aac7-41f44fd4e91e&u=http%3A%2F%2Fjava.io%2F>
>> .EOFException
>> at
>> io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459)
>> [netty-codec-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:392)
>> [netty-codec-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:359)
>> [netty-codec-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342)
>> [netty-codec-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377)
>> [netty-codec-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342)
>> [netty-codec-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1409)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:927)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
>> [netty-common-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
>> [netty-common-4.1.22.Final.jar:4.1.22.Final]
>> at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:886)
>> [netty-common-4.1.22.Final.jar:4.1.22.Final]
>> at java.lang.Thread.run(Thread.java:748) [na:1.8.0_292]
>> Caused by: java.io
>> <https://protect2.fireeye.com/v1/url?k=7867a599-27fc9d61-7864e860-868753e36a0a-978d755419756fa1&q=1&e=d612a044-5526-442a-aac7-41f44fd4e91e&u=http%3A%2F%2Fjava.io%2F>.EOFException:
>> null
>> at org.openexi.proc.io
>> <https://protect2.fireeye.com/v1/url?k=a5071ea9-fa9c2651-a5045350-868753e36a0a-ef7efd6190dc9b5a&q=1&e=d612a044-5526-442a-aac7-41f44fd4e91e&u=http%3A%2F%2Forg.openexi.proc.io%2F>.BodyBitInputStream.getEightBits(Unknown
>> Source) ~[nagasena-0000.0002.0062.0.jar:na]
>> at org.openexi.proc.io
>> <https://protect2.fireeye.com/v1/url?k=1feca263-40779a9b-1fefef9a-868753e36a0a-e1029e7d9dd61abb&q=1&e=d612a044-5526-442a-aac7-41f44fd4e91e&u=http%3A%2F%2Forg.openexi.proc.io%2F>.BitPackedScanner.readEightBitsUnsigned(Unknown
>> Source) ~[nagasena-0000.0002.0062.0.jar:na]
>> at org.openexi.proc.io
>> <https://protect2.fireeye.com/v1/url?k=ded0e89e-814bd066-ded3a567-868753e36a0a-3e4bcbee6aec631d&q=1&e=d612a044-5526-442a-aac7-41f44fd4e91e&u=http%3A%2F%2Forg.openexi.proc.io%2F>.Scanner.readUnsignedInteger(Unknown
>> Source) ~[nagasena-0000.0002.0062.0.jar:na]
>> at org.openexi.proc.io
>> <https://protect2.fireeye.com/v1/url?k=937ee1a8-cce5d950-937dac51-868753e36a0a-095ff5617c3ae288&q=1&e=d612a044-5526-442a-aac7-41f44fd4e91e&u=http%3A%2F%2Forg.openexi.proc.io%2F>.Scanner.readLiteralString(Unknown
>> Source) ~[nagasena-0000.0002.0062.0.jar:na]
>> at org.openexi.proc.io
>> <https://protect2.fireeye.com/v1/url?k=fa80d02f-a51be8d7-fa839dd6-868753e36a0a-569993e0ef3ba7a1&q=1&e=d612a044-5526-442a-aac7-41f44fd4e91e&u=http%3A%2F%2Forg.openexi.proc.io%2F>.StringValueScanner.scan(Unknown
>> Source) ~[nagasena-0000.0002.0062.0.jar:na]
>> at org.openexi.proc.io
>> <https://protect2.fireeye.com/v1/url?k=79191dfa-26822502-791a5003-868753e36a0a-48f7e69ac3dacc8b&q=1&e=d612a044-5526-442a-aac7-41f44fd4e91e&u=http%3A%2F%2Forg.openexi.proc.io%2F>.ValueScannerLexical.scan(Unknown
>> Source) ~[nagasena-0000.0002.0062.0.jar:na]
>> at org.openexi.proc.io
>> <https://protect2.fireeye.com/v1/url?k=f159e8b8-aec2d040-f15aa541-868753e36a0a-81feca8fc23ad53d&q=1&e=d612a044-5526-442a-aac7-41f44fd4e91e&u=http%3A%2F%2Forg.openexi.proc.io%2F>.SimpleScanner.doAttributeWildcardAny(Unknown
>> Source) ~[nagasena-0000.0002.0062.0.jar:na]
>> at org.openexi.proc.io
>> <https://protect2.fireeye.com/v1/url?k=d250660c-8dcb5ef4-d2532bf5-868753e36a0a-ef67f2de12cb92ad&q=1&e=d612a044-5526-442a-aac7-41f44fd4e91e&u=http%3A%2F%2Forg.openexi.proc.io%2F>.SimpleScanner.nextEvent(Unknown
>> Source) ~[nagasena-0000.0002.0062.0.jar:na]
>> at org.openexi.sax.EXIReader.doElement(Unknown Source)
>> ~[nagasena-0000.0002.0062.0.jar:na]
>> at org.openexi.sax.EXIReader.parse(Unknown Source)
>> ~[nagasena-0000.0002.0062.0.jar:na]
>> at org.openexi.sax.EXIReader.parse(Unknown Source)
>> ~[nagasena-0000.0002.0062.0.jar:na]
>> at
>> org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:96)
>> ~[netconf-netty-util-1.4.2.jar:na]
>> at
>> io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489)
>> [netty-codec-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428)
>> [netty-codec-4.1.22.Final.jar:4.1.22.Final]
>> ... 21 common frames omitted
>> 2021-09-01 17:56:32.603 UTC [netconf-netty-1] WARN
>>  i.n.util.concurrent.DefaultPromise - An exception was thrown by
>> org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete()
>> java.lang.IllegalStateException: Unable to send exception
>> NetconfDocumentedException{message=java.io
>> <https://protect2.fireeye.com/v1/url?k=ea59c08d-b5c2f875-ea5a8d74-868753e36a0a-89e4160d8fc273e1&q=1&e=d612a044-5526-442a-aac7-41f44fd4e91e&u=http%3A%2F%2Fjava.io%2F>.EOFException,
>> errorType=RPC, errorTag=MALFORMED_MESSAGE, errorSeverity=ERROR,
>> errorInfo={cause=java.io
>> <https://protect2.fireeye.com/v1/url?k=370380c9-6898b831-3700cd30-868753e36a0a-cd129c0ebada719b&q=1&e=d612a044-5526-442a-aac7-41f44fd4e91e&u=http%3A%2F%2Fjava.io%2F>.EOFException}}
>> [java.nio.channels.ClosedChannelException]
>> at
>> com.google.common.base.Preconditions.checkState(Preconditions.java:828)
>> ~[guava-23.6-jre.jar:na]
>> at
>> org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete(SendErrorExceptionUtil.java:103)
>> ~[netconf-util-1.4.2.jar:na]
>> at
>> org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete(SendErrorExceptionUtil.java:94)
>> ~[netconf-util-1.4.2.jar:na]
>> at
>> io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:511)
>> [netty-common-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:485)
>> [netty-common-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:424)
>> [netty-common-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.util.concurrent.DefaultPromise.addListener(DefaultPromise.java:162)
>> [netty-common-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.DefaultChannelPromise.addListener(DefaultChannelPromise.java:95)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.DefaultChannelPromise.addListener(DefaultChannelPromise.java:30)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> org.opendaylight.netconf.util.messages.SendErrorExceptionUtil.sendErrorMessage(SendErrorExceptionUtil.java:45)
>> [netconf-util-1.4.2.jar:na]
>> at
>> org.opendaylight.netconf.impl.util.DeserializerExceptionHandler.handleDeserializerException(DeserializerExceptionHandler.java:48)
>> [netconf-impl-1.4.2.jar:na]
>> at
>> org.opendaylight.netconf.impl.util.DeserializerExceptionHandler.exceptionCaught(DeserializerExceptionHandler.java:37)
>> [netconf-impl-1.4.2.jar:na]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:264)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:256)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.notifyHandlerException(AbstractChannelHandlerContext.java:850)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:247)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377)
>> [netty-codec-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342)
>> [netty-codec-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1409)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:927)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
>> [netty-common-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
>> [netty-common-4.1.22.Final.jar:4.1.22.Final]
>> at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463)
>> [netty-transport-4.1.22.Final.jar:4.1.22.Final]
>> at
>> io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:886)
>> [netty-common-4.1.22.Final.jar:4.1.22.Final]
>> at java.lang.Thread.run(Thread.java:748) [na:1.8.0_292]
>> 2021-09-01 17:56:41.255 UTC [WebSocketSimpleContainer@815992954-29]
>> DEBUG o.o.r.w.c.RansimClientWebSocket - Periodic ping message.... ignore
>> ^C
>>
>> Please help me here.
>> Goutam Roy
>> Architect
>>
>> Sterlite Technologies LimitedWorld Trade Centre, Office No-505/506/507, Tower
>> 1, 5th Floor, Opp. EON IT Park, Kharadi, Pune, Maharashtra - 411014,
>> India
>>
>>
>> *STL - Sterlite Technologies Limited Disclaimer:*
>> The content of this message may be legally privileged and confidential
>> and are for the use of the intended recipient(s) only. It should not be
>> read, copied and used by anyone other than the intended recipient(s). If
>> you have received this message in error, please immediately notify the
>> sender, preserve its confidentiality and delete it. Before opening any
>> attachments please check them for viruses and defects. No employee or agent
>> is authorised to conclude any binding agreement on behalf of Sterlite
>> Technologies Limited with another party by email without express written
>> confirmation by authorised person. Visit us at www.stl.tech
>> <https://protect2.fireeye.com/v1/url?k=37fb7ed0-68604628-37f83329-868753e36a0a-b2387cc82565a00e&q=1&e=d612a044-5526-442a-aac7-41f44fd4e91e&u=http%3A%2F%2Fwww.sterlitetech.com%2F>
>>  Please consider environment before printing this email !
>>
>> Registered office: E 1, MIDC Industrial Area, Waluj, Aurangabad,
>> Maharashtra – 431 136 CIN – L31300MH2000PLC269261
>>
>> --
>>
>> *Michael Dürre*
>>
>> Software Engineer
>>
>>
>>
>> highstreet technologies GmbH
>>
>> Hähnelstraße 6
>>
>> 12159 Berlin
>>
>> Skype: [email protected]
>>
>> E-Mail: [email protected]
>>
>> Web: http://www.highstreet-technologies.com
>> <https://protect2.fireeye.com/v1/url?k=bb4ff6c9-e4d4ce31-bb4cbb30-868753e36a0a-75a913a5fb24471c&q=1&e=d612a044-5526-442a-aac7-41f44fd4e91e&u=http%3A%2F%2Fwww.highstreet-technologies.com%2F>
>>
>>
>>
>> Geschäftsführer: Dipl.-Ing. (FH) Alfons Mittermaier
>>
>> Handelsregister: Amtsgericht Charlottenburg, HRB 114905 B
>>
>> Firmensitz: Berlin
>>
>> USt-IdNr.: DE261090513
>>
>>
>>
>>
>>
>
>
> --
> Goutam Roy
> Architect
>
> Sterlite Technologies LimitedWorld Trade Centre, Office No-505/506/507, Tower
> 1, 5th Floor, Opp. EON IT Park, Kharadi, Pune, Maharashtra - 411014, India
>
>
> *STL - Sterlite Technologies Limited Disclaimer:*
> The content of this message may be legally privileged and confidential and
> are for the use of the intended recipient(s) only. It should not be read,
> copied and used by anyone other than the intended recipient(s). If you have
> received this message in error, please immediately notify the sender,
> preserve its confidentiality and delete it. Before opening any attachments
> please check them for viruses and defects. No employee or agent is
> authorised to conclude any binding agreement on behalf of Sterlite
> Technologies Limited with another party by email without express written
> confirmation by authorised person. Visit us at www.stl.tech
> <https://protect2.fireeye.com/v1/url?k=8b718266-d4eababd-8b72cf9f-86540f2c5b1f-d9bff81024215c0b&q=1&e=95f5f461-637a-4916-a8d0-4cecea2b2594&u=http%3A%2F%2Fwww.sterlitetech.com%2F>
>  Please consider environment before printing this email !
>
> Registered office: E 1, MIDC Industrial Area, Waluj, Aurangabad,
> Maharashtra – 431 136 CIN – L31300MH2000PLC269261
>
> --
>
> *Michael Dürre*
>
> Software Engineer
>
>
>
> highstreet technologies GmbH
>
> Hähnelstraße 6
>
> 12159 Berlin
>
> Skype: [email protected]
>
> E-Mail: [email protected]
>
> Web: http://www.highstreet-technologies.com
> <https://protect2.fireeye.com/v1/url?k=ccd91f5b-93422780-ccda52a2-86540f2c5b1f-727e33fbbb236717&q=1&e=95f5f461-637a-4916-a8d0-4cecea2b2594&u=http%3A%2F%2Fwww.highstreet-technologies.com%2F>
>
>
>
> Geschäftsführer: Dipl.-Ing. (FH) Alfons Mittermaier
>
> Handelsregister: Amtsgericht Charlottenburg, HRB 114905 B
>
> Firmensitz: Berlin
>
> USt-IdNr.: DE261090513
>
>
>
>
> 
>
>

-- 
*STL - Sterlite Technologies Limited Disclaimer:*
The content of this 
message may be legally privileged and confidential and are for the use of 
the intended recipient(s) only. It should not be read, copied and used by 
anyone other than the intended recipient(s). If you have received this 
message in error, please immediately notify the sender, preserve its 
confidentiality and delete it. Before opening any attachments please check 
them for viruses and defects. No employee or agent is authorised to 
conclude any binding agreement on behalf of Sterlite Technologies Limited 
with another party by email without express written confirmation by 
authorised person. Visit us at www.stl.tech <http://www.sterlitetech.com>
 
Please consider environment before printing this email !


Registered 
office: E 1, MIDC Industrial Area, Waluj,
Aurangabad, Maharashtra – 431 136 
CIN – L31300MH2000PLC269261


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#23553): https://lists.onap.org/g/onap-discuss/message/23553
Mute This Topic: https://lists.onap.org/mt/85310874/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to