cancel
Showing results for 
Search instead for 
Did you mean: 

Problem while creating JCA connection to MDM server

Former Member
0 Kudos

Hi All,

I have restarted my mdm connector(com.sap.mdm.tech.connector) along with the applications related to Enrichment Controller. All applications restarted successfully. After that I tried accessing the URL

http://MDMSERVER:50000/MDM_EnrichmentController/WorkflowPolling?process=Monitor

but I am getting following exception in this page

Polling Repository

name=Vijaybabu_Repo_on_MDMSERVER, status=No repository connection, error description=com.sap.mdm.net.ConnectionException: Problem while creating JCA connection to MDM server MDMSERVER

Enrichment Request Threads

Could somebody help me pointing if something I have missed..

Thanks and Regards,

Manoj

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

Is your repository loaded? If yes, better check if it has any errors/warnings in Console?

Regards

Swarna

Former Member
0 Kudos

hi Swarna,

I have verified the repository and found 0 fatal errors, 0 non-fatal erros and 0 warnings. I also checked the MDM Factory and Connector service is running fine.

The detailed exception is

Sep 2, 2008 12:49:40 PM com.sap.mdm.logging.MdmLogger error

SEVERE: Problem while creating JCA connection to MDM server 'KOLAPON'

com.sap.mdm.net.ConnectionException: Can not resolve JCA connection

at com.sap.mdm.internal.session.JcaConnectionUtil.getJcaConnection(JcaConnectionUtil.java:119)

at com.sap.mdm.internal.session.JcaConnectionUtil.getJcaConnectionAccessor(JcaConnectionUtil.java:62)

at com.sap.mdm.internal.session.JcaConnectionAccessor.reserveConnection(JcaConnectionAccessor.java:70)

at com.sap.mdm.internal.session.JcaConnectionAccessor.reserveConnection(JcaConnectionAccessor.java:59)

at com.sap.mdm.repository.commands.GetRepositoryStatusCommand.execute(GetRepositoryStatusCommand.java:67)

at com.sap.mdm.enrichment.common.ECAdminUtils.getRepositoryStatus(ECAdminUtils.java:125)

at com.sap.mdm.enrichment.common.EnrichmentUtils.validateRepostiryConfiguration(EnrichmentUtils.java:889)

at com.sap.mdm.enrichment.common.EnrichmentUtils.getCatalogManager(EnrichmentUtils.java:144)

at com.sap.mdm.enrichment.workflowpolling.PollingThread.getCatalogManager(PollingThread.java:166)

at com.sap.mdm.enrichment.workflowpolling.PollingThread.run(PollingThread.java:102)

Caused by: com.sapportals.connector.connection.ConnectionFailedException: Connection Failed: "ConnectionManager" is closed. Possible reasons: 1) connector "MDM Factory" is stopped or not started, 2) Connector service is stopped or has not been started.

at com.sap.mdm.connector.connection.MdmConnectionFactory.getConnectionEx(MdmConnectionFactory.java:223)

at com.sap.mdm.internal.session.JcaConnectionUtil.getJcaConnection(JcaConnectionUtil.java:108)

... 9 more

Caused by: com.sap.engine.services.connector.exceptions.BaseResourceException: "ConnectionManager" is closed. Possible reasons: 1) connector "MDM Factory" is stopped or not started, 2) Connector service is stopped or has not been started.

at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:122)

at com.sap.mdm.connector.connection.MdmConnectionFactory.getConnectionEx(MdmConnectionFactory.java:213)

... 10 more

Regards,

Manoj

Edited by: Manoj Kumar Nanda on Sep 2, 2008 9:21 AM

Former Member
0 Kudos

Hi,

This issue is solved after restarting the WAS

Regards,

Manoj

Former Member
0 Kudos

Hi,

could you kindly tell me, is restarting is the only solution or it has to do something in the configuration?

we are also getting this error frequently.

help us in this case

thanks,

SK

Former Member
0 Kudos

Hi Manoj,

     i have a requirement to configure the MDM JCA Connector for connection pooling.

Could you please help me on how to configure JCA connector for MDM in order to use them in our java application?

Thanks,

Vijay

Answers (0)