cancel
Showing results for 
Search instead for 
Did you mean: 

Failed to start the deployable object --- Error

Former Member
0 Kudos

Hi,

I build a webdynpro project and when I tried to deploy and run the application I got the following error in the browser window.

Application error occurs during processing the request.

Details: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to start the deployable object 'local/ListPortalSystem'.

at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:131)

at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:48)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)

at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)

at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)

at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)

at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)

at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)

at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)

at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)

at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)

at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)

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:94)

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

.................................................................................

Please help me to resolve this.

Thnx ,

Pravesh Puria.

Accepted Solutions (0)

Answers (2)

Answers (2)

abhijeet_mukkawar
Active Contributor
0 Kudos

hi,

it seems there is something problem with the component 'local/ListPortalSystem', check out if it is properly deployed.

If you are using the reference of some component in your web dynpro project and if u added it in sharing references , then check out if the name is proper or not.

hope it helps

regards,

abhijeet

Former Member
0 Kudos

Hi,

I have added the following reference in my project in the sharing reference :

"PORTAL:sap.com/com.sapportals.portal.ort.runtime.PortalRuntime"

Please help in resolving this.

Thnx,

Pravesh Puria.

former_member182598
Active Contributor
0 Kudos

I think its Typo error PORTAL:sap.com/com.sapportals.portal.ort.runtime.PortalRuntime

You have written ort, change it to prt and try

PORTAL:sap.com/com.sapportals.portal.prt.runtime.PortalRuntime

Thanks

Prashant

Former Member
0 Kudos

Hi

I feel some thing problem with your server. please see is their any errors in your application, if not restart your server and deploy it again.

i hope it works

Ravi