cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot connect to JSPM after install NW 7.1 CE on AIX

Former Member
0 Kudos

Hi

I have just did a new installation of NW 7.1 CE on AIX / Oracle platform. The Distributed Systems installation completed ok. But when I try to go into the JSPM using the master password entered during installation. I keep getting error :

Cannot log on

Possible reasons:

- The password you have entered is incorrect. Enter a correct password.

- J2EE server is not running. Start the J2EE server server and try again.

I have tried to restart the sap instance and other possible combinations of users and passwords but to no avail.

Please advise. Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

You can also use the telnet tool:

Details regarding telnet tool are below:

connect to the telnet tool

1)goto cmd-> telnet <hostname> 5<instance number>08 (you will need to

login with an administrator user of the J2ee engine; not the

<SID>adm user.

2) Type -> deploy -h

you will get the command details (or else type 'man deploy' to get the

syntax)

3) deploy the .SCA file

Please have a look at the below for more information:

http://help.sap.com/saphelp_nwpi711/helpdata/en/45/0ad8e787652d6ae100000

00a11466f/frameset.htm

using the telnet application, you can deploy a single file or a set of

SCA files. Please check the syntax for this..

Hope this helps!.

Also, if you wish to get more about the JSPM, please check:

/people/storm.archer/blog/2008/10/02/video-blog-applying-support-packages-stacks-with-jspm

Best Regards,

Hemanth

Former Member
0 Kudos

Hi ,

Please enable sap * from config tool and rest the password for the java user .

other way is login to 001 client from r3 and if the java user is available u can reset from there also.

Regards

Zia

Former Member
0 Kudos

Hi, I am pretty new to this. What do you mean by enable * from configtool ?

I also just couple of minute back find that the sap instance did not seams to start properly.

in the trace file, I see some errors like "cannot unlock at least one of the 1 locks for owner .....Enccli: connect to enqueue server failed -1"

Former Member
0 Kudos

Hi ,

i am sorry it is sap* user

Regards

Zia

Former Member
0 Kudos

I managed to get into config tool, but cannot find the reset password location.

Former Member
0 Kudos

hi

please go through this link

http://help.sap.com/saphelp_nw04/helpdata/EN/3a/4a0640d7b28f5ce10000000a155106/content.htm

and later login to ume using sap* and unlock the user.

Regards

Zia

Former Member
0 Kudos

Hi

I notice this problem in the JSPM. from the JSPM_MAIN_1_01.LOG, I got this message below. It mentioned some connection error to remote system. Any clues?

Thank you so much.

Regards

==================

<!LOGHEADER[START]/>

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

<!LOGGINGVERSION[1.5.7.1006]/>

<!NAME[/usr/sap/NK3/J06/j2ee/JSPM/log/log_2009_12_18_21_04_09/JSPM_MAIN_1_01.LOG]/>

<!PATTERN[JSPM_MAIN_1_01.LOG]/>

<!FORMATTER[com.sap.tc.logging.TraceFormatter(%d [%s]: %m)]/>

<!ENCODING[UTF8]/>

<!LOGHEADER[END]/>

Dec 18, 2009 9:05:16 PM [Info]: JSPM version is 7.10.5.0.24.

Dec 18, 2009 9:05:16 PM [Info]: Phase JSPM/JSPMPhases/JSPM_MAIN has been started.

Dec 18, 2009 9:05:16 PM [Info]: Phase type is com.sap.sdt.jspm.phases.PhaseTypeJSPM.

Dec 18, 2009 9:05:16 PM [Info]: Starting Initialize dialog...

Dec 18, 2009 9:05:17 PM [Info]: Detecting system parameters...

Dec 18, 2009 9:05:17 PM [Info]: You can find additional information in log file /usr/sap/NK3/J06/j2ee/JSPM/log/log_2009_12_18_21_04_09/DETECT_SYSTEM_PARAMETERS_01.LOG.

Dec 18, 2009 9:05:28 PM [Info]: Detection of system parameters has finished.

Dec 18, 2009 9:05:28 PM [Info]: Initialize dialog has been processed.

Dec 18, 2009 9:05:28 PM [Info]: Starting LogIn dialog...

Dec 18, 2009 9:05:48 PM [Info]: Dialog LogIn has been confirmed by the user.

Dec 18, 2009 9:05:48 PM [Info]: Connecting to Deploy Controller on host nkmstweb port 50604 with user Administrator.

Dec 18, 2009 9:05:49 PM [Error]: com.sap.engine.services.dc.api.ConnectionException: [ERROR CODE DPL.DCAPI.1144] NamingException.Cannot get initial context.

Reason: Exception during getInitialContext operation. Cannot establish connection to the remote server.

Dec 18, 2009 9:05:49 PM [Info]: Starting LogIn dialog...

Former Member
0 Kudos

Hi Lee,

Just restart the server once and try.

Cheers....,

Raghu

Former Member
0 Kudos

Restarted, did not work.

Former Member
0 Kudos

Hi ,

You need to start JSPM with sdm password.

You can set the sdm password using the following procedure.

From OS Level

stopserver

sdm jstartup "mode=standalone"

sdm changepassword "password=XXXXXXXX"

sdm jstartup "mode=integrated"

startserver

From SDM GUI

Select Repository ® Change SDM Password. The Change SDM Password dialog box appears.

Enter the old password, the new password and confirm the new password.

Click the Change Password button.

Regards,

Gopal.VVS

Former Member
0 Kudos

How to start SDM in netweaver 7.1 CE ? I understand this is not ehre anymore? All I have is the JSPM.

Former Member
0 Kudos

Hi Lee,

There is no SDM in 7.1 release.

I prefer to upgrade the JSPM patch to latest i.e SP09 and then try.

If still the issue persists, revert with logs.

Cheers...,

Raghu

Former Member
0 Kudos

Just how to upgrade the JSPM to SP9?

I have downloaded the support stack files. How to apply without using JSPM ?

Edited by: Lee Kevin on Dec 21, 2009 10:06 AM

Former Member
0 Kudos

You patch JSPM with JSPM. Make sure the archive files are present in /usr/sap/trans/EPS/in directory and start JSPM to update.

As for the original problem: It seems that your instance cannot connect to the database host. Are the relevant ports open, so you can connect from your SAP instance to the database host over the port . Try to setup a telnet session from host A to B over this port.

Edited by: J. Hellemons on Dec 21, 2009 2:38 PM

Edited by: J. Hellemons on Dec 21, 2009 2:39 PM