--
You received this message because you are subscribed to the Google Groups "ONOS Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to onos-dev+u...@onosproject.org.
To post to this group, send email to onos...@onosproject.org.
Visit this group at https://groups.google.com/a/onosproject.org/group/onos-dev/.
To view this discussion on the web visit https://groups.google.com/a/onosproject.org/d/msgid/onos-dev/580d9c52-5e6e-4fec-b22a-2fb474df9793%40onosproject.org.
Hi, Thanks for replyingAs per your suggestion I launched onos by$buck test --debug$buck run onos-local$onos-localhostNow I am able to connect to the localhost in Intellij with the message- Connected to the target VM...But it disconnects within a few seconds with message- Disconnected from the target VMIs is how it is supposed to work?
On Wed, Sep 5, 2018 at 1:09 AM Ray Milkey <r...@opennetworking.org> wrote:
How are you launching ONOS? You have to modify the ONOS invocation to specify the debug options to allow this to work, it's not enabled by default.
On Mon, Sep 3, 2018 at 9:34 PM anu meha <anumeh...@gmail.com> wrote:
Hello Everyone. I am new to ONOS. I built ONOS using buck and created the template application as per wiki.--I am trying to run the Sample PortStatistics Application using this template.But I am not able to connect to the Intellij debugger.I used the by default port 5005 but it says 'connection refused'.But using $telnet localhost 5005 , I see that the connection is refused to the port.So I tried another open port with LISTEN status and it throws error- "unable-to-open-debugger-port-intellij connection prematurely closed"Kindly suggest me what changes to make in debug configuration or does it have anything to do with buck plugin.
You received this message because you are subscribed to the Google Groups "ONOS Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to onos-dev+unsubscribe@onosproject.org.
To post to this group, send email to onos...@onosproject.org.
Visit this group at https://groups.google.com/a/onosproject.org/group/onos-dev/.
To view this discussion on the web visit https://groups.google.com/a/onosproject.org/d/msgid/onos-dev/580d9c52-5e6e-4fec-b22a-2fb474df9793%40onosproject.org.
--RegardsAnumeha