cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to connect to the J2EE Engine

Former Member
0 Kudos

I am not able to connect to J2EE engine using the URL http://host:50000. SAP MMC shows all the nodes green. I restarted twice. It works immediately after restart and then it does not.

It is Netweaver 2004s install with MS Sql Server Windows. I do not know where to start trouble shooting.

Any help appreciated.

Regards

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi M Smith,

Check out with the below solutions:

1)rdisp/j2ee_start set the parameter value to 1 if it is 0.

2)give the path as http://Hostname:50000/irj/gui

regards

tyson

former_member185864
Active Participant
0 Kudos

Hi Michael Smith,

You can find you engin Port number in folder structure.

<driver>:\usr\sap\<Instance ID>\ JC<Instance Num>\

<u>Please find below information</u>

ex: C:\usr\sap\X67\JC01\j2ee\cluster

As per above example C:\usr\sap\X67\JC01 -->( <driver>:\usr\sap\<Instance ID>\ JC<Instance Num>\ )

Instance number is : 01

Port number = 50000 + 100 * Instance number + Port Index

Port Num = 50000 + 100 * 01 + 00 = 50100

Note:

Port Index for HTTP connection = 00

Port Index for HTTPS connection = 01

Now you can find you port number according to above steps:

For more information; plz check below link:

http://help.sap.com/saphelp_nw70/helpdata/en/a2/f9d7fed2adc340ab462ae159d19509/frameset.htm

Thanks,

Nagaraju

Former Member
0 Kudos

Hi,

If it is netweaver 2004s ....

The Java port is 50100 and not 50000. Check in SMICM for the ports.

Try http://host:50100/

Thanks,

Tanuj

Former Member
0 Kudos

is the port 50000 correct?

Thanks

Prince Jose

Former Member
0 Kudos

Yes. it is 50000. I saw some errors in default.trc like connection refused on 3601 port. and then securestore.properties cannot be reached. I found the file in the correct folder.

Right now I am restarting the whole server one more time.