cancel
Showing results for 
Search instead for 
Did you mean: 

Error accessing MDM using custom Web Service..Java.lang.outOfMemory

Former Member
0 Kudos

Hi,

We have built custom Search Web Service to access the MDM. The Web Service takes the repository information, user credentials in the input structure. Internally MDM Connector has been used for getting the Catalog Data.

When we try to acees MDM repository with 1 lakh dat, it works fine. But when we try accessing MDM with 7 lakh data, it failed giving the exception java.lang.outOfMemory.

Any idea on the same??

Regards,

Tanveer.

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

1 lakh dat nor 7 lakh dat

says anything about the volume of data that you need to transfer:

a) lakh is Indian numbering system - and this is international forum

>>>>lakh dat, it works fine. But when we try accessing MDM with 7 lakh data

b) dat, data means nothing - it can be Gb of data or bytes of data

try to be more precise if you want to have a correct answer

Regards,

michal

Former Member
0 Kudos

Hi,

We have two Repositories with Similar Schema. One contains 100 thousand records whereas other repository contains 700 thousand records.

When trying to access the 2nd repository using MDM Connector, I get the Java.lang.outOfMemory Error.

Any idea?

Regards,

Tanveer.