Subject Re: Firebird pool in Sun Java System Application Server
Author mozheyko_d
--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
> > - charSet: UTF-8
> > - encoding: UTF-8
>
> Try changing UTF-8 to UNICODE_FSS

charSet -> UNICODE_FSS -> Error unknown charset UNICODE_FSS
see jaybird wiki
http://jaybirdwiki.firebirdsql.org/config/CharacterEncodings
;-)

encoding -> UNICODE_FSS -> No errors - same result

>
> > - blobBufferSize: 512
> > - socketBufferSize: 512
>
> These you can comment out. If application server does not allow
this, please
> set blobBufferSize to 32k, socketBufferSize - 8k (see you platform
> defaults).

any values for this parameters - same result

>
> > And if i ty to use this pool server error log contains
> > no errors, but timeout exceeded.
>
> Did you switched the JayBird logging on?
>

Don't understand what you means:(

> Roman