cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP - 503 Service Unavailable . Application stopped

Former Member
0 Kudos

Hi,

I recently applied SP10 against our Solution Manager system (JAVA + ABAP).

When I do http://<Host>:<Port>/index.jsp, we are getting the following message

503 Service Unavailable . Application stopped

Details: You have requested an application that is currently stopped

and server0/log under cluster directory displayed the following information

#1.5#00306E039A0D0064000000150000447B00042E819769286C#1177034032484#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine#J2EE_GUEST#0##P02#SAPSYS #4628157C11E12B07E10000000A64135A#SAPEngine_Application_Thread[impl:3]_20##0#0#Error#1#/System/Server#Plain###Bean SLDJAVA_ACCESSOR_REQUESTnot found on host sapdev31.pharma.com, ProgId =SAPSLDAPI_NONUNICODE: Path to object does not exist at rfcaccessejb_stateful, the whole lookup name is rfcaccessejb_stateful/SLDJAVA_ACCESSOR_REQUEST.#

#1.5#00306E039A0D0064000000160000447B00042E8197692F6F#1177034032485#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine.handleRequest#J2EE_GUEST#0##P02#SAPSYS #4628157C11E12B07E10000000A64135A#SAPEngine_Application_Thread[impl:3]_20##0#0#Error##Plain###java.lang.RuntimeException: Bean SLDJAVA_ACCESSOR_REQUESTnot found on host sapdev31.pharma.com, ProgId =SAPSLDAPI_NONUNICODE: Path to object does not exist at rfcaccessejb_stateful, the whole lookup name is rfcaccessejb_stateful/SLDJAVA_ACCESSOR_REQUEST.#

#1.5#00306E039A0D0064000000170000447B00042E819769312A#1177034032486#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine.handleRequest#J2EE_GUEST#0##P02#SAPSYS #4628157C11E12B07E10000000A64135A#SAPEngine_Application_Thread[impl:3]_20##0#0#Error##Plain###java.lang.RuntimeException: Bean SLDJAVA_ACCESSOR_REQUESTnot found on host sapdev31.pharma.com, ProgId =SAPSLDAPI_NONUNICODE: Path to object does not exist at rfcaccessejb_stateful, the whole lookup name is rfcaccessejb_stateful/SLDJAVA_ACCESSOR_REQUEST.

at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:136)

at com.sap.engine.services.rfcengine.RFCJCOServer.handleRequest(RFCJCOServer.java:156)

at com.sap.mw.jco.JCO$Server.dispatchRequest(JCO.java:7785)

at com.sap.mw.jco.MiddlewareJRfc$Server.dispatchRequest(MiddlewareJRfc.java:2405)

at com.sap.mw.jco.MiddlewareJRfc$Server.listen(MiddlewareJRfc.java:1728)

at com.sap.mw.jco.JCO$Server.listen(JCO.java:8145)

at com.sap.mw.jco.JCO$Server.work(JCO.java:8265)

at com.sap.mw.jco.JCO$Server.loop(JCO.java:8212)

at com.sap.mw.jco.JCO$Server.run(JCO.java:8128)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(Native Method)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)

I verified Visual Admin > Server > Services , every thing look good all services are running.

Please let me know, if any one have idea to resolve this issue.

Regards

Srinivas

Accepted Solutions (0)

Answers (4)

Answers (4)

praveenkumar_kadi
Active Contributor
0 Kudos

Yes 4th step will do

Former Member
0 Kudos

Thanks Praveen and Rajat Anand . There are nearly 20 services are flagged with red (x). I am about to start all of them with the help of your input.

Anand...shall 4th step will start all services ? or do I need to perform 1,2,3 steps then only 4th one ? Please explain me.

OR

Shall I can deploy & start each service?

After services start, shall need to restart J2EE ???? Please tell me

Regards

Srinivas

Regards

Srinivas.

Former Member
0 Kudos

Hi,

Yes you can directly start the 4th step mentioned by Rajat.

All are separate steps.

Using telnet is the best one.

Just login to telnet from start->run and then the screen you get login to it.

Now the commands are

jump 0

add deploy

list_app

start_app-all

With each command you see certain things happening.

when you say list_app then it lists all the services. It will show in red.

Then the start_app-all, will start the services.

do reward with good points as it keeps the forum alive.

regards.

Former Member
0 Kudos

Hi Srinivas

The 4th step is sufficient and probably my favourate.Just do it to start ur applications.

Hope it helps

praveenkumar_kadi
Active Contributor
0 Kudos

Hi,

The problem is that not all J2EE services can be started by the J2EE. Start the

Visual Administrator and select Server > Services> Deploy in the tree on the left.

On the right-hand side, choose the Runtime tab page. You see a tree in the right

window with all applications if you select the APPLICATION radio button. Check if

they are running, otherwise choose Start by selecting each application. Usually the J2EE engine starts all services

automatically.

Reward if it helps

Former Member
0 Kudos

Hi Srinivas

Can you loggin to abap stack?I mean is it working?If yes ,then i feel that ur java engine is not yet started.Hence ur services are down.You can start it by:

1.Through MMC ,see everything should be green there

2.Go to visual administrator-cluster--instance


server
services
----deploy.Start the services.

3.Go to visual administrator-cluster--instance


server
services
----webservice container.Start the services

4.Do telnet (telnet server port) for eg :telnet XXX.XXX.XXX.XXX 50XX8.

then type jump 0

Then type add deploy

then type start_app-all

All ur applications/services will be started.

5.Also check in services.msc that all sap related services are up and running.

I would suggest go for option 4.

Any doubt feel free to ask.

Also reward points ,it keeps the spirit of forum alive.