cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with starting SAP services

Former Member
0 Kudos

Dear all,

I am facing an issue related to starting of the SAP applications for Enterprise Portal on Linux. When I execute command as sapstart, it is able to start database and services related to JC01. but insrtance SCS00 is not being started and throwing an error as "no start profile found".

Please suggest me the possible solution as I have checked that instance profile and start profile for SCS00 are fine.

With regards

Virender Sharma

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member256962
Participant
0 Kudos

Please check your actual hostname and the hostname given in the instance profile file.

This happens when alias name for a host is in picture

Former Member
0 Kudos

Dear all

Thanks a lot for your help. This issue has been resolved with the help of SAP support. Actually sapstart file was missing from /usr/sap/<SID>/<instance>/exe which was copied there from /usr/sap/<SID>/SYS/exe/run.

With regards

Virender Sharma

Former Member
0 Kudos

Dear Hannes

There are many log files. Please tell me, which file can help you.

With regards

Virender sharma

hannes_kuehnemund
Active Contributor
0 Kudos

Dear Virender,

the startsap command gives you the name of a log file on the console when executing ... This would be the first starting point. Besides that, check for files under /usr/sap/<SID>/<INSTANCE>/work which changed lately, (e.g. with ls -lart) ...

Thanks,

Hannes

Former Member
0 Kudos

Dear Hannes

I check the log file. here I am getting following error:

-


trc file: "sapstartsrv.log", trc level: 0, release: "700"

-


Tue Apr 21 18:27:41 2009

<<- ERROR: SapSSLInit(read_profile=1)==SSSLERR_LIB_NOT_FOUND

SapSSLInit failed => https support disabled

Webservice thread started, listening on port 50013

soap_bind failed, Webservice thread stopped

with another log file (sapstartsrv.trc) the errror is as:

idpadm is starting R/3 System at 2009/04/16 18:08:53

SapSSLInit failed => https support disabled

Webservice thread started, listening on port 50013

soap_bind failed, Webservice thread stopped

SapSSLInit failed => https support disabled

Webservice thread started, listening on port 50013

soap_bind failed, Webservice thread stopped

SapSSLInit failed => https support disabled

Webservice thread started, listening on port 50013

soap_bind failed, Webservice thread stopped

SapSSLInit failed => https support disabled

Webservice thread started, listening on port 50013

soap_bind failed, Webservice thread stopped

SapSSLInit failed => https support disabled

Webservice thread started, listening on port 50013

Trusted http connect via Unix domain socket '/tmp/.sapstream50013' enabled.

SapSSLInit failed => https support disabled

Webservice thread started, listening on port 50013

soap_bind failed, Webservice thread stopped

with regards

Virender Sharma

hannes_kuehnemund
Active Contributor
0 Kudos

Dear Virender,

well, these snippets don't show any error ... Have you tried to grep for errors under /usr/sap/<SID>/<INSTANCE>/work ??


grep -i err /usr/sap/<SID>/<INSTANCE>/work/*

also, give result from


ls -lart /usr/sap/<SID>/<INSTANCE>/work/

To be honest, you only provide snippets so please provide the data we ask for or we cannot help ...

Thanks,

Hannes

hannes_kuehnemund
Active Contributor
0 Kudos

Dear Virender,

is the start profile available on disk? Please check the following commands and provide output. Please replace <SID> with your system id.


hostname -s
ls -la /usr/sap/<SID>/SYS/profile/

There must be two profiles files per instance (one files is used for starting the instance, the other file contains instance parameters) if you have a J2EE server 7.0x. In case you have a J2EE server 7.1x, both profiles are merged into a single one.

Please provide output of the above mentioned commands.

Thanks,

Hannes

Former Member
0 Kudos

Dear Hannes

Its fine as u asked to check

Dear Bhudev

same error with sapstart j2ee........

actually we have to instances as JC01 and SCS00. when I use sapstart SCS00 it doesnt work but sapstart JC01 works properly. Both are j2ee instances as we are using EP.

With regards

Virender Sharma

hannes_kuehnemund
Active Contributor
0 Kudos

Its fine as u asked to check

and whats the output ???

Former Member
0 Kudos

I m using j2ee 7.0 and Start as well as instance profiles are here.

hannes_kuehnemund
Active Contributor
0 Kudos

Dear Virender,

hmm, are there any issues or corporate contrains which prevent you from posting the data?

Additionally, please post relevant logfiles ...

w/o this information, we cannot help you !

Thanks,

Hannes

Former Member
0 Kudos

Hello Virender

did you do startsap all ? once try to start only the j2ee instance, startsap j2ee

thanks

Bhudev