Subject Re: [Firebird-Java] Moving from JBird 1.5 to 2.1.1
Author Roman Rokytskyy
Hi,

> I'm trying to move from Jbird 1.5 to 2.1.1 but am having some
> problems. I've created the following test program:
> ...
> but when I run it i get the following error:
> ...
> Caused by: java.lang.NullPointerException
> at
> org.firebirdsql.jdbc.FBConnectionHelper.loadDpbParameterTypes(FBConnectionHelper.java:301)
> at

Looks like your jaybird-full-2.1.1.jar does not contain the
isc_dpb_types.properties file. Can it be a classpath issue?

Roman