Subject | Re: Message: buffer end before end of clumplet - clumplet too long |
---|---|
Author | Roman Rokytskyy |
Post date | 2007-08-10T18:05:45Z |
> Now we are migrating to Firebird 2.0.1 and use the JayBird 2.1.1You're migration to FB 2.0.1 + Jaybird 2.1.1. What did you use before?
> under Windows 2000 to connect to the firebird database.
> Within the Java application we open to connections to the database.Please provide excact code that you use to obtain the connection.
> When the second connection is creating using the charset=UTF8 the
> message in the post scriptum is received in the java program.
> at org.firebirdsql.gds.GDSException: Invalid clumplet bufferorg.firebirdsql.gds.impl.wire.AbstractJavaGDSImpl.readStatusVector(AbstractJavaGDSImpl.java:2124)
> structure: buffer end before end of clumplet - clumplet too long
> at
> atorg.firebirdsql.gds.impl.wire.AbstractJavaGDSImpl.receiveResponse(AbstractJavaGDSImpl.java:2074)
> atorg.firebirdsql.gds.impl.wire.AbstractJavaGDSImpl.internalAttachDatabase(AbstractJavaGDSImpl.java:414)
> atorg.firebirdsql.gds.impl.wire.AbstractJavaGDSImpl.iscAttachDatabase(AbstractJavaGDSImpl.java:370)
> atIt looks that something in DPB is too long. What connection properties
do you use?
Roman