Subject Re: [Firebird-Java] Error while attempting to get a new connection
Author Helen Borrie
At 02:41 PM 8/09/2005 +0900, you wrote:
>Hello,
>
>Could any one tell me what causes the error shown below.
>Our system is:
> RedHat 9, Firebird-1.5.2, jdbc-1.5.5JDK_1.4 and JBoss 4.0.1sp1.
>
>The error we got follows:
>
>2005-09-08 14:02:31,641 DEBUG
>[org.jboss.resource.connectionmanager.IdleRemover] internalRegisterPool:
>registering pool with interval 60000 old interval: 30000
>2005-09-08 14:02:31,667
>WARN [org.jboss.resource.connectionmanager.JBossManagedConnectionPool]
>Throwable while attempting to get a new connection: null
>org.firebirdsql.jca.FBResourceException: internal gds software consistency
>check (cannot start thread)
>Reason: internal gds software consistency check (cannot start thread)

The most likely cause of this is that you are using the non-NPTL build of
Superserver. You *can* use the non-NPTL build with RH 9, provided you set
the LD_ASSUME_KERNEL environment variable to use the old threading
model. See the Linux installation section of the Fb 1.5 release notes for
the exact detail. I cannot say whether your Java environment expects to
have the NPTL available.

Helen