Hi. My name is Paul Bozan from Romania(Europe) and I'm software developer. I buy your hxtt dbf driver and I have problems when I want to run my applications on Linux x86_64 arhitecture using sun jdk 64 bit version.
The stacktrace is:
java.rmi.ServerError: Error occurred in server thread; nested exception is:
java.lang.UnsatisfiedLinkError: /home/projects/intrariDVI/libJNIFile.so: Can't load IA 32-bit .so on a AMD 64-bit platform
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:322)
at sun.rmi.transport.Transport$1.run(Transport.java:153)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
at java.lang.Thread.run(Thread.java:595)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126)
at rmiserver.TestImpl_Stub.getCatVal1(TestImpl_Stub.java:209)
at facturare.LongProcessThread.getCatVal(LongProcessThread.java:1527)
at facturare.LongProcessThread.run(LongProcessThread.java:109)
Please help to solve my problem. Thanks in advance and have a nice day.
|
What's your jdbc url? Please remove lockType connection property since there's no any running Xbase applcation on your Linux.
|
OK. If I will remove I think there is a problem with concurent connection on my dbf files. The DBF files are used by other dbase applications.:(
|
jdk-1_5_0_11-linux-amd64-rpm.bin
|
Please download the latest package which will use NIO lock to avoid that issue.
|
Ok, Thank You very much, I will download this package and I will try.
|