cancel
Showing results for 
Search instead for 
Did you mean: 

NWDS 7.3 - Debug Configuration

Former Member
0 Kudos

Hi all,

I'm having an error when I'm trying to debug a WD Java app inside NWDS 7.3:

"The system specified in the launch configuration: corpo.ad.diba.es/DEP is not listed as active server in the IDE"

Where can I "mark" the server as active into the IDE?

Thx!

Miguel.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi all,

The basis team did some changes and now the error that is raising the system says:

"Error while establishing debug connection with swcs425/50026."

org.eclipse.core.runtime.CoreException: Failed to connect to remote VM. Connection refused.
	at org.eclipse.jdt.internal.launching.SocketAttachConnector.abort(SocketAttachConnector.java:94)
	at org.eclipse.jdt.internal.launching.SocketAttachConnector.connect(SocketAttachConnector.java:150)
	at com.sap.ide.wtpserver.engineadapter.SAPServerLaunchConfigurationDelegate.connect(SAPServerLaunchConfigurationDelegate.java:210)
	at com.sap.ide.wtpserver.engineadapter.SapLaunchableClient$ConnectForDebugJob.run(SapLaunchableClient.java:99)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.net.ConnectException: Connection refused: connect
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
	at java.net.Socket.connect(Socket.java:529)
	at java.net.Socket.connect(Socket.java:478)
	at java.net.Socket.<init>(Socket.java:375)
	at java.net.Socket.<init>(Socket.java:189)
	at org.eclipse.jdi.internal.connect.SocketTransportService$2.run(SocketTransportService.java:136)
	at java.lang.Thread.run(Thread.java:662)

Everything seems to be ok into the VM parameters of the server... debug port 50026, debug mode ON... any idea?

Thx!

Miguel.

vijay_kumar49
Active Contributor
0 Kudos

Hi,

Please do check whether the Server Instance Debug Mode is "ON"

You can check it from NWDS >J2EE Engine View>Server Instance>server0

If its not then you need to change it and any Basis Team can help you.If you require further info in how to change it do let me know

Please check this [Help|] and [Help-1|] and [Help-2|]

Hope This is Help full for you!!!

Best Regards

Vijay K

junwu
Active Contributor
0 Kudos

please check if there is any firewall which blocking your connection