
UNSOLVED
FP_OUT_OF_MEMORY_ERR in getRetentionClassContext()
When trying to get an FPRetentionClassContext (in Java), I get an out of memory exception, the problem manifests itself in the GetClusterInfo.java example program as well as in a small test, which in effect only does:
myPool = new FPPool(poolAddress);
FPRetentionClassContext retentionClassList = myPool.getRetentionClassContext();
Result is something like:
Exception: System ran out of memory
ClusterCloud::GetRetentionClassContext(-1,FPRetentionClassContext&,UpdateFlag) Context(-)
com.filepool.fplibrary.FPLibraryException: System ran out of memory
at com.filepool.fplibrary.FPPool.getRetentionClassContext(Unknown Source)
at PoolBonk.main(PoolBonk.java:25)
Or FP_OUT_OF_MEMORY_ERR(-10206) in GetClusterInfo
I'm using SDK 3.2.687 on Windows XP with Java 1.5.0_11 against our client's Centera running CenteraStar 4.0.2-3195-1019-20652
Any thoughts why this might be happening here?
Cheers,
-daniel
Responses (0)
Solutions (0)
