cancel
Showing results for 
Search instead for 
Did you mean: 

Server ep60 did not accept login request as admin on port 50018

Former Member
0 Kudos

Hi all, i have seen the thread and have tried the SAP note 756084. I have been developing in this senvironment for the last 6 months. This issue only started 2 days ago. This is the error i get :

Hope someone can put some light on the issue.

NWDS sp12. Portal sp12

2006/06/09 04:55:56 /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:

[003]Deployment aborted

Settings

SDM host : dev

SDM port : 50018

URL to deploy : file:/C:/DOCUME1/jjanse/LOCALS1/Temp/temp35345WD_Display_prices_for_CMIRs.ear

Deployment exception : Server dev did not accept login request as admin on port 50018. Details: ERROR: Could not establish connection to server dev at port 50018: dev

Inner exception was :

Server dev did not accept login request as admin on port 50018. Details: ERROR: Could not establish connection to server dev at port 50018: dev

I have changed my portal server name to a fully qualified name. Could this issue be caused by the reverse proxy im going through to get to the portal server. I know they have just upgraded the apache proxy. It might be an IP translation issue?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Juan,

The reason for this problem could be: IDE and Central Instance of J2EE reside in different domains.

For example the server is installed on XXX.domain1.company.com and DevStudio is installed on YYY.domain2.company.com

Therefore the remote server host might be only accessed with the full qualified name XXX.domain1.company.com but not with the short name XXX. In this case even "ping XXX" fails on YYY.

Solution:

This problem can be fixed without any code changes, just by adding of a corresponding record to the file %WINDIR"/system32/drivers/etc/hosts on the IDE host, so that the remote host short name is known to the local host.

Let me know if it helps,

Thanks,

Raj.

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks for the info.