UNSOLVED

lea2

updated

17 years ago

L

lea2

1 Message

0

3326

May 5th, 2009 06:00

unable to connect to centera server getting unknown source exception

Hi ,

  I need to store PDF files in centera server, using my web based java application. i am using glassfish as my application server. i am getting the following exception, when i try to connect to centera server using my method

FPPool.setGlobalOption(FPLibraryConstants.

FP_OPTION_OPENSTRATEGY, FPLibraryConstants.FP_LAZY_OPEN);

Caused by: java.lang.UnsatisfiedLinkError: com.filepool.natives.FPLibraryNative.setLastError(I)V
at com.filepool.natives.FPLibraryNative.setLastError(Native Method)
at com.filepool.fplibrary.FPLibraryException.retrieveErrorString(Unknown Source)
at com.filepool.fplibrary.FPLibraryException. (Unknown Source)
at com.filepool.fplibrary.FPPool.setGlobalOption(Unknown Source)

what might be the problem, i have kept my .pea file in c:\temp\f1.pea, and i provide the absolute path i my action class.