cancel
Showing results for 
Search instead for 
Did you mean: 

Error while deploying an adapter

Former Member
0 Kudos

Hi,

I'm trying to deploy the sample adapter. I have written the JAVA files and I am using the DeployTool to deploy them. The creation of the rar and ear files went all right, but the deployment does not work. The error message is:

Cannot connect to host with user name [xxx]. Check your login information.

The login information consist of an admin-user-name and port 50000. Who can help me?

Accepted Solutions (1)

Accepted Solutions (1)

Vlado
Advisor
Advisor
0 Kudos

Hi Daniel,

Port 50000 is for HTTP. You must use port 50004 in this case.

Best regards,

Vladimir

Former Member
0 Kudos

Hi Vladimir,

thank u for your answer. After changing the port, another error occured:

Only Administrators have the right to perform this operation.

In the details is written, that the EAR file was uploaded but it could not be deployed because the Deploy Service returned the error mentioned above. What can I do?

Thanks!

Daniel

Vlado
Advisor
Advisor
0 Kudos

Hi Daniel,

You could try one of these:

1) Check the user/password in the login information. The user must be one from the Administrators group of the J2EE Engine.

2) Deploy the application using the DEPLOY command from the DEPLOY group in the Shell Console Administrator. For more info:

http://help.sap.com/saphelp_nw04/helpdata/en/fa/40a2ab95dc08429e60bd467df91943/frameset.htm

In brief:

telnet <host> 50008

[supply administrator user name and password]

> jump 0

> add deploy

> deploy <ear-file>

3) Deploy the application using the Deploy Service runtime controls in the Visual Administrator. For more info:

http://help.sap.com/saphelp_nw04/helpdata/en/39/83682615cd4f8197d0612529f2165f/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/53/2d343e32ff1033e10000000a114084/frameset.htm

Hope that helps,

Vladimir

PS. Please consider <a href="https://www.sdn.sap.com/sdn/index.sdn?page=crp_help.htm#posted">rewarding points</a> for helpful answers.

Answers (0)