cancel
Showing results for 
Search instead for 
Did you mean: 

FPM Test Application Error

Former Member
0 Kudos

Hi all,

i am creating a sample application here in the WebDynpro, i have the required track info in my DTR. and Created a sample Dc here in the SAPPCUI_GP.

i have given the Application Properties i have defined the authentication property, and the sap.xss.configurationComponentDC and given the DC path, and sap.xss.configurationComponentName and given the full path of the CC component.

Is this enough to Delopy the Application.

when i tried to deploy the Application, i am Getting 500 Internal Error. i am not able to find out the Error where exactly is.

Can any one help me in Solving this Problem.

Thanks in Advance

regards,

Srikanth

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi all

i have implemented the JCO connections at the backend. now i am facing error

Critical Error

A critical error has occured. Processing of the service had to be terminated. Unsaved data has been lost.

Please contact your system administrator.

Former Member
0 Kudos

Did you contact your system administrator? He/she can maybe find more information in the server's logfiles.

Former Member
0 Kudos

hi Pascal

here is the error from Logfiles

#

#1.5#001143318A0300770000000400001BB400041A04758EB81D#1154506361403#com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent#sap.com/tcwddispwda#com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent#Administrator#94##yhsapx08.yashsap_EPX_9486150#Administrator#aabf38b121fe11db953a001143318a03#ID\#(J2EE9486100)ID1485491850DB12300172660289489604End.aac182a021fe11db8453001143318a03##0#0#Fatal#1#/Applications/Xss#Java###You dont have the authorization to start service sap.com/pcui_gp~xssexamples/SFlightExample.

[EXCEPTION]

#1#com.sap.pcuigp.xssfpm.java.FPMRuntimeException: You dont have the authorization to start service sap.com/pcui_gp~xssexamples/SFlightExample.

at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:111)

at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:121)

at com.sap.pcuigp.xssfpm.wd.BackendConnections.initBackend(BackendConnections.java:234)

at com.sap.pcuigp.xssfpm.wd.BackendConnections.connectModel(BackendConnections.java:159)

at com.sap.pcuigp.xssfpm.wd.wdp.InternalBackendConnections.connectModel(InternalBackendConnections.java:183)

at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.connectModel(FPMComponent.java:699)

at com.sap.pcuigp.xssfpm.wd.BackendConnections.init(BackendConnections.java:138)

at com.sap.pcuigp.xssfpm.wd.wdp.InternalBackendConnections.init(InternalBackendConnections.java:179)

at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:170)

at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)

at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:95)

at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)

at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)

at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:347)

at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:382)

at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:618)

at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)

at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:251)

at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)

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

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

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

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

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

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

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

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

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

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

at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)

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)

#

exactly what authorizations are needed to run the application.

Former Member
0 Kudos

Try disabling the authentication property of your application and see if that makes any difference.

Former Member
0 Kudos

hi pascal,

i have tried two conditions

set the Authentication to false

and removed the authentication property and checked

i am getting the same log error message

Former Member
0 Kudos

it was due to the Authorization lacking for Sap user.

Problem is solved.