cancel
Showing results for 
Search instead for 
Did you mean: 

EHPI JAVA Configuration Error in PREPARE_JSPM_QUEUE phase

Former Member
0 Kudos

Upgrading from NW 700 SP 18 to NW 7.01 SP04

This is what I get on the JAVA Configuration Step

An error has occurred during the execution of the PREPARE_JSPM_QUEUE phase

The validation of the deploy queue was not successful.

Validation of queue sapjup-queue completed with error Could not obtain MBean server connection with host <host name>, pPort 50004 and username j2ee_admin.

com.sap.engine.services.jmx.exception.JmxConnectorException: Unable to connect to connector server.

com.sap.engine.services.jndi.persistent.exceptions.NoPermissionException: Exception during getInitialContext operation. Wrong security principle/credentials. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.

com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.

com.sap.engine.services.security.exceptions.BaseLoginException: Authentication did not succeed.

I can logon as j2ee_admin both in VA and in the BI Portal URL. SDM user also works when I start the SDM engine.

Are the ports 50004 & 52560 used by SAP? on doing a netstat command, I get this

netstat -an |grep 50004

tcp 0 0 10.130.84.41.50004 10.130.84.41.52560 ESTABLISHED

tcp 0 0 10.130.84.41.52560 10.130.84.41.50004 ESTABLISHED

tcp 0 0 *.50004 . LISTEN

Thanks,

Rommel

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks, that was the problem, after refresh the ABAP password of j2ee_admin was reset but not the password in the secure area from the config tool. Once I synched the passwords and restarted cluster it went through.

Thanks a lot

Former Member
0 Kudos

Hi Rommel,

It seems the password for j2ee_admin @ EHPI secure store doesn't match the actual one.

EHPI uses its own secure store and the password there is checked against J2EE engine during prepare phase. If in meantime the password has been changed update will fail connecting to J2EE engine due to old credentials info. In order to fix this - either restore the previous j2ee_admin password or start from the begining.

Regards,

Vasil

sunny_pahuja2
Active Contributor
0 Kudos

Hi Bhan,

As per this error com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user

It looks like error with user password..please check password in secure store as I think password in secure store is wrong...

Please check this..

Thanks

Sunny

Former Member
0 Kudos

Thanks Sunny & Vasil, this helped me through !