cancel
Showing results for 
Search instead for 
Did you mean: 

Uploading EAR file in PI 7.3

Former Member
0 Kudos

Hi,

I am trying to upload an .ear file but getting the below error. I have tried to upload it with root as well as SIDADM but to no success. The command that we are using to upload the file is :

 

./deploy.csh root:password@xxx.xxxx.com:50004 /home/tipl_catused_EAR.ear

after this we get error:

Could not establish connection to AS Java on [xxxxx.xxxxx.com:50004]. Auth

entication did not succeed. Wrong or missing security credentials (password) for

principal [root], or the specified principal has no permissions to perform JNDI

related operations.

For details, check deployment logs [..//./log/deployment.log] and traces [..//./

log/deployment.trc].

I have checked for the issue for JNDI and followed couple of links where in we had to increase the parameter. I did that restarted the system still no issues. the password is correct because we are able to login to the system using the password and the users are assigned to root group.

Kindly suggest.

Ambarish.

Accepted Solutions (0)

Answers (2)

Answers (2)

gururaj_srinivasa
Participant
0 Kudos

Hi Ambarish,

./deploy.csh root:password:50004 /home/tipl_catused_EAR.ear

The command you are using is not correct command, and the user id "root" is not the right user.

In the command you have to include <host name>, and you have to use a user ID with admin authourisation on Java stack like "Administrator".

Correct Command:

deploy <user>:<password>@<host>:<port> <archive>

<user>         -  User with administrators' rights
<password> - Password for this user
<host>         - Target AS Java host
<port>          - Target P4 port  Ex: 50004
<archive>      - Path to ear file  EX: /home/tipl_catused_EAR.ear

Try this it will work.

Guru

Former Member
0 Kudos

Guru,

I tried the following command:

./deploy.csh dx1adm:dx1@2012@dx1tipl.tiplindia.com:50004 /home/tipl_catused_EAR.ear

Could not establish connection to AS Java on [2012@dx1tipl.tiplindia.com:50004]. Authentication did not succeed. Wrong or missing security credentials (password) for principal [dx1adm], or the specified principal has no permissions to perform JNDI related operations.

still the above error.

The password is correct becoz I logged in with the same user and the authentication is that of a root.

Let me know ur inputs if I am missing something.

Regards,

Ambarish.

gururaj_srinivasa
Participant
0 Kudos

Hi Ambarish,

I see an issue with the password in the command you have executed.

The password is containing @ which is missleading. When you execute the command, the command is assuming the host name as "2012@dx1tipl.tiplindia.com", and connection is failing.

As per command format host name starts after @, so reset your dx1adm password without @, and try again it should work.

Correct Command:

deploy <user>:<password>@<host>:<port> <archive>

<user>         -  User with administrators' rights
<password> - Password for this user  (Without @ key )
<host>         - Target AS Java host
<port>          - Target P4 port  Ex: 50004
<archive>      - Path to ear file  EX: /home/tipl_catused_EAR.ear

Regards,

Guru

Former Member
0 Kudos

Guru,

Tried the same as instructed:

./deploy.csh dx1adm:dx12012@dx1tipl.tiplindia.com:50004 /home/tipl_catused_EAR.ear

Still getting the following error

Could not establish connection to AS Java on [dx1tipl.tiplindia.com:50004]. Authentication did not succeed. Wrong or missing security credentials (password) for principal [dx1adm], or the specified principal has no permissions to perform JNDI related operations.

For details, check deployment logs [..//./log/deployment.log] and traces [..//./log/deployment.trc].

Kindly suggest if I am missing something from the Java side. Any particular settings that I need to do from the JAVA side.

Regards,

Ambarish.

gururaj_srinivasa
Participant
0 Kudos

Hi Amaresh,

From the error message you have posted, its clear that the ID you are using do not have enough permission to perform this deployment. In UME can you check if this ID has Admin authorisation, or try this again with any ID with Admin or superadmin role.

Can you also provide server details (SAP,OS and DB), and post the log/deployment.log and Trace.

Regards,
Guru

Former Member
0 Kudos

Guru,

The PI 7.3; DB2 is the db and HP-unix is the OS.

<!--LOGHEADER[START]/-->

<!--HELP[Manual modification of the header may cause parsing problem!]/-->

<!--LOGGINGVERSION[2.0.7.1006]/-->

<!--NAME[..//./log/deployment.log]/-->

<!--PATTERN[deployment.log]/-->

<!--FORMATTER[com.sap.tc.logging.ListFormatter]/-->

<!--ENCODING[UTF8]/-->

<!--FILESET[0, 5, 10000000]/-->

<!--PREVIOUSFILE[deployment.4.log]/-->

<!--NEXTFILE[deployment.1.log]/-->

<!--LOGHEADER[END]/-->

#2.0 #2012 10 18 13:08:59:981#+0530#Info#/System/Server/Deployment#

###C000C06401130000000000006542BECE###com.sap.engine.deployment.DMClient########Thread[main,5,main]#Plain##

Obtaining Deployment Manager#

#2.0 #2012 10 18 13:09:31:790#+0530#Error#/System/Server/Deployment#

###C000C06401130000000000016542BECE###com.sap.engine.deployment.proxy.ConnectionManagerImpl########Thread[main,5,main]#Plain##

Could not establish connection to AS Java on [dx1tipl.tiplindia.com:50000]. Cannot establish connection with any of the available profiles:

url=dx1tipl.tiplindia.com:50000 protocol=p4 (None); Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: 192.100.1.19 and port: 50000

Check if server is started, access point for the protocol is available, and IP/Host name is accessible on network.. Check if the host and port specified are correct and AS Java is up and running.#

#2.0 #2012 10 18 13:09:31:848#+0530#Error#/System/Server/Deployment#

###C000C06401130000000000036542BECE###com.sap.engine.deployment.DMClient########Thread[main,5,main]#Plain##

Error occurred while obtaining Deployment Manager#

#2.0 #2012 10 18 13:11:52:315#+0530#Info#/System/Server/Deployment#

###C000C064011300000000000009A082E2###com.sap.engine.deployment.DMClient########Thread[main,5,main]#Plain##

Obtaining Deployment Manager#

#2.0 #2012 10 18 13:12:08:682#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000109A082E2###com.sap.engine.deployment.proxy.ConnectionManagerImpl#####8b73937826e81001bc97fb5f35edcf77###Thread[main,5,main]#Plain##

Could not establish connection to AS Java on [dx1tipl.tiplindia.com:50004]. Authentication did not succeed. Wrong or missing security credentials (password) for principal [root], or the specified principal has no permissions to perform JNDI related operations.#

#2.0 #2012 10 18 13:12:08:711#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000309A082E2###com.sap.engine.deployment.DMClient#####8b73937826e81001bc97fb5f35edcf77###Thread[main,5,main]#Plain##

Error occurred while obtaining Deployment Manager#

#2.0 #2012 10 18 13:15:03:161#+0530#Info#/System/Server/Deployment#

###C000C064011300000000000008F0C85E###com.sap.engine.deployment.DMClient########Thread[main,5,main]#Plain##

Obtaining Deployment Manager#

#2.0 #2012 10 18 13:15:34:081#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000108F0C85E###com.sap.engine.deployment.proxy.ConnectionManagerImpl########Thread[main,5,main]#Plain##

Could not establish connection to AS Java on [2012@dx1tipl.tiplindia.com:50000]. Cannot establish connection with any of the available profiles:

url=2012@dx1tipl.tiplindia.com:50000 protocol=p4 (None); Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: 192.100.1.19 and port: 50000

Check if server is started, access point for the protocol is available, and IP/Host name is accessible on network.. Check if the host and port specified are correct and AS Java is up and running.#

#2.0 #2012 10 18 13:15:34:171#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000308F0C85E###com.sap.engine.deployment.DMClient########Thread[main,5,main]#Plain##

Error occurred while obtaining Deployment Manager#

#2.0 #2012 10 18 13:17:16:859#+0530#Info#/System/Server/Deployment#

###C000C064011300000000000009A082E2###com.sap.engine.deployment.DMClient########Thread[main,5,main]#Plain##

Obtaining Deployment Manager#

#2.0 #2012 10 18 13:17:27:247#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000109A082E2###com.sap.engine.deployment.proxy.ConnectionManagerImpl#####dece328227321001cf9a9b80d8272d22###Thread[main,5,main]#Plain##

Could not establish connection to AS Java on [2012@dx1tipl.tiplindia.com:50004]. Authentication did not succeed. Wrong or missing security credentials (password) for principal [dx1adm], or the specified principal has no permissions to perform JNDI related operations.#

#2.0 #2012 10 18 13:17:27:278#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000309A082E2###com.sap.engine.deployment.DMClient#####dece328227321001cf9a9b80d8272d22###Thread[main,5,main]#Plain##

Error occurred while obtaining Deployment Manager#

#2.0 #2012 10 18 13:57:48:062#+0530#Info#/System/Server/Deployment#

###C000C064011300000000000008F0C85E###com.sap.engine.deployment.DMClient########Thread[main,5,main]#Plain##

Obtaining Deployment Manager#

#2.0 #2012 10 18 13:58:06:236#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000108F0C85E###com.sap.engine.deployment.proxy.ConnectionManagerImpl#####bea5b0fa296a10019dfbb7d9a2714852###Thread[main,5,main]#Plain##

Could not establish connection to AS Java on [hponly@dx1tipl.tiplindia.com:50004]. Authentication did not succeed. Wrong or missing security credentials (password) for principal [root], or the specified principal has no permissions to perform JNDI related operations.#

#2.0 #2012 10 18 13:58:06:284#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000308F0C85E###com.sap.engine.deployment.DMClient#####bea5b0fa296a10019dfbb7d9a2714852###Thread[main,5,main]#Plain##

Error occurred while obtaining Deployment Manager#

#2.0 #2012 10 18 14:04:21:420#+0530#Info#/System/Server/Deployment#

###C000C064011300000000000009A082E2###com.sap.engine.deployment.DMClient########Thread[main,5,main]#Plain##

Obtaining Deployment Manager#

#2.0 #2012 10 18 14:04:31:896#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000109A082E2###com.sap.engine.deployment.proxy.ConnectionManagerImpl#####8bfbd6af29c41001c7cbec0f6ae431e0###Thread[main,5,main]#Plain##

Could not establish connection to AS Java on [2012@dx1tipl.tiplindia.com:50004]. Authentication did not succeed. Wrong or missing security credentials (password) for principal [dx1adm], or the specified principal has no permissions to perform JNDI related operations.#

#2.0 #2012 10 18 14:04:31:952#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000309A082E2###com.sap.engine.deployment.DMClient#####8bfbd6af29c41001c7cbec0f6ae431e0###Thread[main,5,main]#Plain##

Error occurred while obtaining Deployment Manager#

#2.0 #2012 10 19 13:15:31:138#+0530#Info#/System/Server/Deployment#

###C000C064011300000000000008F0C85E###com.sap.engine.deployment.DMClient########Thread[main,5,main]#Plain##

Obtaining Deployment Manager#

#2.0 #2012 10 19 13:15:33:965#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000108F0C85E###com.sap.engine.deployment.proxy.ConnectionManagerImpl#####e9a3cfd675ac1001a8c0cb8b703ca8ed###Thread[main,5,main]#Plain##

Could not establish connection to AS Java on [hponly@dx1tipl.tiplindia.com:50004]. Authentication did not succeed. Wrong or missing security credentials (password) for principal [root], or the specified principal has no permissions to perform JNDI related operations.#

#2.0 #2012 10 19 13:15:34:005#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000308F0C85E###com.sap.engine.deployment.DMClient#####e9a3cfd675ac1001a8c0cb8b703ca8ed###Thread[main,5,main]#Plain##

Error occurred while obtaining Deployment Manager#

#2.0 #2012 10 19 13:16:54:486#+0530#Info#/System/Server/Deployment#

###C000C064011300000000000015AAF0B3###com.sap.engine.deployment.DMClient########Thread[main,5,main]#Plain##

Obtaining Deployment Manager#

#2.0 #2012 10 19 13:16:57:026#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000115AAF0B3###com.sap.engine.deployment.proxy.ConnectionManagerImpl#####661f244075c01001c7d6de75240eca0b###Thread[main,5,main]#Plain##

Could not establish connection to AS Java on [dx1tipl.tiplindia.com:50004]. Authentication did not succeed. Wrong or missing security credentials (password) for principal [root], or the specified principal has no permissions to perform JNDI related operations.#

#2.0 #2012 10 19 13:16:57:066#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000315AAF0B3###com.sap.engine.deployment.DMClient#####661f244075c01001c7d6de75240eca0b###Thread[main,5,main]#Plain##

Error occurred while obtaining Deployment Manager#

#2.0 #2012 10 19 13:18:13:097#+0530#Info#/System/Server/Deployment#

###C000C064011300000000000015AAF0B3###com.sap.engine.deployment.DMClient########Thread[main,5,main]#Plain##

Obtaining Deployment Manager#

#2.0 #2012 10 19 13:18:14:740#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000115AAF0B3###com.sap.engine.deployment.proxy.ConnectionManagerImpl#####842d873a75d2100197b980f7ad097b20###Thread[main,5,main]#Plain##

Could not establish connection to AS Java on [2012@dx1tipl.tiplindia.com:50004]. Authentication did not succeed. Wrong or missing security credentials (password) for principal [dx1adm], or the specified principal has no permissions to perform JNDI related operations.#

#2.0 #2012 10 19 13:18:14:789#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000315AAF0B3###com.sap.engine.deployment.DMClient#####842d873a75d2100197b980f7ad097b20###Thread[main,5,main]#Plain##

Error occurred while obtaining Deployment Manager#

#2.0 #2012 10 19 13:21:16:595#+0530#Info#/System/Server/Deployment#

###C000C064011300000000000008F0C85E###com.sap.engine.deployment.DMClient########Thread[main,5,main]#Plain##

Obtaining Deployment Manager#

#2.0 #2012 10 19 13:21:19:394#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000108F0C85E###com.sap.engine.deployment.proxy.ConnectionManagerImpl#####81c2454175fd10019684fb31fb39db60###Thread[main,5,main]#Plain##

Could not establish connection to AS Java on [dx1tipl.tiplindia.com:50004]. Authentication did not succeed. Wrong or missing security credentials (password) for principal [root], or the specified principal has no permissions to perform JNDI related operations.#

#2.0 #2012 10 19 13:21:19:427#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000308F0C85E###com.sap.engine.deployment.DMClient#####81c2454175fd10019684fb31fb39db60###Thread[main,5,main]#Plain##

Error occurred while obtaining Deployment Manager#

#2.0 #2012 10 19 13:22:18:083#+0530#Info#/System/Server/Deployment#

###C000C064011300000000000009A082E2###com.sap.engine.deployment.DMClient########Thread[main,5,main]#Plain##

Obtaining Deployment Manager#

#2.0 #2012 10 19 13:22:20:945#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000109A082E2###com.sap.engine.deployment.proxy.ConnectionManagerImpl#####d46e213f760b1001c343d6b686829341###Thread[main,5,main]#Plain##

Could not establish connection to AS Java on [2012@dx1tipl.tiplindia.com:50004]. Authentication did not succeed. Wrong or missing security credentials (password) for principal [dx1adm], or the specified principal has no permissions to perform JNDI related operations.#

#2.0 #2012 10 19 13:22:20:995#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000309A082E2###com.sap.engine.deployment.DMClient#####d46e213f760b1001c343d6b686829341###Thread[main,5,main]#Plain##

Error occurred while obtaining Deployment Manager#

#2.0 #2012 10 19 13:40:13:022#+0530#Info#/System/Server/Deployment#

###C000C064011300000000000009A082E2###com.sap.engine.deployment.DMClient########Thread[main,5,main]#Plain##

Obtaining Deployment Manager#

#2.0 #2012 10 19 13:40:17:315#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000109A082E2###com.sap.engine.deployment.proxy.ConnectionManagerImpl#####6b4cc9aa77061001b0daed2f7a17e89d###Thread[main,5,main]#Plain##

Could not establish connection to AS Java on [2012@dx1tipl.tiplindia.com:50004]. Authentication did not succeed. Wrong or missing security credentials (password) for principal [dx1adm], or the specified principal has no permissions to perform JNDI related operations.#

#2.0 #2012 10 19 13:40:17:362#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000309A082E2###com.sap.engine.deployment.DMClient#####6b4cc9aa77061001b0daed2f7a17e89d###Thread[main,5,main]#Plain##

Error occurred while obtaining Deployment Manager#

#2.0 #2012 10 19 13:41:13:680#+0530#Info#/System/Server/Deployment#

###C000C064011300000000000008F0C85E###com.sap.engine.deployment.DMClient########Thread[main,5,main]#Plain##

Obtaining Deployment Manager#

#2.0 #2012 10 19 13:41:17:052#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000108F0C85E###com.sap.engine.deployment.proxy.ConnectionManagerImpl#####5bd1c84677141001a95f9aad01a9abcb###Thread[main,5,main]#Plain##

Could not establish connection to AS Java on [dx1tipl.tiplindia.com:50004]. Authentication did not succeed. Wrong or missing security credentials (password) for principal [root], or the specified principal has no permissions to perform JNDI related operations.#

#2.0 #2012 10 19 13:41:17:090#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000308F0C85E###com.sap.engine.deployment.DMClient#####5bd1c84677141001a95f9aad01a9abcb###Thread[main,5,main]#Plain##

Error occurred while obtaining Deployment Manager#

#2.0 #2012 11 01 11:33:33:762#+0530#Info#/System/Server/Deployment#

###C000C064011300000000000008F0C85E###com.sap.engine.deployment.DMClient########Thread[main,5,main]#Plain##

Obtaining Deployment Manager#

#2.0 #2012 11 01 11:33:36:564#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000108F0C85E###com.sap.engine.deployment.proxy.ConnectionManagerImpl#####17dd5ddf6da81005916fbb8147a2326a###Thread[main,5,main]#Plain##

Could not establish connection to AS Java on [2012@dx1tipl.tiplindia.com:50004]. Authentication did not succeed. Wrong or missing security credentials (password) for principal [dx1adm], or the specified principal has no permissions to perform JNDI related operations.#

#2.0 #2012 11 01 11:33:36:625#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000308F0C85E###com.sap.engine.deployment.DMClient#####17dd5ddf6da81005916fbb8147a2326a###Thread[main,5,main]#Plain##

Error occurred while obtaining Deployment Manager#

#2.0 #2012 11 02 10:27:38:030#+0530#Info#/System/Server/Deployment#

###C000C064011300000000000015AAF0B3###com.sap.engine.deployment.DMClient########Thread[main,5,main]#Plain##

Obtaining Deployment Manager#

#2.0 #2012 11 02 10:27:41:034#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000115AAF0B3###com.sap.engine.deployment.proxy.ConnectionManagerImpl#####b391508bb8a31005990da082b471900e###Thread[main,5,main]#Plain##

Could not establish connection to AS Java on [dx1tipl.tiplindia.com:50004]. Authentication did not succeed. Wrong or missing security credentials (password) for principal [dx1adm], or the specified principal has no permissions to perform JNDI related operations.#

#2.0 #2012 11 02 10:27:41:118#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000315AAF0B3###com.sap.engine.deployment.DMClient#####b391508bb8a31005990da082b471900e###Thread[main,5,main]#Plain##

Error occurred while obtaining Deployment Manager#

#2.0 #2012 11 02 10:30:30:110#+0530#Info#/System/Server/Deployment#

###C000C064011300000000000009A082E2###com.sap.engine.deployment.DMClient########Thread[main,5,main]#Plain##

Obtaining Deployment Manager#

#2.0 #2012 11 02 10:30:32:134#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000109A082E2###com.sap.engine.deployment.proxy.ConnectionManagerImpl#####9235fbc1b8cb10058287bcd3789ca9de###Thread[main,5,main]#Plain##

Could not establish connection to AS Java on [dx1tipl.tiplindia.com:50004]. Authentication did not succeed. Wrong or missing security credentials (password) for principal [dx1adm], or the specified principal has no permissions to perform JNDI related operations.#

#2.0 #2012 11 02 10:30:32:176#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000309A082E2###com.sap.engine.deployment.DMClient#####9235fbc1b8cb10058287bcd3789ca9de###Thread[main,5,main]#Plain##

Error occurred while obtaining Deployment Manager#

#2.0 #2012 11 02 10:33:12:968#+0530#Info#/System/Server/Deployment#

###C000C064011300000000000009A082E2###com.sap.engine.deployment.DMClient########Thread[main,5,main]#Plain##

Obtaining Deployment Manager#

#2.0 #2012 11 02 10:33:43:702#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000109A082E2###com.sap.engine.deployment.proxy.ConnectionManagerImpl########Thread[main,5,main]#Plain##

Could not establish connection to AS Java on [dx1tipl.tiplindia.com:50000]. Cannot establish connection with any of the available profiles:

url=dx1tipl.tiplindia.com:50000 protocol=p4 (None); Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: 192.100.1.19 and port: 50000

Check if server is started, access point for the protocol is available, and IP/Host name is accessible on network.. Check if the host and port specified are correct and AS Java is up and running.#

#2.0 #2012 11 02 10:33:43:760#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000309A082E2###com.sap.engine.deployment.DMClient########Thread[main,5,main]#Plain##

Error occurred while obtaining Deployment Manager#

#2.0 #2012 11 02 15:35:14:225#+0530#Info#/System/Server/Deployment#

###C000C064011300000000000015AAF0B3###com.sap.engine.deployment.DMClient########Thread[main,5,main]#Plain##

Obtaining Deployment Manager#

#2.0 #2012 11 02 15:35:16:594#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000115AAF0B3###com.sap.engine.deployment.proxy.ConnectionManagerImpl#####bb26ad06c96c1005ae95fc63935415a0###Thread[main,5,main]#Plain##

Could not establish connection to AS Java on [dx1tipl.tiplindia.com:50004]. Authentication did not succeed. Wrong or missing security credentials (password) for principal [dx1adm], or the specified principal has no permissions to perform JNDI related operations.#

#2.0 #2012 11 02 15:35:16:663#+0530#Error#/System/Server/Deployment#

###C000C064011300000000000315AAF0B3###com.sap.engine.deployment.DMClient#####bb26ad06c96c1005ae95fc63935415a0###Thread[main,5,main]#Plain##

Error occurred while obtaining Deployment Manager#

The user has teh root permission....

gururaj_srinivasa
Participant
0 Kudos

Hi Ambarish,

Your last sentence "The user has teh root permission...." hope this is not OS level permission. Usually root permission is at OS level, if you are using a OS level user the command doesnt work. You have to use SAP JAVA ADMINISTRATOR level user to perform this.

Assuming you are using Java Admin account, from the error highlighted below, it looks like its network issue, can you check and make sure p4 port is open and you could ping server with its IP address and FQDN, you can ask your network team or OS admin

url=dx1tipl.tiplindia.com:50000 protocol=p4 (None); Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: 192.100.1.19 and port: 50000

let me know your findings.

Guru

Former Member
0 Kudos

Guru,

The port is fine. P4 is working on 50004.

Regarding the permission, Yes I did mean the OS level permission.

How do we use an JAVA admin user to login to putty or xmanager or give permission for the same???

Regards,

Ambarish.

gururaj_srinivasa
Participant
0 Kudos

Hi Ambarish,

"Could not establish connection to AS Java on [dx1tipl.tiplindia.com:50004]. Authentication did not succeed. Wrong or missing security credentials (password) for principal [dx1adm], or the specified principal has no permissions to perform JNDI related operations.#"

From the log: the error message is due to using improper user in the command. You are using OS user in the command, its not establishing connection to AS Java.

Login to OS with OS level user, but in the command <user> should be Java Admin ID and password.

deploy <user>:<password>@<host>:<port> <archive>

Hope this is clear..

Guru

Former Member
0 Kudos

Guru,

This is following output we get after the command excution:

./deploy.csh xxxxx:xxxx@dx1tipl.tiplindia.com:50004 /home/tipl_catused_EAR.ear

Deploying /home/tipl_catused_EAR.ear           completed successfully

Deployed modules               JavaEE/tipl_catused_EAR @ Server 00 00_49759 - 4975950

Starting               JavaEE/tipl_catused_EAR @ Server 00 00_49759 - 4975950

Modules could not be started   

For details, check deployment logs [..//./log/deployment.log] and traces [..//./ log/deployment.trc].

It says its deployed but what do we mean by Modules could not be started.

Regards,

Ambarish.

HuseyinBilgen
Active Contributor
0 Kudos
Former Member
0 Kudos

We did follow the instructions. But the issue is we are not trying to upload this EAR file via NWDS. We are doing it via the commands as mentioned above.

HuseyinBilgen
Active Contributor
0 Kudos

There are other posts where it is suggested to use the NWDS instead of command line as of NW 7.3

Former Member
0 Kudos

Could you pass few links to me???

Thanks

Former Member
0 Kudos

Thanks.

But the issue is in NWDS I donot eget an option to deploy the .ear files. Secondly all the links relate to .war file or converting those files from .ear to .war and then deploying it via JSPM.

Links are helpful but doesnot work for me.

Any other suggestion would be appreciated with points.

Former Member
0 Kudos

This is the latest error I am getting.

Deployment exception : Cannot determine sdm host (is empty). Please configure your engine/sdm correctly !

Any suggestions

HuseyinBilgen
Active Contributor
0 Kudos

Please check if the recommendations in this post http://scn.sap.com/thread/17239 helps you.

Also this one, http://scn.sap.com/message/282756