cancel
Showing results for 
Search instead for 
Did you mean: 

-checkconfig in WebDispatcher installed in only PURE JAVA

nicholas_chang
Active Contributor
0 Kudos

Hi All,

I'm trying to run a test by installing webdispatcher on only JAVA system and having this problem when initate -checkconfig in webdispatcher. Please refer to the below error message when i run sapwebdisp pf=" " -checkconfig.

Checking SAP Web Dispatcher Configuration

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

maximum number of sockets supported on this host: 32768

Server info will be retrieved from host: myhost:8146 with

protocol: http

Checking connection to message server...OK

Retrieving server info from message server...OK

Message Server instance list:

----


--
+

+
--


+

instance name

hostname

HTTP port

HTTPS port

----


--
+

+
--


+

J2EE475163000

myhost

54700

54701

----


--
+

+
--


+

Checking ABAP servers with URL "/sap/public/icman/ping":

no server group "!DIAG" defined

Checking J2EE servers with URL "/index.html":

Checking J2EE server myhost:54700...ERROR: Connection to

server myhost:54700 failed

ERROR: retrieving server info from J2EE server: Network error (NI)(-8)

no J2EE server available

Check ended with 1 errors, 0 warnings

____________________________________________________________________

Here's the parameter in my webdispatcher profile.

"

  1. Profile generated by sapwebdisp bootstrap

  1. unique instance number

SAPSYSTEM = 46

  1. add default directory settings

DIR_EXECUTABLE = .

DIR_INSTANCE = .

  1. Accessibility of Message Servers

rdisp/mshost = myhost

ms/http_port = 8146

icm/server_port_0 = PROT=HTTP,PORT=83 "

My open port is 83.Besides this, is there anythign from Java i need to configure?? please help !!

Appreciate if someone can shed some light on this... thank a lot !!

regards,

Nicholas.

Accepted Solutions (0)

Answers (2)

Answers (2)

nicholas_chang
Active Contributor
0 Kudos

what you meant by <FQDN> ?? my hostname ?

former_member191418
Active Participant
0 Kudos

sorry for this late reply

FQDN - Fully Qualified domain name

<hostname>.<domain_name>

former_member191418
Active Participant
0 Kudos

Hi Nicholas

Give the following additional parameters in webdispatcher profile created by you:

SAPSYSTEMNAME = SID

icm/host_name_full = <FQDN>

hope this helps

Satish Kumar.