Dears,
Try to resolve the issue to connect to the backend GW system, and searched a whole day here in SCN, try all means which suggested, but still could not get it conneted.
Here it's my enviornment:
- Eclipse Luna version with GWPA plug-in installed (actually, I also have Juno version with GWPA, but still failed to connect).
- JDK 1.8.025 together with JAVA_HONE and PATH maintained
- GW system is on NW7.40 SP07 with SAP_GWFND SP08 installed (all NW GW is activated fo sure, and all needed Odata service works perfectly)
Following is the error and my reserch in details:
- Firstly, I try to call the Odata server that I want to use, and it looks good in IE
- Sencondly, open eclipse to set up the proxy with every case that I could image for Bypassing the proxy
- Then goto Odata Development in Preference and try to add a connections there
You see, netowork connection error
Then I simply switch to Service Catalog option which works find in GW client
Error again!
- Searched some hints in SCN, so I make sure that port 55080 is open
See, it's opened.
- Also make sure that the host file is maintained with the system info and restart the system
But no matter what I tried there, just could not get it connected.
And ironically, I got the SAPWebIDE local version installed, and I could get my system connected without any issues.
So, anyone who could help me here? Do do appreciate that!
BTW, here it is the trace log for the issues.
!ENTRY com.sap.gw.oc.eclipse.preferences.ui.validator 4 0 2014-11-12 06:21:34.376
!MESSAGE Network connection error
!STACK 0
com.sap.nw.gateway.odata.client.exceptions.RestClientException
at com.sap.nw.gateway.odata.client.connectivity.impl.RestClientBase.execute(RestClientBase.java:58)
at com.sap.gw.oc.eclipse.preferences.ui.validator.ConfigurationValidator.testConnection(ConfigurationValidator.java:259)
at com.sap.gw.oc.eclipse.preferences.ui.validator.ConfigurationValidator.validateConfiguration(ConfigurationValidator.java:93)
at com.sap.gw.oc.eclipse.preferences.ui.validator.ConfigurationValidator.validateCreatedObject(ConfigurationValidator.java:41)
at com.sap.gw.oc.eclipse.preferences.ui.validator.ConfigurationValidator.validateCreatedObject(ConfigurationValidator.java:1)
at com.sap.gw.oc.eclipse.preferences.ui.AbstractGatewayConfigurationDialog.getDialogStatus(AbstractGatewayConfigurationDialog.java:721)
at com.sap.gw.oc.eclipse.preferences.ui.AbstractGatewayConfigurationDialog$26.run(AbstractGatewayConfigurationDialog.java:752)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
Thanks!!!