- Community Home
- >
- Networking
- >
- Software Defined Networking
- >
- SDN Remote debugging from Eclipse is not working o...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2013 04:38 PM
12-04-2013 04:38 PM
SDN Remote debugging from Eclipse is not working on V 2.0
Good Day to everyone
As soon as i create a new remote debug session and use the port 8000, the controller rejects my connection:
'Launching MySDNcontroller' has encountered a problem.
Failed to connect to remote VM
com.sun.jdi.connect.spi.ClosedConnectionExeption
Is it the port blocked by the SDN controler somehow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2013 05:12 PM
12-04-2013 05:12 PM
Re: SDN Remote debugging from Eclipse is not working on V 2.0
Try this: Open the file /opt/sdn/virgo/bin/dmk.sh and change the line that reads "DEBUG_FLAG=" to "DEBUG_FLAG=1". Save the file and restart the controller service.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2014 04:52 AM - edited 02-04-2014 10:01 PM
01-27-2014 04:52 AM - edited 02-04-2014 10:01 PM
Re: SDN Remote debugging from Eclipse is not working on V 2.0
Hi,
Please follow steps below.
1. add /opt/sdn/virgo/options file ( if it is there, just edit)
2. Add the following line.
3. export VIRGO_OPTS=”-debug 8787”
4. In Eclipse, navigate to Run | Debug.
5. Select Remote Java Application , on the left column. Click New.
6. Provide the IP of the HP SDN Controller and port 8787.
7. Click Apply.
'Please let us know if this answers your question by marking this response as an 'accepted solution’ or if it has been helpful click on the purple star to the left to give me kudos'.
HP SDN Team