Start a Conversation

Unsolved

This post is more than 5 years old

933

March 9th, 2010 02:00

Error loading FPLibrary from local system

Hi Experts,

I have a custom code which access Centera for getting some data, but getting below error while executing.

Error loading FPLibrary or one of its dependencies(-10027). ( Error occurs on the line of code as below

FPPool.setGlobalOption(FPLibraryConstants.FP_OPTION_OPENSTRATEGY,FPLibraryConstants.FP_LAZY_OPEN);)

I am not having much information about Centera and hence need some guidance if I need to install something to get this working. The same code works fine on my colleagues system and some Centera system is installed on his system.

Does installing Centera Console make it work.

Please help me if already experienced same problem.

Thanks

Prashant Kasbe

124 Posts

March 10th, 2010 07:00

It is possible that the libraries are not being found.

Try setting environment variable LD_LIBRARY_PATH to point to the location of the SDK libraries

libFPLibrary.so

libFPParser32.so

libPAI_module32.so

Since this is working for a co-worker, you may want to check the environment variables that are defined on that node and set this accordingly

March 12th, 2010 01:00

Thanks Dennis for the post,

I have done progress and now the error message has changed to

Failed to authenticate PEA data(-10153)

This is thrown at the following line of code

FPPool thePool = new FPPool(poolAddress);

Could you help in resolving this error now.

Thanks in advance

Prashant

March 12th, 2010 02:00

Hi ,

resolved the problem. pea file location was mentioned incorrectly

Thanks

Prashant

No Events found!

Top