on ‎2016 Mar 02 3:01 PM
Dear all,
i want to connect to a Web Application Server using the HTTP port, but it is not working.
HTTPS is working without any problems.
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
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.
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.
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
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
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.