cancel
Showing results for 
Search instead for 
Did you mean: 

Error on installing Additional Application Server Instance on HA system

Former Member
0 Kudos

Dear All,

We're installing NW 7.3 High Availability System in our landscape, sucessfully we installed First Cluster Node, Database Instance, Additional Cluster Node and Primary Application Server Instance. But during the Additional Application Server instance installation we're facing some issue. Could you any help us on the below issue.

server0 was unable to start, fails due "2150(core service start fails on initial startup)"

developer trace log:

Cannot connect to cluster node [15567050] host [/169.254.1.108:50120] for [0] millis

[EXCEPTION]

java.io.IOException: Connection closed because handshake timeout. p2p.connect.handshake.timeout = 10000

at com.sap.engine.core.cluster.impl6.p2pnio.HandShaker$TimeoutRunner.transferred(HandShaker.java:454)

at com.sap.engine.core.cluster.impl6.p2pnio.HandShaker$TimeoutRunner.access$200(HandShaker.java:421)

at com.sap.engine.core.cluster.impl6.p2pnio.HandShaker.connect(HandShaker.java:209)

at com.sap.engine.core.cluster.impl6.p2pnio.ConnectionHolder.connect(ConnectionHolder.java:125)

at com.sap.engine.core.cluster.impl6.p2pnio.ConnectionHolder.access$100(ConnectionHolder.java:41)

at com.sap.engine.core.cluster.impl6.p2pnio.ConnectionHolder$1.run(ConnectionHolder.java:92)

at com.sap.engine.frame.core.thread.Task.run(Task.java:73)

at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:178)

at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:316)

#

#2.0 #2011 09 03 15:11:43:268#+0300#Warning#com.sap.engine.core.cluster.impl6.p2pnio.ConnectionHolder#

com.sap.ASJ.krn_clu.000105#BC-JAS-COR-CLS#kernel.sda#C000A9FE025B00030000000100003338#

15566950000000021##com.sap.engine.core.cluster.impl6.p2pnio.ConnectionHolder#####d646643ad62511e083abf6ed20524153##0#ClusterP2P#Plain##

Cannot connect to cluster node [15567050] host [/169.254.1.108:50120] for [1000] millis

[EXCEPTION]

java.io.IOException: Connection closed because handshake timeout. p2p.connect.handshake.timeout = 10000

at com.sap.engine.core.cluster.impl6.p2pnio.HandShaker$TimeoutRunner.transferred(HandShaker.java:454)

at com.sap.engine.core.cluster.impl6.p2pnio.HandShaker$TimeoutRunner.access$200(HandShaker.java:421)

at com.sap.engine.core.cluster.impl6.p2pnio.HandShaker.connect(HandShaker.java:209)

at com.sap.engine.core.cluster.impl6.p2pnio.ConnectionHolder.connect(ConnectionHolder.java:125)

at com.sap.engine.core.cluster.impl6.p2pnio.ConnectionHolder.access$100(ConnectionHolder.java:41)

at com.sap.engine.core.cluster.impl6.p2pnio.ConnectionHolder$1.run(ConnectionHolder.java:92)

at com.sap.engine.frame.core.thread.Task.run(Task.java:73)

at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:178)

at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:316)

Could anyone help us.

regards,

Guna

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I am having the exact same problem. I noticed if I fail over the cluster and SCS instance to the secondary server The secondary app server will then start but the primary instance will not be able to start then saying it cannot connect. It is acting like it is an active/passive cluster not an active/active and only one server can be running at a time.

Former Member
0 Kudos

OSS note # 1365796 resolved the issue.....Enjoy

Former Member
0 Kudos

Hi,

Cannot connect to cluster node 15567050 host [/169.254.1.108:50120]

Looks like the connection to primary app server is getting timed out. Could you check if

- primary instance is running fine

- additional app server host is able to ping the primary app server successfully

- the port of primary app server host is accessible

Regards,

SRikishan

Former Member
0 Kudos

Dear Srikrishna,

Thanks for your reply.

- primary instance is running fine - its running

- additional app server host is able to ping the primary app server successfully - able to ping the primary app server from additional app server..

- the port of primary app server host is accessible - able to access the primary app server (telnet is working fine)

Is anything else to check, kindly let us know.

regards,

Guna

Former Member
0 Kudos

Are you intalling JAVA WAS ot ABAP WAS?

Former Member
0 Kudos

This seems to be SAPInst Error. sapinst is not able to detect your primary server.

Alternative method could be to install app server by copy paste method and start the app server.

In that case you might have to perform all installation step manually.

Former Member
0 Kudos

Dear Hassain,

Thanks for your reply.

Its an HA system installation, during the Additional Application Server Instance installation we're facing the error message.

OS : Windows 2008 R2 Ent

DB : MSSQL 2008 R2

SAP : NW7.3

What do you mean by copy paste method?

regards,

Guna

Former Member
0 Kudos

copy paste as in you wil have to built the entire App server manually

strps such as

copy /usr/sap/ (from CI or other app server)

create sap profile

create users

set file permission

set ports

set hosts

etc

check out if you can get some documentation for this.

Its not easy

Former Member
0 Kudos

HI,

Thanks for your reply.

You're right, if the installation unable to create the user and folder in the node2 means... your suggestion is applicable but I crossed those phase... I'm in the phase of "Install Instance basics of J01".

Do you need to do the copy and paste method, eventhough we're in Install Instance basics of J01 phase.

suggest...

regards,

Guna

Former Member
0 Kudos

On node 2 try replicating everything from Node1 .

That should work.