cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrade Mobile 2.5 to SAP Netweaver Mobile 7.1

Former Member
0 Kudos

Hi,

We have to create the file .SDA with NWDS following the steps of the Sap Note 1548566 - MAM Application Start Error,then deployment the application in Sap Netweaver Mobile 7.1 Cliente, but when we try to start the application it show us the follow error:

Error: 500

Location: /campofrioapp/campofrioapp/Menu.do

Internal Servlet Error:

javax.servlet.ServletException: cannot find message associated with key : dispatcher.forwardException

at org.apache.tomcat.facade.RequestDispatcherImpl.doForward(RequestDispatcherImpl.java:238)

at org.apache.tomcat.facade.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:162)

at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:423)

at index._jspService(index.java:62)

at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)

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

at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)

at org.apache.tomcat.core.Handler.service(Handler.java:287)

at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)

at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:806)

at org.apache.tomcat.core.ContextManager.service(ContextManager.java:752)

at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)

at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)

at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)

at java.lang.Thread.run(Unknown Source)

Could you help us to solve this error please?

Best regards

Fernando

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

most likely your precompilation of JSP files did not work. While creating JSPs, check if they are really there - or if the resulting Java code is empty.

In that case you would get this error.

Hope this helps.

Regards,

Oliver