Hi, I am trying to connect to a device and I am getting this NPE:
Apr 18, 2012 12:32:57 AM com.centeredlogic.util.CLThread run
INFO: Starting thread - NotificationStreamPinger-192.168.85.128;
transferring control to runnable ..
Apr 18, 2012 12:32:58 AM
com.centeredlogic.net.netconf.transport.ssh.SshConnection <init>
INFO: Connected to:
192.168.85.128:2022 using Key authentication
Exception in thread "main" java.lang.NullPointerException
at
com.centeredlogic.net.netconf.NotificationStream.processGetStreamsResponse(NotificationStream.java:
225)
at com.centeredlogic.net.netconf.Client.loadDeviceCaps(Client.java:
151)
at com.centeredlogic.net.netconf.Client.setup(Client.java:133)
at netconfxtest.NetConfXTest.main(NetConfXTest.java:30)
Any hints as to what may be wrong?