cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Web Application Server Port

Former Member
0 Likes
6,037

Dear all,

i want to connect to a Web Application Server using the HTTP port, but it is not working.

http://localhost:50100/

HTTPS is working without any problems.

https://localhost:50101/

I started hte HTTPS site and checked the system information, please see attached jpg.

The system overview tells me, that HTTP Port is null.

But how can i change it?

Thanks in advance for our help.

Kind regards,

Klaus

View Entire Topic
Former Member
0 Likes

Dear all,

attached you can find the dev_dispatcher.txt

I can not see a icmon file....

Kind reagrds,

Klaus

Former Member
0 Likes

Check the Ports settings for AS Java dispatcher http service in configtool/Visual Administrator.

Isaias_SAP
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello Klaus,


I can not see a icmon file....

The file name should be "dev_icm".

Regards,

Isaías

Former Member
0 Likes

i searched through the whole instance directory and i cannot find any file dev_icm*

yakcinar
Active Contributor
0 Likes

Hello Klaus,

ICM comes with NW 7.1 to Java systems. Foor 7.0 versions dispatcher was running the functionality of ICM.

So you cannot find dev_icm.

dev_dispatcher is the right file for dispatcher.

Nothing in dev_dispatcher file.

Can you also check log files under j2ee,  server0 folders like defaultTrace*.trc, server*.log.

Regards,

Yuksel AKCINAR

Reagan
Product and Topic Expert
Product and Topic Expert
0 Likes

Is it possible to upload the profiles of the Java system?

Former Member
0 Likes

Yes these files are available. Attatched you can find the files.It is a ZIP file, you need to rename it from txt to zip.

What i found is the following:

java.io.IOException: Unable to open connection to host "xxx:50100". The host is down or unavailable..

Really strange.. XXX is the own server name.

Reagan
Product and Topic Expert
Product and Topic Expert
0 Likes

That error isn't relevant here. You might have tried to access the webpage using the http port. As it was not accessible the error got recorded in the default trace file. Again, have you set the parameters in the instance profile? If possible upload the profiles here. I can clearly see from the dispatcher trace that system was able to bind to ports 50101 for https, 50104 for p4 and 50108 for telnet. It appears to me that the profile parameters are not set up correctly. Review DEFAULT and INSTANCE profile for all ICM parameters.

yakcinar
Active Contributor
0 Likes

Hello Klaus,

You do not get exit code 2106 but you can check below config for your instance also from the link.

https://wiki.scn.sap.com/wiki/display/ASJAVA/%28JSTTSG%29%28P4-IIOP%29P4-P003+Exit+code+-2106

If HTTPS port is configured in configuration slot 1 - this is the root cause for the problem.

You may simply add all other ports that you need. For example:

# HTTP port configuration

icm/server_port_0 = PROT=HTTP, PORT=5$(SAPSYSTEM)00, TIMEOUT=600

icm/server_port_1 = PROT=HTTPS, PORT=5$(SAPSYSTEM)01, TIMEOUT=1200

# P4 port configuration

icm/server_port_2 = PROT=P4, PORT=5$(SAPSYSTEM)04

# IIOP/Telnet port configuration

icm/server_port_3 = PROT=IIOP, PORT=5$(SAPSYSTEM)07

icm/server_port_4 = PROT=TELNET, PORT=5$(SAPSYSTEM)08, HOST=localhost

Regards,

Yuksel AKCINAR

Former Member
0 Likes

Dear all,

attatched you can find the whole profile drectory of the JAVA instance. It is a ZIP file, you need to rename it to .ZIP.

Kind regards,

Klaus

Former Member
0 Likes

Dear all,

Problem is solved. Thank you very much for the fantastic help.

I found the solution in the link:

(JSTTSG)(P4-IIOP)P4-P003 Exit code -2106 - SAP Netweaver Application Server Java - SCN Wiki

"You may simply add all other ports that you need"

--> Iadded all needed ports and restarted the instance and everything is fine now.

Kind regards,

Klaus