... No, the fbembed.dll does not matter. ... jaybird22.dll should work. I will check clean checkout, but please check your classpath for the right driver...
... Issue confirmed, must be something changed in the meantime... will look into it soon - I migrated to Windows 7 and do not have Visual Studion installed...
Hi Roman, the only difference is at line 548 the new method getStatementType(stmt); I tried to comment it but I have the same error NoSuchMethodError. Any...
... You mean you get this exception when using custom build of Jaybird from the Branch_2_1 branch or Jaybird_2_1_6 tag and jaybird21.dll? ... Over the weekend...
... Hmmm... Can you post a diff between your "custom" Jaybird 2.1.6 and the one in CVS (tag Jaybird_2_1_6)? I suspect that something is wrong here... or you...
... Didn't find any - just made a rebuild. ... Committed compiled libraries for Windows for x86 and x64 targets into HEAD. Tested a bit with FB 2.5.0.b2, seems...
The error seems to imply that a non-existent constructor is called in the native code. I have no idea about JNI, but could there be a mismatch between JNI...
Mark Rotteveel
Avalanche1979@...
Jan 27, 2010 7:03 pm
10140
I think there is a mismatch. But how can I solve it? Did anyone experience the same problem with embedded db connection and HEAD jaybird?...
I need to tune an application using Jaybird 2.1.6/Firebird 2.1 classic in a tomcat application on a 6gig RHEL 5 box. When I run 'top' on the server, each...
... This is a totally different question than the one you asked on Firebird-support. This question is one that can better be directed to Firebird-support as it...
Mark Rotteveel
Avalanche1979@...
Feb 7, 2010 9:58 am
10146
Thanks for your reply. I guess my question is changing as my understanding evolves. What prompted this question was the large difference in performance time...
What is the query in question? -steve ... -- Steve Wiser President Specialized Business Software 6325 Cochran Road, Unit 1 Solon, OH 44139 ...
Steve Wiser
steve@...
Feb 8, 2010 4:11 pm
10148
The query is: select distinct c2.contactid from contacts c1, contacts c2 where c1.oksendemail='N' and c1.accountid=540 and c1.accountid=c2.accountid and...
... I wonder if iSQL and Java process use different connection parameters. The default DPB should be the same, and it should consume then the same amount of...
I would try an explicit join and see how it handles it. I know way back when we used Interclient it was handling queries different with implicit joins. select...
Steve Wiser
steve@...
Feb 8, 2010 4:44 pm
10151
Roman, Thanks for your comments, and thanks for a great package. I have used Jaybird for many years and find it very dependable and quick. This is the first...
... Thanks! ... Hmmm... now that is strange. Could you please try running isql and Java application from a remote host capture the connection pakets using ...
Hi, I don´t know how to solve this problem. I´m trying to connect to a database in the localhost, and i know all parameters are ok, the application is ok,...
Maybe this is a good point to investigate, but as i did a fresh install of java on both servers, the original policy files in '/opt/jre/lib/security are...
Does your /etc/hosts contain an entry for localhost? I remember seeing issues where not being able to (reverse)resolve the hostname of the IP address caused...
Mark Rotteveel
Avalanche1979@...
Feb 13, 2010 9:18 am
10157
... Yes ... Bingo! The problem was the hostname (servidor.XXXXXXXX.com.br) was not listed in hosts file. I did check the hostname: # uname -a Linux...