cancel
Showing results for 
Search instead for 
Did you mean: 

Application Stopped! Error

Former Member
0 Kudos

I have successfully deployed the QuickCarRental Application, when I try to hit the URL in a browser I get the following error:

Application stopped!

Details: You have requested an application that is currently stopped

I can see that SDM is running in the J2EE Engine on my computer, I'm not sure what the problem is. How do I run the app after deployment?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I am porting application to SAP WAS 6.4. The application is getting deployed successfully. however there are problems starting the application. when i try to access the URL of the deployed application, I am getting the following exception:

Application cannot be started!

Details: com.sap.engine.services.jmsconnector.exceptions.BaseDeploymentException: Naming error.

at com.sap.engine.services.jmsconnector.deploy.ContainerImpl.loadFactory(ContainerImpl.java:1896)

at com.sap.engine.services.jmsconnector.deploy.ContainerImpl.prepareStart(ContainerImpl.java:711)

at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:349)

at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:313)

at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesImpl(ParallelAdapter.java:303)

at com.sap.engine.services.deploy.server.application.ParallelAdapter.run(ParallelAdapter.java:73)

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

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

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

Caused by: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of RMIConnectionFactory.

at com.sap.engine.services.jndi.implserver.ServerContextImpl.lookup(ServerContextImpl.java:646)

at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:344)

at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:614)

at javax.naming.InitialContext.lookup(InitialContext.java:347)

at javax.naming.InitialContext.lookup(InitialContext.java:347)

at com.sap.engine.services.jmsconnector.deploy.ContainerImpl.loadFactory(ContainerImpl.java:1893)

... 8 more

any solution/suggestion would be welcome.

Former Member
0 Kudos

Hi,

Check your xml file.

It seems that the link factory name is wrong. It must be linked to the existing JMS factory.

Best Regards,

Violeta Georgieva

Former Member
0 Kudos

Hi,

sometimes you have to start the application manually.

Open the Visual Admin-tool and under 'Deploy' you will find your application in red. Mark it, click on 'Start Application' and that should fix your problem.

I guess this is some bug, it doesn't happen very often.

Regards, Astrid