Browse Community
Help
Log In
Responses(3)
Solutions(0)
EMCDennis
124 Posts
1
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
Kasbe_Prashant
1 Rookie
•
70 Posts
0
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
Dell Support Resources
View All
Top
EMCDennis
124 Posts
1
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
Kasbe_Prashant
1 Rookie
•
70 Posts
0
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
Kasbe_Prashant
1 Rookie
•
70 Posts
0
March 12th, 2010 02:00
Hi ,
resolved the problem. pea file location was mentioned incorrectly
Thanks
Prashant