cancel
Showing results for 
Search instead for 
Did you mean: 

com.sap.mw.jco.JCO$Exception: JCO.Client not connected in repository call

Former Member
0 Kudos

Hi ,

We have a dynpage application...

This application is running for 5 people that i checked with .

Whem I m running the application I get the above message .

1. I have R/3 user with sap all authorization.

2. yesterday i could run the application without problem.

3. I checked connection to the System and it's OK .

Any suggestions ????

Thanks.

<b>The full message</b> :

com.sap.mw.jco.JCO$Exception: JCO.Client not connected in repository call: **** :com.sap.mw.jco.JCO$Exception: (102) JCO_ERROR_COMMUNICATION: JCO.Client not connected in repository call at com.sap.mw.jco.JCO$Repository.getVersion(JCO.java:19834) at com.sap.mw.jco.JCO$Repository.queryFunctionInterface(JCO.java:20174) at com.sap.mw.jco.JCO$Repository.queryFunctionInterface(JCO.java:19895) at com.sap.mw.jco.JCO$Repository.getFunctionInterface(JCO.java:20009) at com.sap.mw.jco.JCO$BasicRepository.getFunctionTemplate(JCO.java:19077) at com.sapportals.connectors.SAPCFConnector.execution.functions.SAPCFConnectorInteraction.execute(SAPCFConnectorInteraction.java:93) at com.sapportals.connectors.SAPCFConnector.execution.functions.SAPCFConnectorInteraction.execute(SAPCFConnectorInteraction.java:411) at com.sapportals.connectors.SAPCFConnector.execution.functions.SAPCFConnectorInteraction.execute(SAPCFConnectorInteraction.java:433) at haifa.univ.ac.il.reservations.utilities.BapiProxy.runSearchCostCenter(BapiProxy.java:189) at haifa.univ.ac.il.reservations.search.SearchValuesView$SearchValuesViewDynPage.onSearchCostCenter(SearchValuesView.java:616) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.sapportals.htmlb.page.DynPage.doProcessCurrentEvent(DynPage.java:172) at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:115) at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134) at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209) at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114) at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189) at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215) at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646) at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189) at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753) at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240) at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522) at java.security.AccessController.doPrivileged(Native Method) at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156) 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:95) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:160

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I think this is related to some strange expiration dates on the SSO cookies. When I looked at this recently the issuing date of the cookie was not being reset properly. A restart of the Java instance seems to fix the problem (but isn't very useful in a productive environment!)

Answers (3)

Answers (3)

Former Member
0 Kudos

Dear Maruti & Michael.

I thought that we did restart to the QA ...But we did to the PROD.

So...After restart and delete cookies ...It's OK .

So thank you both....

Former Member
0 Kudos

Dear Faniel,

It appears to be problem with Authorization or instance might be down.Try to check whether you can login using same usr/pwd from SAP Client.

Let me know incase you need any further help.

Prasad

PS Award points if it helpful

Former Member
0 Kudos

Hi again...

Thanks for the quick answer...

We already restart the server....and i still have this problem.

In the code the error occur in line :

<b>MappedRecord output = (MappedRecord) ix.execute(ixspec, input);</b>

Thanks.

Former Member
0 Kudos

Check for SSO errors in the backend system (SM50)