cancel
Showing results for 
Search instead for 
Did you mean: 

P4 entry point not visible in the Solution manager

Former Member
0 Kudos

Hi Team ,

I am in working on the SOLMAN_SETUP  and in  phase Prepare outside Discovery . When I am try to install the agent  I am getting the below error.

I have added the parameter  icm/server_port_1 = PROT=P4, PORT=5<nn>04   in the instance profile also try   to check the  P4 entry point via below links

http://<msgserver>:8100/msgserver/text/logon

below is the reponse I am getting

<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>

version 1.0

host1

DIAG host1@domain 3203 LB=10

RFC host1@domain 3303

HTTP host1@domain 8003

J2EE host1@domain 8003 LB=1

host2

DIAG host2@domain 3202 LB=10

RFC host2@domain 3302

HTTP host2@domain 8002

J2EE host2@domain 8002 LB=1

<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>

P4 entry is still not visible.

Below are the logs from the SMDAgentlog file

java.io.IOException: error whlile parsing the data from message server: java.lang.NullPointerException: while trying to invoke the method java.lang.String.indexOf(java.lang.String) of a null object loaded from local variable 'response':while trying to invoke the method java.lang.String.indexOf(java.lang.String) of a null object loaded from local variable 'response']

Accepted Solutions (1)

Accepted Solutions (1)

divyanshu_srivastava3
Active Contributor
0 Kudos

Use http://<msgserver>:81XX/msgserver/text/logon

where XX should be your SCS instance number.

Then run smdsetup script to register your agent.

Regards,

Former Member
0 Kudos

Hi Divyanshu ,

http://<msgserver>:8100/msgserver/text/logon

below is the reponse I am getting

<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>

version 1.0

J2EE35283300

J2EE       host1@domain 50300 LB=1

J2EES      host1@domain 50301 LB=1

P4           host1@domain 50304 LB=1

P4S           host1@domain 50306 LB=1

P4HTTP      host1@domain 50305 LB=1

J2EE27501300

J2EE      host2@domain 50200 LB=1

J2EES      host2@domain 50201 LB=1

P4           host2@domain 50204 LB=1

P4S      host2@domain 50206 LB=1

P4HTTP      host2@domain 50205 LB=1

JC_host1_SOL_02

SDM host2@domain 50218

Okay so the P4 port is opened. So what could be the issue

Regards ,

Abhinav

divyanshu_srivastava3
Active Contributor
0 Kudos

Use below script

./smdsetup/sh managingconf hostname:"your solution manager host name" port:"XXXX" user:"smd_admin" pwd:"xxxx"


Regards,

divyanshu_srivastava3
Active Contributor
0 Kudos

This script will be in /usr/sap/DAA/SMDAXX/script

smdsetup managingconf hostname:"servername" port:"xxxxx" user:"smd_admin" pwd:"xxxx"

Hostname : solman system ip address or hostname

Port : 81<SCS> or 5XXXX ( check in SMICM)

Regards,

Former Member
0 Kudos

Thanks Divyanshu ,

The issue lies in the fact that we have clustered installation & hence the port no were different.

This is resolved now.

Regards ,

Abhinav

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Abhinav,

Please confirm are you selecting option "P4 Connection via SCS Message Server,"

if yes please check whether your are entering the correct p4 port no. i.e. 81<SCS Instance No.> and password of SMD_ADMIN or SMD_AGT is correct.

'SCS instance no. is the central services instance no. of the java stack in your solution manager"

Also please verify your java stack is up and running.

regards,

Jaskirat Singh

rishav54
Active Contributor
0 Kudos

Hi,

Please can you check below also if it is applicable for you

1878116 - P4 port not reachable


Are you sure your HTTP port is correctly maintained.

Check in SolMan there are no app using 50004 port with lsof or netstat.


Thanks

Former Member
0 Kudos

Hi Rishav ,

The note is not applicable & the port is showing being used by TCP. Is this correct

C:\Windows\system32>netstat -a  |find "0.0.0.0:50204"

  TCP    0.0.0.0:50204          <servername>:0          LISTENING

Reagrds,

Abhinav