Hello, everyone.
I'm a beignner for develop web dynpro and now meet some problem when deploy my first web dynpro program.
I create and write out a single web dynpro program, building is ok, without any error. However, when I try to deploy it to the NetWeaver platform, it throw a error message to me like following:
An exception occured while deploying: com.tssap.j2ee.ui.core.deploy.DeploymentException
Server ml570d did not accept login request as admin on port 50018. Details: ERROR: Could not establish connection to server ml570d at port 50018: ml570d
Deploy with SDM
==> Host is : ml570d
==> Port is : 50018
Make sure that the J2EE and SDM server settings are correct and both servers have been started.
That's the whole error message, and ml570d is the NetWeaver's computer Name. I opened the J2EE Engine window in the IDE, the connection to server look like well. And I set the "Message Server Port" as 3604, why the error message show 50018? Why it doesn't go well to deployment, and can anyone find the reason from the error message?
Hope anyone to reply and thank a lot.
Thanks to Raju Datla.
I have changed the port 3604 to 3601, however the server status showing in the J2EE engine window occur error. Actually it can't found NetWeaver server on the network. So I think 3604 is correct, maybe the default 3601 has been changed.
About the SDM, there is a phenomenon I should told you.
When do a success deployment, it will ask the user to input the SDM password at first time. But till now, the SDM doesn't ask me to input it on my computer. Maybe the error is only associated with SDM.
Thanks to KUMAR RAMASAMY.
However, the server only have a net card. But as the error message said "can't accept login request", I guess maybe it is a authorization error.
Otherwise another people of my team can deploy dynpro successfully from his computer, so now I'm very fuzzy in the problem, the problem is on which side, developer client or server?
Thanks to Shubhadip Ghosh.
Thanks to Raju Datla, also to KUMAR RAMASAMY.
I have solved this problem. As the login request can't be accepted to the SDM, I guess maybe the computer name I input can't be recognized by the NetWeaver.
So I edit the configure file named "hosts" under "c:\winnt\system32\drivers\etc" folder.
This is the file contains the mappings of IP addresses to host names. So I add the NetWeaver server computer name and the corresponding IP address to this file. Then the my web dynpro can deploy successfully to the NetWeaver.
Thanks to everybody reply me.
Add a comment